Оркестрация роя агентов для параллельных задач
★ 8.1 · vibe-coding
swarm-orchestration is a Claude Code skill that orchestrates multi-agent swarms via agentic-flow, enabling parallel and pipeline task execution with intelligent coordination. It supports three topology patterns — mesh (peer-to-peer with broadcast communication), hierarchical (queen-worker with a central architect), and adaptive (automatically switches based on task complexity) — along with shared swarm memory, dynamic load balancing, and fault tolerance with exponential-backoff retries and task reassignment. The skill requires agentic-flow v3.0.0-alpha.1+ and Node.js 18+; agents are spawned using `agent-spawn` with types like coder, tester, and reviewer, and tasks are dispatched via `task-orchestrate --mode parallel` or configured as staged pipelines with explicit dependencies. It fits teams building distributed AI workflows where a single agent isn't enough — such as concurrently developing API endpoints, UI components, and a test suite, or running a structured design-implement-test-review pipeline.