CtrlK
BlogDocsLog inGet started
Tessl Logo

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.

Install with Tessl CLI

npx tessl i github:ruvnet/claude-flow --skill agent-coordination
What are skills?

87

1.34x

Does it follow best practices?

Evaluation89%

1.34x

Agent success when using this skill

Validation for skill structure

SKILL.md
Review
Evals

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-coder

List Agents

npx claude-flow agent list --filter active

Agent Status

npx claude-flow agent status --id agent-123

Agent Metrics

npx claude-flow agent metrics --id agent-123

Stop Agent

npx claude-flow agent stop --id agent-123

Pool Management

npx claude-flow agent pool --size 5 --type coder

Routing Codes

CodeTaskAgents
1Bug Fixcoordinator, researcher, coder, tester
3Featurecoordinator, architect, coder, tester, reviewer
5Refactorcoordinator, architect, coder, reviewer
7Performancecoordinator, perf-engineer, coder
9Securitycoordinator, 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
Repository
ruvnet/claude-flow
Last updated
Created

Is this your skill?

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.