Swarm Orchestration
Skill Verified ActiveOrchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.
To provide a comprehensive solution for orchestrating multiple AI agents, enabling complex distributed AI systems and scaling beyond single-agent capabilities.
Features
- Multi-agent swarm orchestration
- Dynamic topology support (mesh, hierarchical, adaptive)
- Parallel, pipeline, and adaptive task execution
- Shared memory for inter-agent communication
- Load balancing and fault tolerance mechanisms
Use Cases
- Scaling beyond single agents for complex tasks
- Implementing distributed AI systems
- Automating complex workflows requiring multiple specialized agents
- Building sophisticated AI applications that require agent collaboration
Non-Goals
- Replacing the core functionality of individual AI agents
- Managing the internal logic of single agents
- Providing direct user interaction with individual agents (focus is on swarm coordination)
Installation
npx skills add ruvnet/rufloRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Swarm Init
98Initialize a multi-agent swarm with anti-drift configuration
Coordinate Swarm
98Apply collective intelligence coordination patterns — stigmergy, local rules, and quorum sensing — to organize distributed systems, teams, or workflows without centralized control. Covers signal design, agent autonomy boundaries, emergent behavior cultivation, and feedback loop tuning. Use when designing distributed systems without a coordination bottleneck, organizing teams that must self-coordinate, building event-driven architectures with shared state communication, or replacing fragile centralized orchestration with resilient emergent coordination.
Agent Hierarchical Coordinator
99Agent skill for hierarchical-coordinator - invoke with $agent-hierarchical-coordinator
Multi Agent Patterns
99Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.
Hive Mind Advanced
98Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory
Agent Mesh Coordinator
97Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator