🛠️ Discover Plugins
??なたの仕事の流れや現在使っているツール、
📺 まず動画で見る(YouTube)
▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Discover and recommend ruflo plugins based on your workflow, installed MCP tools, and current task
🇯🇵 日本人クリエイター向け解説
??なたの仕事の流れや現在使っているツール、
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Discover Plugins を使って、最小構成のサンプルコードを示して
- › Discover Plugins の主な使い方と注意点を教えて
- › Discover Plugins を既存プロジェクトに組み込む方法を教えて
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
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
- Check installed — run
ls plugins/to see what's already installed - Browse marketplace — call
mcp__claude-flow__transfer_plugin-featuredfor recommended plugins - Search by need — call
mcp__claude-flow__transfer_plugin-searchwith keywords matching your task - Get recommendations — call
mcp__claude-flow__guidance_recommendwith your current task description for personalized suggestions - Check capabilities — call
mcp__claude-flow__guidance_capabilitiesto see what each plugin enables - Show details — call
mcp__claude-flow__transfer_plugin-infofor 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