Ruflo Plugins
32 Claude Code plugins for agent-powered development workflows. Load with --plugin-dir.
Quick Start
Plugin Catalog
Core & Coordination
| Plugin |
Description |
| ruflo-core |
MCP server, status, doctor, coder/researcher/reviewer agents |
| ruflo-swarm |
Swarm topologies (hierarchical, mesh), Monitor streaming |
| ruflo-autopilot |
Autonomous /loop task completion with prediction |
| ruflo-loop-workers |
12 background workers via /loop or CronCreate |
| ruflo-workflows |
Workflow templates, parallel execution, branching |
Memory & Intelligence
| Plugin |
Description |
| ruflo-agentdb |
AgentDB with HNSW vector search (150x-12,500x faster) |
| ruflo-rag-memory |
SOTA RAG — hybrid search, Graph RAG, MMR diversity, memory bridge |
| ruflo-rvf |
Portable RVF memory format, session persistence |
| ruflo-ruvector |
ruvector — FlashAttention-3, Graph RAG, hybrid search, 103 MCP tools, Brain AGI |
| ruflo-knowledge-graph |
Entity extraction, relation mapping, pathfinder traversal |
| ruflo-intelligence |
SONA neural patterns, trajectory learning, model routing |
| ruflo-daa |
Dynamic Agentic Architecture, cognitive patterns |
Architecture & Methodology
| Plugin |
Description |
| ruflo-adr |
ADR lifecycle — create, index, supersede, compliance checking |
| ruflo-ddd |
DDD scaffolding — bounded contexts, aggregates, domain events |
| ruflo-sparc |
SPARC methodology with 5 phases and quality gates |
Quality & Security
Development Tools
| Plugin |
Description |
| ruflo-jujutsu |
Diff analysis, risk scoring, reviewer recommendations |
| ruflo-docs |
Doc generation, drift detection, API docs |
| ruflo-ruvllm |
Local LLM inference, MicroLoRA, chat formatting |
| ruflo-agent |
WASM agent sandboxing and gallery |
| ruflo-plugin-creator |
Scaffold and validate new plugins |
| ruflo-migrations |
Database schema migration management |
| ruflo-observability |
Structured logging, tracing, metrics correlation |
| ruflo-cost-tracker |
Token usage tracking, budget alerts, cost optimization |
Domain-Specific
Recommended Stacks
| Use Case |
Plugins |
| Feature development |
ruflo-core + ruflo-swarm + ruflo-testgen + ruflo-ddd |
| Security audit |
ruflo-core + ruflo-security-audit + ruflo-aidefence |
| Architecture work |
ruflo-core + ruflo-adr + ruflo-ddd + ruflo-sparc |
| Deep research |
ruflo-core + ruflo-goals + ruflo-rag-memory + ruflo-intelligence |
| Vector search |
ruflo-core + ruflo-ruvector + ruflo-rag-memory + ruflo-knowledge-graph |
| IoT development |
ruflo-core + ruflo-iot-cognitum + ruflo-agentdb |
| Trading systems |
ruflo-core + ruflo-neural-trader + ruflo-market-data + ruflo-ruvector |
| Full stack |
All 32 plugins |
npm Package Integration
Several plugins wrap standalone npm packages for deeper functionality:
| Plugin |
npm Package |
What It Adds |
ruflo-neural-trader |
neural-trader |
112+ MCP tools, Rust/NAPI engine, LSTM/Transformer models |
ruflo-ruvector |
ruvector |
103 MCP tools, FlashAttention-3, Graph RAG, Brain AGI |
Plugin Structure
Each plugin follows the Claude Code plugin specification:
Creating a Plugin
Or manually: copy any existing plugin directory and modify.
Validation
Verification & Discoverability
Every MCP tool description across the 32 plugins must answer "use this over native (Bash/Read/Grep/Glob/Task/TodoWrite) when?" per ADR-112. The rule is enforced by CI:
Combined with verification/ (Ed25519-signed witness manifest, 103+ documented fixes attested), the plugin surface is regression-protected at three layers: install smoke (npm i), behavioral smoke (paired-tool round-trips), and presence attestation (every load-bearing line of every documented fix). See verification/README.md for the full stack.
License
MIT