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://hexokit.com/install | sh
shll install # the six companions
shll setup shell # wire your shell integration
shll setup agent # optional, once per machine
exec $SHELL # reload your shell

Installs shll and HexoKit; shll install adds the rest of the toolkit — 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.