swarm-orchestration

Multi-agent swarm coordination for complex tasks. Uses hierarchical topology with specialized agents to break down and execute complex work across multiple files and modules. Use when: 3+ files need changes, new feature implementation, cross-module refactoring, API changes with tests, security-relat

By ruvnet · 1,177 installs

npx skills add ruvnet/ruflo --skill swarm-orchestration

Source repository · Upstream listing

Swarm Orchestration What This Skill Does Orchestrates multi agent swarms using agentic flow's advanced coordination system. Supports mesh, hierarchical, and adaptive topologies with automatic task distribution, load balancing, and fault tolerance. Prerequisites agentic flow v1.5.11+ Node.js 18+ Understanding of distributed systems (helpful) Quick Start Topology Patterns 1. Mesh (Peer to Peer) 2. Hierarchical (Queen Worker) 3. Adaptive (Dynamic) Task Orchestration Parallel Execution Pipeline Execution Adaptive Execution Memory Coordination Advanced Features Load Balancing Fault Tolerance Performance Monitoring Integration with Hooks Best Practices 1. Start small : Begin with 2 3 agents, scale up 2. Use memory : Share context through swarm memory 3. Monitor metrics : Track performance and bottlenecks 4. Enable hooks : Automatic coordination and sync 5. Set timeouts : Prevent hung tasks Troubleshooting Issue: Agents not coordinating Solution : Verify memory access and enable hooks Issue: Poor performance Solution : Check topology (use adaptive) and enable load balancing Learn More Swarm Guide: docs/swarm/orchestration.md Topology Patterns: docs/swarm/topologies.md Hooks Integration: docs/hooks/coordination.md