Skip to content

shll

shll is the meta-CLI that bootstraps the whole AI coding toolkit — one command to install, update, and shell-wire every tool at once. It composes the per-tool CLIs rather than replacing them: shll install brings down each binary, and shll update keeps them current. It’s the first thing you run and the one command you keep around to keep everything in sync.

Terminal window
curl -fsSL https://shll.ai/install | sh

then wire your shell:

Terminal window
shll shell-setup # wire your shell integration
run-kit agent-setup # optional, once per machine
exec $SHELL # reload your shell

Installs shll and the whole toolkit via Homebrew — see the full install guide.

shll is the bootstrap for everything else — see Install everything to set up the toolkit in one go. From there the loop runs: idea captures work, fab-kit plans it, wt isolates it, and run-kit watches it.

  • Readme — the full canonical guide, synced from shll’s own repo.
  • Commands — every subcommand and flag.