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" }
    ]
})
Installs
19
GitHub Stars
11
First Seen
Jan 24, 2026
agent-orchestration — vamseeachanta/workspace-hub