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.
Install
Section titled “Install”curl -fsSL https://shll.ai/install | shthen wire your shell:
shll shell-setup # wire your shell integrationrun-kit agent-setup # optional, once per machineexec $SHELL # reload your shell
Installs shll and the whole toolkit via Homebrew — see the full install guide.
How it fits
Section titled “How it fits”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.