
Agent Coordination
- 90 installs
- 67k repo stars
- Updated August 4, 2026
- ruvnet/claude-flow
Helps with ai & agent building tasks during AI-assisted development.
About
agent-coordination is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- agent-coordination
- AI & Agent Building
- AI-coding skill
Agent Coordination by the numbers
- 90 all-time installs (skills.sh)
- Ranked #4,814 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ruvnet/claude-flow --skill agent-coordinationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 90 |
|---|---|
| repo stars | ★ 67k |
| Last updated | August 4, 2026 |
| Repository | ruvnet/claude-flow ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
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
npx claude-flow agent spawn --type coder --name my-coderList Agents
npx claude-flow agent list --filter activeAgent Status
npx claude-flow agent status --id agent-123Agent Metrics
npx claude-flow agent metrics --id agent-123Stop Agent
npx claude-flow agent stop --id agent-123Pool Management
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
1. Use hierarchical topology for coordination 2. Keep agent count under 8 for tight coordination 3. Use specialized agents for specific tasks 4. Coordinate via memory, not direct communication