Back to Ruflo

RuFlo Marketplace

docs/index.md

3.6.304.3 KB
Original Source

RuFlo Marketplace

Installable agentic workflows for Claude Code -- not just commands.

RuFlo provides native Claude Code plugins for multi-agent orchestration, /loop workers, security auditing, memory-powered RAG, and test generation.

Quick Install

bash
# Add the marketplace
/plugin marketplace add ruvnet/ruflo

# Install plugins
/plugin install ruflo-core@ruflo
/plugin install ruflo-swarm@ruflo
/plugin install ruflo-loop-workers@ruflo

Plugins

PluginDescriptionInstall
ruflo-coreMCP server, base commands, project config/plugin install ruflo-core@ruflo
ruflo-swarmTeams, agents, Monitor streams, worktree isolation/plugin install ruflo-swarm@ruflo
ruflo-loop-workers/loop workers, CronCreate, cache-aware scheduling/plugin install ruflo-loop-workers@ruflo
ruflo-security-auditSecurity review, dependency checks, policy gates/plugin install ruflo-security-audit@ruflo
ruflo-rag-memoryRuVector memory, HNSW search, AgentDB/plugin install ruflo-rag-memory@ruflo
ruflo-testgenTest gap detection, coverage analysis, TDD workflow/plugin install ruflo-testgen@ruflo
ruflo-docsDoc generation, drift detection, API docs/plugin install ruflo-docs@ruflo
ruflo-autopilotAutonomous /loop completion, learning, prediction/plugin install ruflo-autopilot@ruflo
ruflo-intelligenceSelf-learning SONA patterns, trajectory learning, routing/plugin install ruflo-intelligence@ruflo
ruflo-agentdbAgentDB controllers, HNSW vector search, RuVector/plugin install ruflo-agentdb@ruflo
ruflo-aidefenceAI safety scanning, PII detection, prompt defense/plugin install ruflo-aidefence@ruflo
ruflo-browserPlaywright browser automation, testing, scraping/plugin install ruflo-browser@ruflo
ruflo-jujutsuGit diff analysis, risk scoring, reviewer recs/plugin install ruflo-jujutsu@ruflo
ruflo-wasmSandboxed WASM agents and gallery sharing/plugin install ruflo-wasm@ruflo
ruflo-workflowsWorkflow templates, orchestration, lifecycle/plugin install ruflo-workflows@ruflo
ruflo-daaDynamic Agentic Architecture, cognitive patterns/plugin install ruflo-daa@ruflo
ruflo-ruvllmLocal LLM inference, MicroLoRA, chat formatting/plugin install ruflo-ruvllm@ruflo
ruflo-rvfRVF portable memory, session persistence/plugin install ruflo-rvf@ruflo
ruflo-plugin-creatorScaffold, validate, publish new plugins/plugin install ruflo-plugin-creator@ruflo

How It Works

RuFlo plugins extend Claude Code with:

  • Skills -- Teach Claude Code new workflows (swarm init, /loop workers, security scans)
  • Commands -- Slash commands for common operations (/status, /audit, /memory)
  • Agents -- Specialized agent definitions (coder, reviewer, architect, security-auditor)
  • MCP Server -- 314 tools for coordination, memory, neural learning, and more

Claude Code Native Integration

RuFlo plugins use Claude Code's native capabilities when available:

FeaturePluginClaude Code Native
Periodic workersruflo-loop-workers/loop + ScheduleWakeup
Live monitoringruflo-swarmMonitor tool
Background jobsruflo-loop-workersCronCreate
Agent isolationruflo-swarmisolation: "worktree"
Multi-agent commsruflo-swarmTeamCreate + SendMessage
Cross-sessionruflo-corePushNotification + RemoteTrigger
Autonomous loopsruflo-autopilot/loop + ScheduleWakeup + autopilot MCP

Trust & Security

  • All plugins are open source -- review before installing
  • MCP servers run locally, no data leaves your machine
  • Plugins declare required permissions in their manifest
  • Pin versions for production use: /plugin install [email protected]@ruflo
  • Security scanning available via ruflo-security-audit