What problem does it solve? Coordinating large-scale multi-agent coding work manually is slow and error-prone. This Skill lets you deploy coordinated Claude Code agent swarms through Ruflo (claude-flow) to break down, execute, and review complex software tasks in parallel. ## Core Features & Use Cases - Swarm Orchestration: Deploy agent swarms with claude-flow swarm <goal> using hierarchical, mesh, ring, or star topologies. - Specialized Agent Roles: Auto-assigned coordinator, executor, reviewer, optimizer, and researcher agents with persistent memory and RAG integration. - Federated & Hive Mind Modes: Coordinate agents across machines and monitor execution through a live web dashboard. - Use Case: Run claude-flow swarm "Migrate from Express to Fastify" --topology ring --max-agents 6 to sequentially analyze, plan, refactor, and test a codebase with multiple cooperating agents. ## Quick Start Install Claude Code and claude-flow globally with npm, then ask the agent to run claude-flow swarm with your coding goal to deploy a coordinated agent swarm.