agent-coordination
SolidAgent 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.
AI & Automation 56,717 stars
6459 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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 | 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 | Se...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agent-adaptive-coordinator
Agent skill for adaptive-coordinator - invoke with $agent-adaptive-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-coordinator-swarm-init
Agent skill for coordinator-swarm-init - invoke with $agent-coordinator-swarm-init
56,717 Updated today
ruvnet AI & Automation Solid
agent-automation-smart-agent
Agent skill for automation-smart-agent - invoke with $agent-automation-smart-agent
56,717 Updated today
ruvnet AI & Automation Solid
agent-hierarchical-coordinator
Agent skill for hierarchical-coordinator - invoke with $agent-hierarchical-coordinator
56,717 Updated today
ruvnet AI & Automation Solid
agent-swarm
Agent skill for swarm - invoke with $agent-swarm
56,717 Updated today
ruvnet