discover-plugins
Discover and recommend ruflo plugins based on your workflow, installed MCP tools, and current task
What this skill does
# Discover Plugins Find and recommend ruflo plugins for your workflow. ## When to use When starting a new project, exploring ruflo capabilities, or wondering which plugins would help with your current task. ## 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 ## Plugin Catalog (32 plugins) ### 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 | ### 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 | ### 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 | ### 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 | ### 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-agent** | 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 | ### 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 | ## 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` ## Install any plugin ``` /plugin marketplace add ruvnet/ruflo /plugin install <plugin-name>@ruflo ```
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.