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.
78
71%
Does it follow best practices?
Impact
89%
1.34xAverage score across 3 eval scenarios
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/agent-coordination/SKILL.mdThe canonical home for this skill is agent-coordination in ruvnet/claude-flow
Spawn and coordinate agents for complex multi-agent tasks.
coder, reviewer, tester, planner, researcher
security-architect, security-auditor, memory-specialist, performance-engineer
hierarchical-coordinator, mesh-coordinator, adaptive-coordinator, collective-intelligence-coordinator
byzantine-coordinator, raft-manager, gossip-coordinator, consensus-builder
pr-manager, code-review-swarm, issue-tracker, release-manager
sparc-coord, sparc-coder, specification, pseudocode, architecture, refinement
npx claude-flow agent spawn --type coder --name my-codernpx claude-flow agent list --filter activenpx claude-flow agent status --id agent-123npx claude-flow agent metrics --id agent-123npx claude-flow agent stop --id agent-123npx claude-flow agent pool --size 5 --type coder| 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 |
fa13ee4
Canonical home
since Feb 22, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.