discover-plugins

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Discover 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

步骤

  1. Check installed — run
    ls plugins/
    to see what's already installed
  2. Browse marketplace — call
    mcp__claude-flow__transfer_plugin-featured
    for recommended plugins
  3. Search by need — call
    mcp__claude-flow__transfer_plugin-search
    with keywords matching your task
  4. Get recommendations — call
    mcp__claude-flow__guidance_recommend
    with your current task description for personalized suggestions
  5. Check capabilities — call
    mcp__claude-flow__guidance_capabilities
    to see what each plugin enables
  6. Show details — call
    mcp__claude-flow__transfer_plugin-info
    for full plugin details
  1. 检查已安装插件 — 运行
    ls plugins/
    查看已安装的插件
  2. 浏览插件市场 — 调用
    mcp__claude-flow__transfer_plugin-featured
    获取推荐插件
  3. 按需搜索 — 使用与任务匹配的关键词调用
    mcp__claude-flow__transfer_plugin-search
  4. 获取个性化推荐 — 传入当前任务描述调用
    mcp__claude-flow__guidance_recommend
    获取个性化建议
  5. 查看插件功能 — 调用
    mcp__claude-flow__guidance_capabilities
    了解每个插件的功能
  6. 查看详细信息 — 调用
    mcp__claude-flow__transfer_plugin-info
    获取插件完整详情

Plugin Catalog (32 plugins)

插件目录(32个插件)

Core & Coordination — Start here

核心与协调类 — 从这里开始

PluginWhen to useWhat it adds
ruflo-coreAlways — base layer for all Ruflo workMCP server, status, doctor, coder/researcher/reviewer agents
ruflo-swarmMulti-agent tasks (3+ files, features, refactors)Swarm topologies (hierarchical, mesh), Monitor streaming, worktree isolation
ruflo-autopilotAutonomous task completion without manual steering/loop-based autonomous execution, progress prediction, learning
ruflo-loop-workersRecurring background work (audits, optimization, mapping)12 background workers via /loop or CronCreate scheduling
ruflo-workflowsRepeatable multi-step processesWorkflow 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

记忆与智能类 — 跨会话学习

PluginWhen to useWhat it adds
ruflo-agentdbSemantic search over code patterns, telemetry, decisionsAgentDB with HNSW vector search (150x-12,500x faster), RuVector embeddings
ruflo-rag-memorySimple key-value memory with searchStore/search/recall without full AgentDB setup
ruflo-rvfPortable memory export/import across machinesRVF format, session persistence, cross-platform transfer
ruflo-ruvectorVector embedding operations, HNSW indexing, clusteringONNX 384-dim embeddings, hyperbolic Poincare ball, k-means/DBSCAN clustering
ruflo-knowledge-graphEntity extraction, relation mapping, graph traversalPathfinder algo on AgentDB causal edges, code entity graphs
ruflo-intelligenceTask routing optimization, learning from outcomesSONA neural patterns, trajectory learning, model routing with confidence
ruflo-daaSelf-adapting agents that evolve behaviorDynamic 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

架构与方法论类 — 正确构建

PluginWhen to useWhat it adds
ruflo-adrDocument architecture decisions, check complianceADR create/index/supersede, code-to-ADR linking, compliance checking on diffs
ruflo-dddDomain modeling, bounded context scaffoldingContext wizard, aggregate roots, domain events, anti-corruption layers, boundary validation
ruflo-sparcStructured development methodologySpecification-Pseudocode-Architecture-Refinement-Completion with quality gates
插件使用场景新增功能
ruflo-adr记录架构决策、检查合规性ADR创建/索引/替代、代码与ADR关联、差异合规性检查
ruflo-ddd领域建模、限界上下文脚手架上下文向导、聚合根、领域事件、防腐层、边界验证
ruflo-sparc结构化开发方法论规范-伪代码-架构-细化-完成的流程,带质量关卡

Quality & Security — Ship safely

质量与安全类 — 安全交付

PluginWhen to useWhat it adds
ruflo-security-auditBefore merging, after dependency changesCVE scanning, dependency vulnerability checks, security reports
ruflo-aidefenceProcessing user input, handling untrusted dataPrompt injection detection, PII scanning, adversarial defense
ruflo-testgenAfter implementing features, during refactorsTest gap detection, TDD London School workflow, coverage routing
ruflo-browserUI testing, web scraping, visual validationPlaywright automation — navigate, click, screenshot, validate
插件使用场景新增功能
ruflo-security-audit合并前、依赖变更后CVE扫描、依赖漏洞检查、安全报告
ruflo-aidefence处理用户输入、处理不可信数据提示注入检测、PII扫描、对抗性防御
ruflo-testgen功能实现后、重构期间测试缺口检测、TDD伦敦学派工作流、覆盖率路由
ruflo-browserUI测试、网页抓取、视觉验证Playwright自动化 — 导航、点击、截图、验证

Development Tools — Build faster

开发工具类 — 快速构建

PluginWhen to useWhat it adds
ruflo-jujutsuPR review, merge decisions, diff risk scoringDiff analysis, risk classification, reviewer recommendations
ruflo-docsAfter API changes, before releasesDoc generation, drift detection, API documentation
ruflo-ruvllmLocal LLM inference, custom model configsRuVLLM integration, MicroLoRA fine-tuning, chat formatting
ruflo-wasmSandboxed code execution, untrusted workloadsWASM agent sandboxing, community gallery
ruflo-plugin-creatorBuilding new ruflo pluginsScaffold structure, validate frontmatter, test MCP references
ruflo-migrationsDatabase schema changesSequential migration numbering, up/down pairs, dry-run, rollback validation
ruflo-observabilityLogging, tracing, metrics correlationStructured JSON logging, distributed tracing, agent-to-app telemetry correlation
ruflo-cost-trackerToken budget managementPer-agent cost attribution, model pricing, budget alerts, optimization recommendations
插件使用场景新增功能
ruflo-jujutsuPR评审、合并决策、差异风险评分差异分析、风险分类、评审人员推荐
ruflo-docsAPI变更后、发布前文档生成、漂移检测、API文档
ruflo-ruvllm本地LLM推理、自定义模型配置RuVLLM集成、MicroLoRA微调、聊天格式
ruflo-wasm沙箱化代码执行、不可信工作负载WASM Agent沙箱、社区画廊
ruflo-plugin-creator构建新的ruflo插件脚手架结构、验证前置内容、测试MCP引用
ruflo-migrations数据库 schema 变更顺序迁移编号、上下迁移对、试运行、回滚验证
ruflo-observability日志、追踪、指标关联结构化JSON日志、分布式追踪、Agent到应用的遥测关联
ruflo-cost-trackerToken预算管理按Agent成本归因、模型定价、预算警报、优化建议

Domain-Specific — Specialized workloads

领域特定类 — 专业工作负载

PluginWhen to useWhat it adds
ruflo-goalsLong-horizon planning, multi-session researchGOAP algorithm, deep research orchestration, horizon tracking, synthesis
ruflo-federationCross-installation agent coordinationZero-trust peer discovery, mTLS auth, consensus routing, compliance audit
ruflo-iot-cognitumCognitum Seed hardware device management5-tier device trust, telemetry anomaly detection (Z-score), fleet firmware rollouts, witness chain verification, SONA + AgentDB integration
ruflo-neural-traderTrading strategy development and backtestingZ-score market anomalies, SONA trajectory strategies, walk-forward backtesting, portfolio optimization
ruflo-market-dataMarket data ingestion and pattern matchingOHLCV vectorization, candlestick pattern detection, HNSW-indexed historical search
插件使用场景新增功能
ruflo-goals长期规划、多会话研究GOAP算法、深度研究编排、进度跟踪、综合分析
ruflo-federation跨安装实例的Agent协调零信任节点发现、mTLS认证、共识路由、合规审计
ruflo-iot-cognitumCognitum 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-swarm
    +
    ruflo-testgen
  • Fix a bug →
    ruflo-core
    +
    ruflo-jujutsu
    (for diff analysis)
  • Audit security →
    ruflo-security-audit
    +
    ruflo-aidefence
  • Run background tasks →
    ruflo-loop-workers
    +
    ruflo-autopilot
  • Search past decisions →
    ruflo-agentdb
    +
    ruflo-rag-memory
  • Plan a multi-week effort →
    ruflo-goals
    (horizon tracking)
  • 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-trader
    +
    ruflo-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-swarm
    +
    ruflo-testgen
  • 修复bug →
    ruflo-core
    +
    ruflo-jujutsu
    (用于差异分析)
  • 安全审计 →
    ruflo-security-audit
    +
    ruflo-aidefence
  • 运行后台任务 →
    ruflo-loop-workers
    +
    ruflo-autopilot
  • 搜索过往决策 →
    ruflo-agentdb
    +
    ruflo-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-trader
    +
    ruflo-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