claude-swarm
Parallel coding workers with persistent state and behavioral rules
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-swarm?โผ
Run `npx skills add cj-vana/claude-swarm --all -g -y` in your terminal to install the swarm skill globally.
What does claude-swarm do?โผ
It runs multiple coding workers in parallel, each in its own git worktree, while an orchestrator plans features, monitors progress, and verifies completed work with tests.
Can sessions survive crashes or restarts?โผ
Yes. State is checkpointed regularly and stored on disk, so sessions automatically resume after crashes, context compaction, or machine restarts.
How do I control what workers are allowed to do?โผ
You define protocols with constraints like blocked file paths, restricted commands, or time limits, and the system validates every worker action against them.
Does claude-swarm work with Claude Code?โผ
Yes. It runs as an MCP server inside Claude Code and provides a /swarm skill that guides the full orchestration workflow from setup to final review.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core