agent-coordination
Original:🇺🇸 English
Translated
Agent spawning, lifecycle management, and coordination patterns. Manages 60+ agent types with specialized capabilities. Use when: spawning agents, coordinating multi-agent tasks, managing agent pools. Skip when: single-agent work, no coordination needed.
3installs
Sourceruvnet/claude-flow
Added on
NPX Install
npx skill4agent add ruvnet/claude-flow agent-coordinationTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Agent Coordination Skill
Purpose
Spawn and coordinate agents for complex multi-agent tasks.
Agent Types
Core Development
coderreviewertesterplannerresearcherV3 Specialized
security-architectsecurity-auditormemory-specialistperformance-engineerSwarm Coordination
hierarchical-coordinatormesh-coordinatoradaptive-coordinatorcollective-intelligence-coordinatorConsensus
byzantine-coordinatorraft-managergossip-coordinatorconsensus-builderGitHub
pr-managercode-review-swarmissue-trackerrelease-managerSPARC
sparc-coordsparc-coderspecificationpseudocodearchitecturerefinementCommands
Spawn Agent
bash
npx claude-flow agent spawn --type coder --name my-coderList Agents
bash
npx claude-flow agent list --filter activeAgent Status
bash
npx claude-flow agent status --id agent-123Agent Metrics
bash
npx claude-flow agent metrics --id agent-123Stop Agent
bash
npx claude-flow agent stop --id agent-123Pool Management
bash
npx claude-flow agent pool --size 5 --type coderRouting Codes
| Code | Task | Agents |
|---|---|---|
| 1 | Bug Fix | coordinator, researcher, coder, tester |
| 3 | Feature | coordinator, architect, coder, tester, reviewer |
| 5 | Refactor | coordinator, architect, coder, reviewer |
| 7 | Performance | coordinator, perf-engineer, coder |
| 9 | Security | coordinator, security-architect, auditor |
Best Practices
- Use hierarchical topology for coordination
- Keep agent count under 8 for tight coordination
- Use specialized agents for specific tasks
- Coordinate via memory, not direct communication