agent-orchestration
Installation
SKILL.md
Agent Orchestration Skill
Coordinate multiple AI agents using swarm topologies, parallel execution, and Claude Flow for complex multi-step tasks.
Quick Start
// Initialize a swarm for complex task
// Spawn specialized agents
agents: [
{ type: "coder", name: "backend" },
{ type: "tester", name: "qa" },
{ type: "reviewer", name: "quality" }
]
})