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://hexokit.com/install | sh
shll install # the six companionsshll setup shell # wire your shell integrationshll setup agent # optional, once per machineexec $SHELL # reload your shell
Installs shll and HexoKit; shll install adds the
rest of the toolkit — 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.