New to Claude Skills? Learn how to install them →

ruvnet on GitHub

Discover Plugins

Free

Find and recommend ruflo plugins tailored to your tasks.

by ruvnet67.6k stars on ruvnet/ruflo
1 views
Updated Aug 10, 2026
Get this skill

Free · Opens the source repo

What Discover Plugins does

Discover Plugins is a skill designed to enhance your experience with ruflo by providing tailored recommendations for plugins based on your current workflow and installed tools. This skill is particularly useful for developers and designers who are starting new projects or exploring the capabilities of the ruflo ecosystem. With a straightforward command-line interface, you can quickly identify which plugins will best support your specific tasks and enhance your productivity.

The process begins by checking your currently installed plugins, allowing you to avoid redundancy and focus on what you need. You can then browse the marketplace for featured plugins or search using keywords that align with your project requirements. For personalized recommendations, simply describe your current task, and the skill will suggest plugins that can assist you. Additionally, you can investigate the capabilities of each plugin to understand how they can be integrated into your workflow.

This skill is particularly beneficial for those who frequently work with ruflo and want to optimize their setup. By streamlining the plugin discovery process, it saves time and helps you leverage the full potential of ruflo's extensive plugin catalog. Whether you are a seasoned ruflo user or just getting started, Discover Plugins will guide you in selecting the right tools for your needs.

When to use it

Use this skill when starting a new project or when you need to enhance your current workflow with additional tools.

When not to use it

This skill may not be suitable for users who are not utilizing ruflo or those who prefer manual plugin management without recommendations.

What you can build with it

Starting a New Project

When beginning a new project, use this skill to quickly find relevant plugins that can enhance your workflow.

Exploring Ruflo Capabilities

If you're new to ruflo, this skill helps you discover various plugins that showcase the platform's capabilities.

Task-Specific Recommendations

When working on a specific task, describe it to the skill for tailored plugin suggestions that can assist you.

How to install Discover Plugins

View source

1. Install with the skills CLI

npx skills add ruvnet/ruflo/discover-plugins --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by ruvnet

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__plugin_ruflo-core_ruflo__transfer_plugin-featured for recommended plugins
  3. Search by need — call mcp__plugin_ruflo-core_ruflo__transfer_plugin-search with keywords matching your task
  4. Get recommendations — call mcp__plugin_ruflo-core_ruflo__guidance_recommend with your current task description for personalized suggestions
  5. Check capabilities — call mcp__plugin_ruflo-core_ruflo__guidance_capabilities to see what each plugin enables
  6. Show details — call mcp__plugin_ruflo-core_ruflo__transfer_plugin-info for full plugin details

Plugin Catalog (32 plugins)

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

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

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

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

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-agentSandboxed 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

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

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

Frequently asked questions about Discover Plugins

Similar skills