discover-plugins
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDiscover Plugins
发现插件
Find and recommend ruflo plugins for your workflow.
为你的工作流程查找并推荐ruflo插件。
When to use
使用场景
When starting a new project, exploring ruflo capabilities, or wondering which plugins would help with your current task.
当你启动新项目、探索ruflo功能,或者想了解哪些插件可以辅助当前任务时。
Steps
步骤
- Check installed — run to see what's already installed
ls plugins/ - Browse marketplace — call for recommended plugins
mcp__claude-flow__transfer_plugin-featured - Search by need — call with keywords matching your task
mcp__claude-flow__transfer_plugin-search - Get recommendations — call with your current task description for personalized suggestions
mcp__claude-flow__guidance_recommend - Check capabilities — call to see what each plugin enables
mcp__claude-flow__guidance_capabilities - Show details — call for full plugin details
mcp__claude-flow__transfer_plugin-info
- 检查已安装插件 — 运行查看已安装的插件
ls plugins/ - 浏览插件市场 — 调用获取推荐插件
mcp__claude-flow__transfer_plugin-featured - 按需搜索 — 使用与任务匹配的关键词调用
mcp__claude-flow__transfer_plugin-search - 获取个性化推荐 — 传入当前任务描述调用获取个性化建议
mcp__claude-flow__guidance_recommend - 查看插件功能 — 调用了解每个插件的功能
mcp__claude-flow__guidance_capabilities - 查看详细信息 — 调用获取插件完整详情
mcp__claude-flow__transfer_plugin-info
Plugin Catalog (32 plugins)
插件目录(32个插件)
Core & Coordination — Start here
核心与协调类 — 从这里开始
| Plugin | When to use | What it adds |
|---|---|---|
| ruflo-core | Always — base layer for all Ruflo work | MCP server, status, doctor, coder/researcher/reviewer agents |
| ruflo-swarm | Multi-agent tasks (3+ files, features, refactors) | Swarm topologies (hierarchical, mesh), Monitor streaming, worktree isolation |
| ruflo-autopilot | Autonomous task completion without manual steering | /loop-based autonomous execution, progress prediction, learning |
| ruflo-loop-workers | Recurring background work (audits, optimization, mapping) | 12 background workers via /loop or CronCreate scheduling |
| ruflo-workflows | Repeatable multi-step processes | Workflow templates, parallel execution, conditional branching |
| 插件 | 使用场景 | 新增功能 |
|---|---|---|
| ruflo-core | 始终需要 — 所有Ruflo工作的基础层 | MCP服务器、状态监控、诊断工具、编码/研究/审核Agent |
| ruflo-swarm | 多Agent任务(3个以上文件、功能、重构) | 集群拓扑(分层、网状)、监控流、工作树隔离 |
| ruflo-autopilot | 无需手动干预的自主任务完成 | 基于/loop的自主执行、进度预测、学习功能 |
| ruflo-loop-workers | 周期性后台工作(审计、优化、映射) | 通过/loop或CronCreate调度的12个后台工作进程 |
| ruflo-workflows | 可重复的多步骤流程 | 工作流模板、并行执行、条件分支 |
Memory & Intelligence — Cross-session learning
记忆与智能类 — 跨会话学习
| Plugin | When to use | What it adds |
|---|---|---|
| ruflo-agentdb | Semantic search over code patterns, telemetry, decisions | AgentDB with HNSW vector search (150x-12,500x faster), RuVector embeddings |
| ruflo-rag-memory | Simple key-value memory with search | Store/search/recall without full AgentDB setup |
| ruflo-rvf | Portable memory export/import across machines | RVF format, session persistence, cross-platform transfer |
| ruflo-ruvector | Vector embedding operations, HNSW indexing, clustering | ONNX 384-dim embeddings, hyperbolic Poincare ball, k-means/DBSCAN clustering |
| ruflo-knowledge-graph | Entity extraction, relation mapping, graph traversal | Pathfinder algo on AgentDB causal edges, code entity graphs |
| ruflo-intelligence | Task routing optimization, learning from outcomes | SONA neural patterns, trajectory learning, model routing with confidence |
| ruflo-daa | Self-adapting agents that evolve behavior | Dynamic Agentic Architecture, cognitive patterns, knowledge sharing |
| 插件 | 使用场景 | 新增功能 |
|---|---|---|
| ruflo-agentdb | 对代码模式、遥测数据、决策进行语义搜索 | 带有HNSW向量搜索(快150倍至12500倍)的AgentDB、RuVector嵌入 |
| ruflo-rag-memory | 带搜索功能的简单键值存储记忆 | 无需完整AgentDB设置即可存储/搜索/召回数据 |
| ruflo-rvf | 跨机器的可移植记忆导出/导入 | RVF格式、会话持久化、跨平台传输 |
| ruflo-ruvector | 向量嵌入操作、HNSW索引、聚类 | ONNX 384维嵌入、双曲Poincare球、k-means/DBSCAN聚类 |
| ruflo-knowledge-graph | 实体提取、关系映射、图遍历 | AgentDB因果边的Pathfinder算法、代码实体图 |
| ruflo-intelligence | 任务路由优化、从结果中学习 | SONA神经模式、轨迹学习、带置信度的模型路由 |
| ruflo-daa | 可自我调整行为的Agent | 动态Agent架构、认知模式、知识共享 |
Architecture & Methodology — Build right
架构与方法论类 — 正确构建
| Plugin | When to use | What it adds |
|---|---|---|
| ruflo-adr | Document architecture decisions, check compliance | ADR create/index/supersede, code-to-ADR linking, compliance checking on diffs |
| ruflo-ddd | Domain modeling, bounded context scaffolding | Context wizard, aggregate roots, domain events, anti-corruption layers, boundary validation |
| ruflo-sparc | Structured development methodology | Specification-Pseudocode-Architecture-Refinement-Completion with quality gates |
| 插件 | 使用场景 | 新增功能 |
|---|---|---|
| ruflo-adr | 记录架构决策、检查合规性 | ADR创建/索引/替代、代码与ADR关联、差异合规性检查 |
| ruflo-ddd | 领域建模、限界上下文脚手架 | 上下文向导、聚合根、领域事件、防腐层、边界验证 |
| ruflo-sparc | 结构化开发方法论 | 规范-伪代码-架构-细化-完成的流程,带质量关卡 |
Quality & Security — Ship safely
质量与安全类 — 安全交付
| Plugin | When to use | What it adds |
|---|---|---|
| ruflo-security-audit | Before merging, after dependency changes | CVE scanning, dependency vulnerability checks, security reports |
| ruflo-aidefence | Processing user input, handling untrusted data | Prompt injection detection, PII scanning, adversarial defense |
| ruflo-testgen | After implementing features, during refactors | Test gap detection, TDD London School workflow, coverage routing |
| ruflo-browser | UI testing, web scraping, visual validation | Playwright automation — navigate, click, screenshot, validate |
| 插件 | 使用场景 | 新增功能 |
|---|---|---|
| ruflo-security-audit | 合并前、依赖变更后 | CVE扫描、依赖漏洞检查、安全报告 |
| ruflo-aidefence | 处理用户输入、处理不可信数据 | 提示注入检测、PII扫描、对抗性防御 |
| ruflo-testgen | 功能实现后、重构期间 | 测试缺口检测、TDD伦敦学派工作流、覆盖率路由 |
| ruflo-browser | UI测试、网页抓取、视觉验证 | Playwright自动化 — 导航、点击、截图、验证 |
Development Tools — Build faster
开发工具类 — 快速构建
| Plugin | When to use | What it adds |
|---|---|---|
| ruflo-jujutsu | PR review, merge decisions, diff risk scoring | Diff analysis, risk classification, reviewer recommendations |
| ruflo-docs | After API changes, before releases | Doc generation, drift detection, API documentation |
| ruflo-ruvllm | Local LLM inference, custom model configs | RuVLLM integration, MicroLoRA fine-tuning, chat formatting |
| ruflo-wasm | Sandboxed code execution, untrusted workloads | WASM agent sandboxing, community gallery |
| ruflo-plugin-creator | Building new ruflo plugins | Scaffold structure, validate frontmatter, test MCP references |
| ruflo-migrations | Database schema changes | Sequential migration numbering, up/down pairs, dry-run, rollback validation |
| ruflo-observability | Logging, tracing, metrics correlation | Structured JSON logging, distributed tracing, agent-to-app telemetry correlation |
| ruflo-cost-tracker | Token budget management | Per-agent cost attribution, model pricing, budget alerts, optimization recommendations |
| 插件 | 使用场景 | 新增功能 |
|---|---|---|
| ruflo-jujutsu | PR评审、合并决策、差异风险评分 | 差异分析、风险分类、评审人员推荐 |
| ruflo-docs | API变更后、发布前 | 文档生成、漂移检测、API文档 |
| ruflo-ruvllm | 本地LLM推理、自定义模型配置 | RuVLLM集成、MicroLoRA微调、聊天格式 |
| ruflo-wasm | 沙箱化代码执行、不可信工作负载 | WASM Agent沙箱、社区画廊 |
| ruflo-plugin-creator | 构建新的ruflo插件 | 脚手架结构、验证前置内容、测试MCP引用 |
| ruflo-migrations | 数据库 schema 变更 | 顺序迁移编号、上下迁移对、试运行、回滚验证 |
| ruflo-observability | 日志、追踪、指标关联 | 结构化JSON日志、分布式追踪、Agent到应用的遥测关联 |
| ruflo-cost-tracker | Token预算管理 | 按Agent成本归因、模型定价、预算警报、优化建议 |
Domain-Specific — Specialized workloads
领域特定类 — 专业工作负载
| Plugin | When to use | What it adds |
|---|---|---|
| ruflo-goals | Long-horizon planning, multi-session research | GOAP algorithm, deep research orchestration, horizon tracking, synthesis |
| ruflo-federation | Cross-installation agent coordination | Zero-trust peer discovery, mTLS auth, consensus routing, compliance audit |
| ruflo-iot-cognitum | Cognitum Seed hardware device management | 5-tier device trust, telemetry anomaly detection (Z-score), fleet firmware rollouts, witness chain verification, SONA + AgentDB integration |
| ruflo-neural-trader | Trading strategy development and backtesting | Z-score market anomalies, SONA trajectory strategies, walk-forward backtesting, portfolio optimization |
| ruflo-market-data | Market data ingestion and pattern matching | OHLCV vectorization, candlestick pattern detection, HNSW-indexed historical search |
| 插件 | 使用场景 | 新增功能 |
|---|---|---|
| ruflo-goals | 长期规划、多会话研究 | GOAP算法、深度研究编排、进度跟踪、综合分析 |
| ruflo-federation | 跨安装实例的Agent协调 | 零信任节点发现、mTLS认证、共识路由、合规审计 |
| ruflo-iot-cognitum | Cognitum Seed硬件设备管理 | 5级设备信任、遥测异常检测(Z-score)、固件批量推送、见证链验证、SONA + AgentDB集成 |
| ruflo-neural-trader | 交易策略开发与回测 | Z-score市场异常检测、SONA轨迹策略、滚动向前回测、投资组合优化 |
| ruflo-market-data | 市场数据摄取与模式匹配 | OHLCV向量化、K线模式检测、HNSW索引的历史搜索 |
Decision Guide
决策指南
"I need to..." → Use this plugin:
- Build a feature → +
ruflo-core+ruflo-swarmruflo-testgen - Fix a bug → +
ruflo-core(for diff analysis)ruflo-jujutsu - Audit security → +
ruflo-security-auditruflo-aidefence - Run background tasks → +
ruflo-loop-workersruflo-autopilot - Search past decisions → +
ruflo-agentdbruflo-rag-memory - Plan a multi-week effort → (horizon tracking)
ruflo-goals - Manage IoT devices →
ruflo-iot-cognitum - Coordinate remote agents →
ruflo-federation - Test UI changes →
ruflo-browser - Generate docs →
ruflo-docs - Create a new plugin →
ruflo-plugin-creator - Document architecture decisions →
ruflo-adr - Scaffold domain models →
ruflo-ddd - Follow SPARC methodology →
ruflo-sparc - Develop trading strategies → +
ruflo-neural-traderruflo-market-data - Work with vector embeddings →
ruflo-ruvector - Build knowledge graphs →
ruflo-knowledge-graph - Manage database migrations →
ruflo-migrations - Add observability →
ruflo-observability - Track token costs →
ruflo-cost-tracker
“我需要……” → 使用以下插件:
- 构建功能 → +
ruflo-core+ruflo-swarmruflo-testgen - 修复bug → +
ruflo-core(用于差异分析)ruflo-jujutsu - 安全审计 → +
ruflo-security-auditruflo-aidefence - 运行后台任务 → +
ruflo-loop-workersruflo-autopilot - 搜索过往决策 → +
ruflo-agentdbruflo-rag-memory - 规划多周工作 → (进度跟踪)
ruflo-goals - 管理IoT设备 →
ruflo-iot-cognitum - 协调远程Agent →
ruflo-federation - 测试UI变更 →
ruflo-browser - 生成文档 →
ruflo-docs - 创建新插件 →
ruflo-plugin-creator - 记录架构决策 →
ruflo-adr - 搭建领域模型脚手架 →
ruflo-ddd - 遵循SPARC方法论 →
ruflo-sparc - 开发交易策略 → +
ruflo-neural-traderruflo-market-data - 处理向量嵌入 →
ruflo-ruvector - 构建知识图谱 →
ruflo-knowledge-graph - 管理数据库迁移 →
ruflo-migrations - 添加可观测性 →
ruflo-observability - 追踪Token成本 →
ruflo-cost-tracker
Install any plugin
安装任意插件
/plugin marketplace add ruvnet/ruflo
/plugin install <plugin-name>@ruflo/plugin marketplace add ruvnet/ruflo
/plugin install <plugin-name>@ruflo