swarm CLI.
Create an account
Go to https://swarm.stoke.com/ and sign-in or sign-up with Google.Installation
Installswarm to ~/.local/bin/swarm:
~/.local/bin is in your PATH:
Authenticate the CLI
swarm auth login- should open a browser for you to authorize the CLI.
Claude Plugin
Enable the swarm plugin in your.claude/settings.json. This adds needed
agents, skills, and hooks for Swarm to function properly.
/plugins section within Claude.
After adding the plugin restart Claude.
To start a new worktree:
- Run
swarm startfrom within a git repository- This will prompt you to pick a “flow”
- Flows are defined in the web interface. They define a sequence of steps for claude to take.
- e.g.
stoke-gh/codeflows
Configuration
Within the repo editor you can see the repo’s configuration underconfig.yaml.
If you want personal user-specific overrides create a new config.local.yaml
file in the web editor.
Updates
To get future CLI updates run:swarm updateswarm update --check(just checks, doesn’t install)
Claude Statusline
Add to your.claude/settings.local.json:
swarm statusline --examples to see example outputs.
Info
swarm --versionswarm --helpswarm [command] --help

