ruv-swarm
Installation
SKILL.md
ruv-swarm
Neural swarm orchestration engine with WebAssembly-accelerated agent coordination, topology management, and distributed task execution. Orchestrate multi-agent swarms with configurable topologies, consensus protocols, load balancing, and self-healing capabilities.
Quick Command Reference
| Task | Command |
|---|---|
| Show help | npx ruv-swarm@latest --help |
| Init swarm | npx ruv-swarm@latest init |
| Spawn agents | npx ruv-swarm@latest spawn --count 5 |
| Start swarm | npx ruv-swarm@latest start |
| Swarm status | npx ruv-swarm@latest status |
| Run task | npx ruv-swarm@latest task run --file task.json |
| List agents | npx ruv-swarm@latest agents list |
| Set topology | npx ruv-swarm@latest topology set mesh |
| Benchmark | npx ruv-swarm@latest bench |
| Stop swarm | npx ruv-swarm@latest stop |