Loading...
Loading...
Multi-agent swarm coordination for complex tasks. Uses hierarchical topology with specialized agents to break down and execute complex work across multiple files and modules. Use when: 3+ files need changes, new feature implementation, cross-module refactoring, API changes with tests, security-related changes, performance optimization across codebase, database schema changes. Skip when: single file edits, simple bug fixes (1-2 lines), documentation updates, configuration changes, quick exploration.
npx skill4agent add ruvnet/claude-flow swarm-orchestrationnpx @claude-flow/cli swarm init --topology hierarchical --max-agents 8 --strategy specializednpx @claude-flow/cli swarm init --topology hierarchical --max-agents 6 --strategy specializednpx @claude-flow/cli hooks route --task "[task description]"npx @claude-flow/cli hooks route --task "implement OAuth2 authentication flow"npx @claude-flow/cli agent spawn --type [type] --name [name]npx @claude-flow/cli agent spawn --type coder --name impl-authnpx @claude-flow/cli swarm status --verbosenpx @claude-flow/cli task orchestrate --task "[task]" --strategy adaptivenpx @claude-flow/cli task orchestrate --task "refactor auth module" --strategy parallel --max-agents 4npx @claude-flow/cli agent list --filter active| Script | Path | Description |
|---|---|---|
| | Initialize swarm with default settings |
| | Real-time swarm monitoring dashboard |
| Document | Path | Description |
|---|---|---|
| | Complete list of agent types and capabilities |
| | Swarm topology configuration guide |