Ruflo
An agent meta-harness (formerly claude-flow) that adds 100+ specialized agents, coordinated swarms, self-learning HNSW memory, agent federation across machines, and 35 Claude Code plugins to Claude Code and Codex. Install via `npx ruflo init` for the full loop or individual plugins via the Claude Code marketplace.
View on GitHubWhat it does
- npx ruflo@latest init wizard
Interactive setup wizard that installs the full Ruflo loop: 98 agents, 60+ commands, MCP server, hooks, and background workers.
- claude mcp add ruflo -- npx ruflo@latest mcp start
Register Ruflo as an MCP server so memory_store, swarm_init, agent_spawn, and other tools are callable from Claude.
- /plugin install ruflo-swarm@ruflo
Install the swarm plugin to coordinate multiple agents as a team with hierarchical, mesh, or adaptive topologies.
- /plugin install ruflo-sparc@ruflo
Install the SPARC methodology plugin: Specification, Pseudocode, Architecture, Refinement, Completion — a five-phase structured agentic development workflow.
- ruflo federation init
Initialize zero-trust agent federation with mTLS + ed25519 keypair for cross-machine agent collaboration.