ruflo
π The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Install / Use
npx skills add ruvnet/rufloInstalls into whichever agent you are using.
CLAUDE.md
Claude Code project instructions
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHubRuflo
An agent meta-harness for Claude Code and Codex.
</div>Agent = Model + Harness. The model writes; the harness gives it tools, memory, loops, sandboxes, and controls so it can actually work. Ruflo is the harness β the execution layer around Claude Code and Codex that adds 100+ specialized agents, coordinated swarms, self-learning memory, federated comms across machines, and enterprise security guardrails. So agents don't just run, they collaborate.
One npx ruflo init gives Claude Code a nervous system: agents self-organize into swarms, learn from every task, remember across sessions, and β with federation β securely talk to agents on other machines without leaking data. You keep writing code. Ruflo handles the coordination.
Self-Learning / Self-Optimizing Agent Architecture
User --> Ruflo (CLI/MCP) --> Router --> Swarm --> Agents --> Memory --> LLM Providers
^ |
+---- Learning Loop <-------+
<details> <summary><strong>π Background β where the name comes from</strong></summary>New to Ruflo? You don't need to learn 314 MCP tools or 26 CLI commands. After
init, just use Claude Code normally β the hooks system automatically routes tasks, learns from successful patterns, and coordinates agents in the background.
</details>Claude Flow is now Ruflo β named by
rUv, who loves Rust, flow states, and building things that feel inevitable. The "Ru" is the rUv. The "flo" is working until 3am. Underneath, powered byCognitum.Oneagentic architecture, running a supercharged Rust-based AI engine, embeddings, memory, and plugin system.

Quick Start
There are two different install paths with very different surface areas. Pick based on what you need (#1744):
| | Claude Code Plugin | CLI install (npx ruflo init) |
|---|---|---|
| What it gives you | Slash commands + a few skills + agent definitions per-plugin | Full Ruflo loop β 98 agents, 60+ commands, 30 skills, MCP server, hooks, daemon |
| Files in your workspace | Zero | .claude/, .claude-flow/, CLAUDE.md, helpers, settings |
| MCP server registered | No (memory_store, swarm_init, etc. unavailable to Claude) | Yes |
| Hooks installed | No | Yes |
| Best for | Try a single plugin's commands without committing to the full install | Production use β everything works as documented |
Path A β Claude Code Plugins (lite, slash commands only)
# Add the marketplace
/plugin marketplace add ruvnet/ruflo
# Install core + any plugins you need
/plugin install ruflo-core@ruflo
/plugin install ruflo-swarm@ruflo
/plugin install ruflo-rag-memory@ruflo
/plugin install ruflo-neural-trader@ruflo
This adds slash commands and agent definitions only. The Ruflo MCP server is NOT registered, so memory_store, swarm_init, agent_spawn, etc. won't be callable from Claude. For the full loop, use Path B below.
Core & Orchestration
| Plugin | What it does | |--------|-------------| | ruflo-core | Foundation β server, health checks, plugin discovery | | ruflo-swarm | Coordinate multiple agents as a team | | ruflo-autopilot | Let agents run autonomously in a loop | | ruflo-loop-workers | Schedule background tasks on a timer | | ruflo-workflows | Reusable multi-step task templates | | ruflo-federation | Agents on different machines collaborate securely |
Memory & Knowledge
| Plugin | What it does |
|--------|-------------|
| ruflo-agentdb | Fast vector database for agent memory |
| ruflo-rag-memory | Smart retrieval β hybrid search, graph hops, diversity ranking |
| ruflo-rvf | Save and restore agent memory across sessions |
| ruflo-ruvector | ruvector β GPU-accelerated search, Graph RAG, 103 tools |
| ruflo-knowledge-graph | Build and traverse entity relationship maps |
Intelligence & Learning
| Plugin | What it does | |--------|-------------| | ruflo-intelligence | Agents learn from past successes and get smarter | | ruflo-graph-intelligence | Sublinear graph reasoning β PageRank, delta updates, complexity-aware execution (ADR-123) | | ruflo-daa | Dynamic agent behavior and cognitive patterns | | ruflo-ruvllm | Run local LLMs (Ollama, etc.) with smart routing | | ruflo-goals | Break big goals into plans and track progress |
Code Quality & Testing
| Plugin | What it does | |--------|-------------| | ruflo-testgen | Find missing tests and generate them automatically | | ruflo-browser | Automate browser testing with Playwright | | ruflo-jujutsu | Analyze git diffs, score risk, suggest reviewers | | ruflo-docs | Generate and maintain documentation automatically |
Security & Compliance
| Plugin | What it does | |--------|-------------| | ruflo-security-audit | Scan for vulnerabilities and CVEs | | ruflo-aidefence | Block prompt injection, detect PII, safety scanning |
Architecture & Methodology
| Plugin | What it does | |--------|-------------| | ruflo-adr | Track architecture decisions with a living record | | ruflo-ddd | Scaffold domain-driven design β contexts, aggregates, events | | ruflo-sparc | Guided 5-phase development methodology with quality gates | | ruflo-metaharness | Grade your agent setup, scan tool configs for security risks, and track changes over time (guide) | | ruflo-arena | Competitive ruliology β pit agent strategies against each other in tournaments, hill-climb and co-evolve the winners (ADR-147/148) |
DevOps & Observability
| Plugin | What it does | |--------|-------------| | ruflo-migrations | Manage database schema changes safely | | ruflo-observability | Structured logs, traces, and metrics in one place | | ruflo-cost-tracker | Track token usage, set budgets, get cost alerts |
Extensibility
| Plugin | What it does | |--------|-------------| | ruflo-agent | Run agents β local WASM sandbox (rvagent) + Anthropic Claude Managed Agents (cloud) | | ruflo-plugin-creator | Scaffold, validate, and publish your own plugins |
Domain-Specific
| Plugin | What it does |
|--------|-------------|
| ruflo-iot-cognitum | IoT device management β trust scoring, anomaly detection, fleets |
| ruflo-neural-trader | neural-trader β AI trading with 4 agents, backtesting, 112+ tools |
| ruflo-market-data | Ingest market data, vectorize OHLCV, detect patterns |
CLI Install
macOS / Linux / WSL / Git-Bash:
# One-line install (POSIX she
Truncated for display β read the full file on GitHub.
Related Skills
caveman
107.2kπͺ¨ why use many token when few token do trick. Viral skill + proxy for coding agents that cuts 65% of tokens by talking like a caveman.
claude-mem
94.4kPersistent Context Across Sessions for Every Agent β Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Agent-Reach
84.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu β one CLI, zero API fees.
Understand-Anything
83.6kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

