A CLI for humans and agents - get your first squad running in 5 minutes
npm install -g @agents-squads/cli
squads init my-project cd my-project
my-project/ ├── .agents/ │ ├── squads/ │ │ └── research/ │ │ └── SQUAD.md │ └── memory/ ├── .claude/ │ └── settings.json └── CLAUDE.md
squads status
squads run research
Was this page helpful?