agent-coordination
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.
npx skills add ruvnet/ruflo --skill agent-coordination --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Coordination Skill ## Purpose Spawn and coordinate agents for complex multi-agent tasks. ## Agent Types ### Core Development `coder`, `reviewer`, `tester`, `planner`, `researcher` ### V3 Specialized `security-architect`, `security-auditor`, `memory-specialist`, `performance-engineer` ### Swarm Coordination `hierarchical-coordinator`, `mesh-coordinator`, `adaptive-coordinator`, `collective-intelligence-coordinator` ### Consensus `byzantine-coordinator`, `raft-manager`, `gossip-coordinator`, `consensus-builder` ### GitHub `pr-manager`, `code-review-swarm`, `issue-tracker`, `release-manager` ### SPARC `sparc-coord`, `sparc-coder`, `specification`, `pseudocode`, `architecture`, `refinement` ## Commands ### Spawn Agent ```bash npx claude-flow agent spawn --type coder --name my-coder ``` ### List Agents ```bash npx claude-flow agent list --filter active ``` ### Agent Status ```bash npx claude-flow agent status --id agent-123 ``` ### Agent Metrics ```bash npx claude-flow agent metrics --id agent-123 ``` ### Stop Agent ```bash npx claude-flow agent stop --id agent-123 ``` ### Pool Management ```bash npx claude-flow agent pool --size 5 --type coder ``` ## Routing Codes | Code | Task
- Purpose
- Agent Types
- Core Development
- V3 Specialized
- Swarm Coordination
- Consensus
- GitHub
- SPARC
- Commands
- Spawn Agent
- List Agents
- Agent Status
- Agent Metrics
- Stop Agent
npx claude-flow agent spawn --type coder --name my-coder npx claude-flow agent list --filter active npx claude-flow agent status --id agent-123 npx claude-flow agent metrics --id agent-123 npx claude-flow agent stop --id agent-123 npx claude-flow agent pool --size 5 --type coder
What does the agent-coordination skill do?
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.
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-coordination --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.