Orchestrate 100+ AI Agents in Parallel With Ruflo (formerly Claude Flow)
Turn Claude Code into a coordinated multi-agent swarm

Who This Is For
Developer-leaning operators running complex parallel work
This is for developer-leaning operators who already work in Claude Code and want to run complex, parallelizable build or automation work with multiple specialized agents instead of one at a time.
You'll need a working dev environment, Claude Code installed, and comfort running npx commands from a terminal. This is a technical, multi-agent setup, not a beginner tool.
One important note: some third-party claims about Ruflo, like a specific cost-reduction percentage, are not made by the official project, which instead emphasizes coordination speed and shared memory. Treat performance claims from outside sources with some skepticism and judge results on your own workload.
By the end, you'll have Ruflo installed and coordinating 100+ specialized agents through Claude Code — planning, coding, testing, and reviewing in parallel with shared memory that improves over time.
Ruflo Swarm Kickoff Prompt
I'm using Ruflo (formerly Claude Flow) in Claude Code to run a swarm of specialized agents on this task: [describe your build or automation task]. Break it into parallelizable subtasks, assign each one to a specialized agent role (e.g. planner, builder, reviewer, tester), and run them concurrently instead of sequentially. Report back: 1) the subtask breakdown and which agent owns each, 2) any dependencies between subtasks that block full parallelization, and 3) a single merged summary once all agents finish. Flag anything that needs my review before you proceed, especially irreversible actions.