What problem does it solve?
Coordinating multiple AI agents on complex multi-file tasks often leads to drift, conflicting edits, and lost context. This Skill sets up a structured swarm with a defined topology so agents can work in parallel with clear coordination.
Core Features & Use Cases
- Swarm Initialization: Start a swarm via MCP tool or CLI with configurable topology (hierarchical, mesh, hierarchical-mesh, ring, star, adaptive), agent count, and strategy.
- Parallel Agent Spawning: Spawn named background agents through the Task tool with git worktree isolation and SendMessage-based inter-agent communication.
- Use Case: When implementing a feature that touches many modules, initialize a hierarchical swarm with 8 specialized agents, then assign each agent a module so they edit in parallel without conflicts.
Quick Start
Ask the AI to initialize a hierarchical swarm with 8 agents using the swarm-init skill before starting your multi-file refactoring task.