@simplify-technology/squadpack-cli
v0.4.0
Published
The `squadpack` command-line interface.
Downloads
43
Readme
@simplify-technology/squadpack-cli
The squadpack command-line interface.
Use it to:
- install packs into a repository
- activate official extensions
- inspect squads, agents, skills, and catalogs
- create workspace squads from natural-language goals
- plan and run local cooperative executions
- inspect sessions, checkpoints, and runtime history
Install
npm install -D @simplify-technology/squadpack-cliTypical setup with the base pack:
npm install -D @simplify-technology/squadpack-cli @simplify-technology/squadpack-base
npx squadpack init --pack @simplify-technology/squadpack-base --target .Quick Start
npx squadpack install software-engineering --target .
npx squadpack create --goal "Build a secure dashboard" --target .
npx squadpack list --target .
npx squadpack run <squad-name> --target .Most Common Flows
Inspect capabilities:
npx squadpack inspect squad --pack @simplify-technology/squadpack-ext-laravel
npx squadpack inspect agent --pack @simplify-technology/squadpack-ext-software-engineeringOperate an execution:
npx squadpack status --session <session-id> --target .
npx squadpack trace --session <session-id> --target .
npx squadpack checkpoints --target .
npx squadpack resume --session <session-id> --decision approve --target .Notes
- Runtime state is stored under
.squadpack/in the target repository. - In Cursor, the recommended entrypoint is
/squad;/squad-help,/squad-create,/squad-run,/squad-list,/squad-edit,/squad-skills,/squad-install, and/squad-uninstallare explicit shortcuts over the same underlying CLI surface.
Documentation
- Main README:
../../README.en.md - CLI reference:
../../docs/en/cli-reference.md - IDE commands:
../../docs/en/ide-commands.md - Workspace squads:
../../docs/en/workspace-squads.md
