Installation
Install the Squads CLI globally:Initialize Your Project
Create a new squads project:Run Your First Squad
Check the status of your squads:What’s Next?
Understand Agents
Learn how agents work
Configure Squads
Customize your teams
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A CLI for humans and agents - get your first squad running in 5 minutes
npm install -g squads-cli
yarn global add squads-cli
pnpm add -g 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?