ruflo

Install Paths

/project-overview/install-paths

There are two different install paths with very different surface areas. Pick based on what you need (see #1744):

Claude Code PluginCLI install (npx ruflo init)
What it gives youSlash commands + a few skills + agent definitions per-pluginFull Ruflo loop — 98 agents, 60+ commands, 30 skills, MCP server, hooks, daemon
Files in your workspaceZero.claude/, .claude-flow/, CLAUDE.md, helpers, settings
MCP server registeredNo (memory_store, swarm_init, etc. unavailable to Claude)Yes
Hooks installedNoYes
Best forTrying a single plugin's commands without committing to the full installProduction use — everything works as documented

Path A — Claude Code Plugins (lite, slash commands only):

bash
/plugin marketplace add ruvnet/ruflo

/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 the CLI path documented in the Quick Start.