[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ruvnet-adr-create-zh-CN":3,"guides-for-ruvnet-adr-create":3186,"similar-k17afypr8cntgyxyt7xqvhp2kd86nn7q-zh-CN":3187},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":255,"isFallback":236,"parentExtension":261,"providers":324,"relations":328,"repo":329,"tags":3184,"workflow":3185},1778696691708.309,"k17afypr8cntgyxyt7xqvhp2kd86nn7q",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Create a new Architecture Decision Record with sequential numbering and AgentDB registration",{"claudeCode":12},"ruvnet/ruflo","ADR Create","https://github.com/ruvnet/ruflo",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":234,"workflow":253},1778699627929.136,"kn7b130gccayeqftak8m8y0n2n86ncmc","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":205,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220,"workflow":225},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of creating Architecture Decision Records and the need for sequential numbering and AgentDB registration.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a unique value proposition by integrating sequential numbering, AgentDB registration, and related ADR linking, which goes beyond basic text file creation.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of creating and registering an ADR, including finding the next number, writing the file, storing it in AgentDB, and finding related ADRs.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on the creation and registration of Architecture Decision Records, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality of creating ADRs with sequential numbering and AgentDB registration.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses narrowly scoped tools such as `Glob`, `Write`, `mcp__claude-flow__agentdb_hierarchical-store`, `mcp__claude-flow__memory_search`, and `mcp__claude-flow__memory_store`, avoiding general-purpose command execution.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters for the tools used by the skill (e.g., `agentdb_hierarchical-store` arguments like path and value, `memory_search` arguments like query and namespace) are implicitly documented through their usage within the skill's workflow.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used by the skill have descriptive names that clearly indicate their function (e.g., `agentdb_hierarchical-store`, `memory_search`).",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The inputs and outputs for the tools used are specific to the task of ADR creation and registration, requesting only necessary data and returning relevant information.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as indicated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, with the last commit date being 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project includes a lockfile (as indicated by `hasLockfile: true` in trust signals) and appears to manage its dependencies.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle secrets directly; it uses MCP tools which are expected to manage their own credentials securely.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill's workflow relies on structured calls to MCP tools and shell commands, and does not appear to load or execute untrusted external data as instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill does not fetch remote content at runtime or execute arbitrary shell commands from external sources.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within the defined project scope (`docs/adr/`) and utilizes MCP tools, suggesting it respects sandbox isolation.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached process spawns or deny-retry loops were observed in the skill's workflow.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's operations are focused on local file creation and internal AgentDB/memory storage, with no indication of data exfiltration.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled SKILL.md content appears to be free of hidden-steering tricks.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's workflow is described in plain markdown and relies on standard tool calls, with no evidence of obfuscated or opaque code execution.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill assumes the existence of a `docs/adr/` directory, but it creates it if it doesn't exist, and other path assumptions are relative or handled by the tools.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository has a high issue closure rate (373 closed / (68 open + 373 closed) > 50%), indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a `CHANGELOG.md` and recent commit activity, with MIT license clearly stated, indicating good release management practices.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The skill uses specific tools with defined arguments, and the globbing for numbering implies a level of validation for existing ADRs.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The primary operation is file creation, which is not inherently destructive and is guarded by the specific tool and path.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The skill outlines steps for finding the next number, creating the file, and storing it. While explicit error handling for each step isn't detailed, the tools themselves are expected to provide error feedback.",{"category":110,"check":114,"severity":115,"summary":116},"Logging","not_applicable","This skill is primarily focused on file creation and data storage. Detailed logging is not a core requirement for this specific function.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The skill does not operate on personal data; it creates documentation files and stores metadata.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill's functionality is generic and not tied to any specific geography or legal jurisdiction, making it globally applicable.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill uses standard shell commands (`Glob`, `Write`) and MCP tools, which are expected to be portable across compatible environments.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file exists, is extensive, and provides a good overview of the Ruflo project, including installation and capabilities.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill utilizes a focused set of tools relevant to its specific task.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools used are distinct and serve specific purposes in the ADR creation process, with no apparent near-synonyms causing ambiguity.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features within the SKILL.md are implemented via the described tools and workflow.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for both Claude Code plugins and CLI, with copy-paste examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","While not explicitly detailed, the use of specific MCP tools and shell commands implies that errors will be reported with sufficient detail for the agent to act upon.",{"category":103,"check":148,"severity":24,"summary":149},"Pinned dependencies","The presence of a lockfile and clear installation instructions suggest dependencies are managed and pinned.",{"category":33,"check":151,"severity":115,"summary":152},"Dry-run preview","The skill's primary function is creating a file, which is not a destructive operation that would typically require a dry-run mode.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The operations are file creation and storage in AgentDB, which are generally idempotent or handled by the underlying tools with appropriate timeouts.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The README and project structure do not indicate any telemetry collection; if it exists, it is likely opt-in or not applicable to this specific skill.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose: creating an Architecture Decision Record with sequential numbering and AgentDB registration, and when to use it (significant architectural decisions).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and usage context.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and reasonably concise, outlining the steps and tool usage without excessive verbosity.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow, and any deeper material would likely be handled by the referenced MCP tools or external documentation.",{"category":170,"check":174,"severity":115,"summary":175},"Forked exploration","This skill performs a defined task and does not involve deep exploration or code review requiring a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides a clear step-by-step workflow that serves as a concrete example of how the skill operates.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill handles the edge case of the `docs/adr/` directory not existing and implicitly handles existing ADR numbers by finding the next sequential ID.",{"category":110,"check":183,"severity":24,"summary":184},"Tool Fallback","The skill uses MCP tools, which are standard within the Claude Code ecosystem and do not require external fallbacks for this specific operation.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's process of finding the next number and creating a file implicitly handles unexpected states by ensuring a unique file is created.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not appear to rely on other specific skills being loaded.",1778699627815,"This skill automates the creation of Architecture Decision Records (ADRs). It determines the next sequential number, creates a Markdown file with a standard template, registers the ADR in AgentDB, and finds related ADRs for linking.",[195,196,197,198,199],"Creates new ADRs with sequential numbering","Registers ADRs in AgentDB","Links ADRs to related decisions","Supports standard ADR template","Automates file slugification",[201,202,203],"Deciding on the architectural decision itself","Managing the full lifecycle of an ADR beyond creation and initial registration","Enforcing specific ADR content beyond the template structure",[],[],"3.0.0","4.4.0","To streamline the process of documenting architectural decisions by automating the creation, numbering, and registration of ADRs.","The skill is well-defined, uses scoped tools, and has clear documentation. No critical or warning findings were identified.",97,"A high-quality skill for creating Architecture Decision Records with excellent integration.",[213,214,215,216,217],"documentation","architecture","decision-record","agentdb","workflow","global","verified",[221,222,223,224],"Recording significant architectural decisions","Documenting technology adoption choices","Tracking API design decisions","Maintaining a living record of architectural choices",[226,227,228,229,230,231,232,233],"Find next ADR number by globbing existing files.","Slugify the provided title.","Create the ADR Markdown file using a standard template.","Store ADR metadata in AgentDB.","Find related ADRs using memory search.","Create causal edges for related ADRs.","Store the ADR title and context in adr-patterns for semantic search.","Output created file path and related ADRs.",{"codeQuality":235,"collectedAt":237,"documentation":238,"maintenance":241,"popularity":247,"security":249,"testCoverage":252},{"hasLockfile":236},true,1778699611655,{"descriptionLength":239,"readmeSize":240},92,26155,{"closedIssues90d":242,"forks":243,"hasChangelog":236,"openIssues90d":244,"pushedAt":245,"stars":246},373,5603,68,1778694187000,50209,{"npmDownloads":248},68309,{"hasNpmPackage":236,"license":250,"smitheryVerified":251},"MIT",false,{"hasCi":236,"hasTests":236},{"updatedAt":254},1778699627929,{"basePath":256,"githubOwner":257,"githubRepo":258,"locale":18,"slug":259,"type":260},"plugins/ruflo-adr/skills/adr-create","ruvnet","ruflo","adr-create","skill",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":269,"parentExtension":272,"providers":308,"relations":320,"tags":321,"workflow":322},1778696691708.273,"k17bjytrc94hx8pyhczqq8efhx86neag",{"reviewCount":8},{"description":266,"installMethods":267,"name":268,"sourceUrl":14},"ADR lifecycle management — create, index, supersede, check compliance, and link Architecture Decision Records to code via AgentDB hierarchical store + causal edges (supersedes/amends/depends-on/related)",{"claudeCode":268},"ruflo-adr",{"basePath":270,"githubOwner":257,"githubRepo":258,"locale":18,"slug":268,"type":271},"plugins/ruflo-adr","plugin",{"_creationTime":273,"_id":274,"community":275,"display":276,"identity":279,"providers":282,"relations":302,"tags":304,"workflow":305},1778696691708.2678,"k1753196a11bz5jzm7hqzasr0h86nk71",{"reviewCount":8},{"description":277,"installMethods":278,"name":258,"sourceUrl":14},"RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering",{"claudeCode":12},{"basePath":280,"githubOwner":257,"githubRepo":258,"locale":18,"slug":258,"type":281},"","marketplace",{"evaluate":283,"extract":296},{"promptVersionExtension":284,"promptVersionScoring":207,"score":285,"tags":286,"targetMarket":218,"tier":295},"3.1.0",78,[287,288,289,290,291,292,293,294],"multi-agent","orchestration","ai-agents","software-engineering","code-quality","security","devops","memory","community",{"commitSha":297,"marketplace":298,"plugin":300},"HEAD",{"name":258,"pluginCount":299},32,{"mcpCount":8,"provider":301,"skillCount":8},"classify",{"repoId":303},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[289,291,293,294,287,288,292,290],{"evaluatedAt":306,"extractAt":307,"updatedAt":306},1778696722996,1778696691708,{"evaluate":309,"extract":317},{"promptVersionExtension":206,"promptVersionScoring":207,"score":310,"tags":311,"targetMarket":218,"tier":219},99,[312,214,213,313,314,315,316],"adr","compliance","mcp","lifecycle","code-linking",{"commitSha":297,"license":250,"plugin":318},{"mcpCount":8,"provider":301,"skillCount":319},4,{"parentExtensionId":274,"repoId":303},[312,214,316,313,213,315,314],{"evaluatedAt":323,"extractAt":307,"updatedAt":323},1778697053476,{"evaluate":325,"extract":327},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":326,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":297,"license":250},{"parentExtensionId":263,"repoId":303},{"_creationTime":330,"_id":303,"identity":331,"providers":332,"workflow":3179},1778696678472.3906,{"githubOwner":257,"githubRepo":258,"sourceUrl":14},{"classify":333,"discover":3151,"extract":3154,"github":3155,"npm":3178},{"commitSha":297,"extensions":334},[335,348,381,402,421,438,457,474,491,510,531,550,567,598,615,636,653,670,687,704,721,750,768,807,826,845,874,891,908,925,958,975,996,1015,1031,1040,1048,1056,1064,1072,1080,1088,1096,1104,1112,1120,1128,1136,1144,1152,1160,1168,1176,1184,1192,1200,1208,1216,1224,1232,1240,1248,1256,1264,1272,1280,1288,1296,1304,1312,1320,1328,1336,1344,1352,1360,1368,1376,1384,1392,1400,1408,1416,1424,1432,1440,1448,1456,1464,1472,1480,1488,1496,1504,1512,1520,1528,1536,1544,1552,1560,1568,1576,1584,1592,1600,1608,1616,1624,1632,1640,1648,1656,1664,1672,1680,1688,1696,1704,1712,1720,1728,1736,1744,1752,1760,1768,1776,1784,1792,1800,1808,1816,1825,1833,1841,1849,1857,1865,1873,1881,1889,1897,1905,1917,1925,1933,1941,1949,1957,1969,1977,1985,1993,2001,2009,2017,2025,2033,2041,2049,2057,2065,2073,2081,2089,2097,2105,2113,2121,2126,2134,2142,2150,2158,2166,2174,2182,2190,2198,2206,2214,2222,2230,2238,2246,2254,2262,2270,2278,2286,2294,2302,2310,2318,2326,2334,2342,2350,2358,2366,2374,2382,2390,2398,2406,2414,2422,2430,2438,2446,2454,2462,2470,2478,2486,2494,2502,2510,2518,2526,2534,2542,2550,2558,2566,2574,2582,2590,2598,2606,2614,2622,2630,2638,2646,2654,2662,2670,2678,2686,2694,2702,2710,2718,2726,2734,2742,2750,2758,2766,2774,2782,2790,2798,2806,2814,2822,2830,2838,2846,2854,2862,2870,2878,2886,2894,2902,2910,2918,2926,2934,2942,2950,2958,2969,2978,3094,3105,3117,3131,3141],{"basePath":280,"description":277,"displayName":258,"installMethods":336,"rationale":337,"selectedPaths":338,"source":347,"sourceLanguage":18,"type":281},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[339,342,344],{"path":340,"priority":341},".claude-plugin/marketplace.json","mandatory",{"path":343,"priority":341},"README.md",{"path":345,"priority":346},"LICENSE","high","rule",{"basePath":349,"description":350,"displayName":351,"installMethods":352,"license":250,"rationale":353,"selectedPaths":354,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-core","Foundation plugin — registers the ruflo MCP server (300+ tools across memory/agentdb/embeddings/hooks/aidefence/neural/autopilot/browser/agent/swarm), provides 3 generalist agents (coder/researcher/reviewer), 3 first-run skills, and a curated plugin-discovery catalog","ruflo-core",{"claudeCode":351},"plugin manifest at plugins/ruflo-core/.claude-plugin/plugin.json",[355,357,358,361,363,365,367,369,371,373,375,377,379],{"path":356,"priority":341},".claude-plugin/plugin.json",{"path":343,"priority":341},{"path":359,"priority":360},"skills/discover-plugins/SKILL.md","medium",{"path":362,"priority":360},"skills/init-project/SKILL.md",{"path":364,"priority":360},"skills/ruflo-doctor/SKILL.md",{"path":366,"priority":360},"skills/witness/SKILL.md",{"path":368,"priority":346},"agents/coder.md",{"path":370,"priority":346},"agents/researcher.md",{"path":372,"priority":346},"agents/reviewer.md",{"path":374,"priority":346},"agents/witness-curator.md",{"path":376,"priority":346},"commands/ruflo-status.md",{"path":378,"priority":346},"commands/witness.md",{"path":380,"priority":346},"hooks/hooks.json",{"basePath":382,"description":383,"displayName":384,"installMethods":385,"license":250,"rationale":386,"selectedPaths":387,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-swarm","Agent teams, swarm coordination, Monitor streams, and worktree isolation — wraps 4 swarm_* + 8 agent_* MCP tools (12 total) plus 6 topologies (hierarchical / mesh / hierarchical-mesh / ring / star / adaptive)","ruflo-swarm",{"claudeCode":384},"plugin manifest at plugins/ruflo-swarm/.claude-plugin/plugin.json",[388,389,390,392,394,396,398,400],{"path":356,"priority":341},{"path":343,"priority":341},{"path":391,"priority":360},"skills/monitor-stream/SKILL.md",{"path":393,"priority":360},"skills/swarm-init/SKILL.md",{"path":395,"priority":346},"agents/architect.md",{"path":397,"priority":346},"agents/coordinator.md",{"path":399,"priority":346},"commands/swarm.md",{"path":401,"priority":346},"commands/watch.md",{"basePath":403,"description":404,"displayName":405,"installMethods":406,"license":250,"rationale":407,"selectedPaths":408,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-loop-workers","Cache-aware /loop workers and CronCreate background automation — wraps 5 hooks_worker-* MCP tools (list/dispatch/status/detect/cancel) and exposes 12 background worker triggers (ultralearn, optimize, consolidate, predict, audit, map, preload, deepdive, document, refactor, benchmark, testgaps)","ruflo-loop-workers",{"claudeCode":405},"plugin manifest at plugins/ruflo-loop-workers/.claude-plugin/plugin.json",[409,410,411,413,415,417,419],{"path":356,"priority":341},{"path":343,"priority":341},{"path":412,"priority":360},"skills/cron-schedule/SKILL.md",{"path":414,"priority":360},"skills/loop-worker/SKILL.md",{"path":416,"priority":346},"agents/loop-worker-coordinator.md",{"path":418,"priority":346},"commands/ruflo-loop.md",{"path":420,"priority":346},"commands/ruflo-schedule.md",{"basePath":422,"description":423,"displayName":424,"installMethods":425,"license":250,"rationale":426,"selectedPaths":427,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-security-audit","Security review, dependency scanning, policy gates, and CVE monitoring","ruflo-security-audit",{"claudeCode":424},"plugin manifest at plugins/ruflo-security-audit/.claude-plugin/plugin.json",[428,429,430,432,434,436],{"path":356,"priority":341},{"path":343,"priority":341},{"path":431,"priority":360},"skills/dependency-check/SKILL.md",{"path":433,"priority":360},"skills/security-scan/SKILL.md",{"path":435,"priority":346},"agents/security-auditor.md",{"path":437,"priority":346},"commands/audit.md",{"basePath":439,"description":440,"displayName":441,"installMethods":442,"license":250,"rationale":443,"selectedPaths":444,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-rag-memory","RuVector memory with HNSW search, AgentDB, and semantic retrieval","ruflo-rag-memory",{"claudeCode":441},"plugin manifest at plugins/ruflo-rag-memory/.claude-plugin/plugin.json",[445,446,447,449,451,453,455],{"path":356,"priority":341},{"path":343,"priority":341},{"path":448,"priority":360},"skills/memory-bridge/SKILL.md",{"path":450,"priority":360},"skills/memory-search/SKILL.md",{"path":452,"priority":346},"agents/memory-specialist.md",{"path":454,"priority":346},"commands/recall.md",{"path":456,"priority":346},"commands/ruflo-memory.md",{"basePath":458,"description":459,"displayName":460,"installMethods":461,"license":250,"rationale":462,"selectedPaths":463,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-testgen","Test gap detection, coverage analysis, and automated test generation — drives the testgaps background worker via hooks_worker-dispatch; SPARC Refinement-phase canonical owner","ruflo-testgen",{"claudeCode":460},"plugin manifest at plugins/ruflo-testgen/.claude-plugin/plugin.json",[464,465,466,468,470,472],{"path":356,"priority":341},{"path":343,"priority":341},{"path":467,"priority":360},"skills/tdd-workflow/SKILL.md",{"path":469,"priority":360},"skills/test-gaps/SKILL.md",{"path":471,"priority":346},"agents/tester.md",{"path":473,"priority":346},"commands/testgen.md",{"basePath":475,"description":476,"displayName":477,"installMethods":478,"license":250,"rationale":479,"selectedPaths":480,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-docs","Documentation generation, API docs (JSDoc/TSDoc/OpenAPI), and drift detection — drives the `document` background worker via hooks_worker-dispatch; uses Haiku model for cost-efficient docs work","ruflo-docs",{"claudeCode":477},"plugin manifest at plugins/ruflo-docs/.claude-plugin/plugin.json",[481,482,483,485,487,489],{"path":356,"priority":341},{"path":343,"priority":341},{"path":484,"priority":360},"skills/api-docs/SKILL.md",{"path":486,"priority":360},"skills/doc-gen/SKILL.md",{"path":488,"priority":346},"agents/docs-writer.md",{"path":490,"priority":346},"commands/ruflo-docs.md",{"basePath":492,"description":493,"displayName":494,"installMethods":495,"license":250,"rationale":496,"selectedPaths":497,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-autopilot","Autonomous /loop-driven task completion with learning, prediction, and progress tracking — wraps 10 autopilot_* MCP tools (status/enable/disable/config/reset/log/progress/learn/history/predict)","ruflo-autopilot",{"claudeCode":494},"plugin manifest at plugins/ruflo-autopilot/.claude-plugin/plugin.json",[498,499,500,502,504,506,508],{"path":356,"priority":341},{"path":343,"priority":341},{"path":501,"priority":360},"skills/autopilot-loop/SKILL.md",{"path":503,"priority":360},"skills/autopilot-predict/SKILL.md",{"path":505,"priority":346},"agents/autopilot-coordinator.md",{"path":507,"priority":346},"commands/autopilot-status.md",{"path":509,"priority":346},"commands/autopilot.md",{"basePath":511,"description":512,"displayName":513,"installMethods":514,"license":250,"rationale":515,"selectedPaths":516,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-intelligence","User-facing surface for Ruflo's self-learning system: 6 neural_* + 10 hooks_intelligence_* + 9 routing/meta hooks + 4 SONA/MicroLoRA tools (29 total). Implements the 4-step pipeline (RETRIEVE → JUDGE → DISTILL → CONSOLIDATE) and IPFS-based cross-project pattern transfer.","ruflo-intelligence",{"claudeCode":513},"plugin manifest at plugins/ruflo-intelligence/.claude-plugin/plugin.json",[517,518,519,521,523,525,527,529],{"path":356,"priority":341},{"path":343,"priority":341},{"path":520,"priority":360},"skills/intelligence-route/SKILL.md",{"path":522,"priority":360},"skills/intelligence-transfer/SKILL.md",{"path":524,"priority":360},"skills/neural-train/SKILL.md",{"path":526,"priority":346},"agents/intelligence-specialist.md",{"path":528,"priority":346},"commands/intelligence.md",{"path":530,"priority":346},"commands/neural.md",{"basePath":532,"description":533,"displayName":534,"installMethods":535,"license":250,"rationale":536,"selectedPaths":537,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-agentdb","Substrate plugin for Ruflo memory: AgentDB controller bridge (15 agentdb_* MCP tools), RuVector ONNX embeddings (10 embeddings_* tools incl. RaBitQ 32x quantization), and WASM HNSW pattern router (3 ruvllm_hnsw_* tools)","ruflo-agentdb",{"claudeCode":534},"plugin manifest at plugins/ruflo-agentdb/.claude-plugin/plugin.json",[538,539,540,542,544,546,548],{"path":356,"priority":341},{"path":343,"priority":341},{"path":541,"priority":360},"skills/agentdb-query/SKILL.md",{"path":543,"priority":360},"skills/vector-search/SKILL.md",{"path":545,"priority":346},"agents/agentdb-specialist.md",{"path":547,"priority":346},"commands/agentdb.md",{"path":549,"priority":346},"commands/embeddings.md",{"basePath":551,"description":552,"displayName":553,"installMethods":554,"license":250,"rationale":555,"selectedPaths":556,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-aidefence","AI safety scanning, PII detection, prompt injection defense, and adaptive threat learning","ruflo-aidefence",{"claudeCode":553},"plugin manifest at plugins/ruflo-aidefence/.claude-plugin/plugin.json",[557,558,559,561,563,565],{"path":356,"priority":341},{"path":343,"priority":341},{"path":560,"priority":360},"skills/pii-detect/SKILL.md",{"path":562,"priority":360},"skills/safety-scan/SKILL.md",{"path":564,"priority":346},"agents/safety-specialist.md",{"path":566,"priority":346},"commands/aidefence.md",{"basePath":568,"description":569,"displayName":570,"installMethods":571,"license":250,"rationale":572,"selectedPaths":573,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-browser","Session-as-skill browser automation: Playwright + RVF cognitive containers + ruvector trajectories + AgentDB selector memory + AIDefence PII/injection gates","ruflo-browser",{"claudeCode":570},"plugin manifest at plugins/ruflo-browser/.claude-plugin/plugin.json",[574,575,576,578,580,582,584,586,588,590,592,594,596],{"path":356,"priority":341},{"path":343,"priority":341},{"path":577,"priority":360},"skills/browser-auth-flow/SKILL.md",{"path":579,"priority":360},"skills/browser-extract/SKILL.md",{"path":581,"priority":360},"skills/browser-form-fill/SKILL.md",{"path":583,"priority":360},"skills/browser-login/SKILL.md",{"path":585,"priority":360},"skills/browser-record/SKILL.md",{"path":587,"priority":360},"skills/browser-replay/SKILL.md",{"path":589,"priority":360},"skills/browser-scrape/SKILL.md",{"path":591,"priority":360},"skills/browser-screenshot-diff/SKILL.md",{"path":593,"priority":360},"skills/browser-test/SKILL.md",{"path":595,"priority":346},"agents/browser-agent.md",{"path":597,"priority":346},"commands/ruflo-browser.md",{"basePath":599,"description":600,"displayName":601,"installMethods":602,"license":250,"rationale":603,"selectedPaths":604,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-jujutsu","Advanced git workflows with diff analysis, risk scoring, change classification (feature/bugfix/refactor/...), and reviewer recommendations — wraps 6 analyze_* MCP tools (diff, diff-risk, diff-classify, diff-reviewers, file-risk, diff-stats)","ruflo-jujutsu",{"claudeCode":601},"plugin manifest at plugins/ruflo-jujutsu/.claude-plugin/plugin.json",[605,606,607,609,611,613],{"path":356,"priority":341},{"path":343,"priority":341},{"path":608,"priority":360},"skills/diff-analyze/SKILL.md",{"path":610,"priority":360},"skills/git-workflow/SKILL.md",{"path":612,"priority":346},"agents/git-specialist.md",{"path":614,"priority":346},"commands/jujutsu.md",{"basePath":616,"description":617,"displayName":618,"installMethods":619,"license":250,"rationale":620,"selectedPaths":621,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-agent","Agent runtimes for ruflo — local WASM-sandboxed agents (rvagent: 10 wasm_agent_*/wasm_gallery_* MCP tools, built on @ruvector/rvagent-wasm + @ruvector/ruvllm-wasm per ADR-070) plus Anthropic Claude Managed Agents as a cloud backend (managed_agent_* MCP tools per ADR-115). One interface, local-vs-cloud runtimes.","ruflo-agent",{"claudeCode":618},"plugin manifest at plugins/ruflo-agent/.claude-plugin/plugin.json",[622,623,624,626,628,630,632,634],{"path":356,"priority":341},{"path":343,"priority":341},{"path":625,"priority":360},"skills/managed-agent/SKILL.md",{"path":627,"priority":360},"skills/wasm-agent/SKILL.md",{"path":629,"priority":360},"skills/wasm-gallery/SKILL.md",{"path":631,"priority":346},"agents/wasm-specialist.md",{"path":633,"priority":346},"commands/managed-agent.md",{"path":635,"priority":346},"commands/wasm.md",{"basePath":637,"description":638,"displayName":639,"installMethods":640,"license":250,"rationale":641,"selectedPaths":642,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-workflows","Workflow automation with templates, orchestration, and lifecycle management — wraps 10 workflow_* MCP tools (create/run/execute/status/list/pause/resume/cancel/delete/template) with full state-machine lifecycle (created → running ↔ paused → completed/cancelled)","ruflo-workflows",{"claudeCode":639},"plugin manifest at plugins/ruflo-workflows/.claude-plugin/plugin.json",[643,644,645,647,649,651],{"path":356,"priority":341},{"path":343,"priority":341},{"path":646,"priority":360},"skills/workflow-create/SKILL.md",{"path":648,"priority":360},"skills/workflow-run/SKILL.md",{"path":650,"priority":346},"agents/workflow-specialist.md",{"path":652,"priority":346},"commands/workflow.md",{"basePath":654,"description":655,"displayName":656,"installMethods":657,"license":250,"rationale":658,"selectedPaths":659,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-daa","Dynamic Agentic Architecture — 8 daa_* MCP tools for adaptive agents (create/adapt), cognitive patterns, workflows (create/execute), knowledge sharing, and learning/performance metrics. Feeds the JUDGE phase of the 4-step intelligence pipeline.","ruflo-daa",{"claudeCode":656},"plugin manifest at plugins/ruflo-daa/.claude-plugin/plugin.json",[660,661,662,664,666,668],{"path":356,"priority":341},{"path":343,"priority":341},{"path":663,"priority":360},"skills/cognitive-pattern/SKILL.md",{"path":665,"priority":360},"skills/daa-agent/SKILL.md",{"path":667,"priority":346},"agents/daa-specialist.md",{"path":669,"priority":346},"commands/daa.md",{"basePath":671,"description":672,"displayName":673,"installMethods":674,"license":250,"rationale":675,"selectedPaths":676,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-ruvllm","RuVLLM local inference with chat formatting (Claude/GPT/Gemini/Ollama/Cohere), model configuration, MicroLoRA fine-tuning, and SONA real-time adaptation","ruflo-ruvllm",{"claudeCode":673},"plugin manifest at plugins/ruflo-ruvllm/.claude-plugin/plugin.json",[677,678,679,681,683,685],{"path":356,"priority":341},{"path":343,"priority":341},{"path":680,"priority":360},"skills/chat-format/SKILL.md",{"path":682,"priority":360},"skills/llm-config/SKILL.md",{"path":684,"priority":346},"agents/llm-specialist.md",{"path":686,"priority":346},"commands/ruvllm.md",{"basePath":688,"description":689,"displayName":690,"installMethods":691,"license":250,"rationale":692,"selectedPaths":693,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-rvf","RVF format for portable agent memory, session persistence, and cross-platform transfer","ruflo-rvf",{"claudeCode":690},"plugin manifest at plugins/ruflo-rvf/.claude-plugin/plugin.json",[694,695,696,698,700,702],{"path":356,"priority":341},{"path":343,"priority":341},{"path":697,"priority":360},"skills/rvf-manage/SKILL.md",{"path":699,"priority":360},"skills/session-persist/SKILL.md",{"path":701,"priority":346},"agents/session-specialist.md",{"path":703,"priority":346},"commands/rvf.md",{"basePath":705,"description":706,"displayName":707,"installMethods":708,"license":250,"rationale":709,"selectedPaths":710,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-plugin-creator","Scaffold, validate, and publish new Claude Code plugins with the canonical plugin contract — ADR + smoke + Compatibility + namespace coordination + MCP-tool drift warnings","ruflo-plugin-creator",{"claudeCode":707},"plugin manifest at plugins/ruflo-plugin-creator/.claude-plugin/plugin.json",[711,712,713,715,717,719],{"path":356,"priority":341},{"path":343,"priority":341},{"path":714,"priority":360},"skills/create-plugin/SKILL.md",{"path":716,"priority":360},"skills/validate-plugin/SKILL.md",{"path":718,"priority":346},"agents/plugin-developer.md",{"path":720,"priority":346},"commands/create-plugin.md",{"basePath":722,"description":723,"displayName":724,"installMethods":725,"license":250,"rationale":726,"selectedPaths":727,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-goals","Long-horizon goal planning, deep research orchestration, and adaptive replanning using GOAP algorithms","ruflo-goals",{"claudeCode":724},"plugin manifest at plugins/ruflo-goals/.claude-plugin/plugin.json",[728,729,730,732,734,736,738,740,742,744,746,748],{"path":356,"priority":341},{"path":343,"priority":341},{"path":731,"priority":360},"skills/deep-research/SKILL.md",{"path":733,"priority":360},"skills/dossier-collect/SKILL.md",{"path":735,"priority":360},"skills/goal-plan/SKILL.md",{"path":737,"priority":360},"skills/horizon-track/SKILL.md",{"path":739,"priority":360},"skills/research-synthesize/SKILL.md",{"path":741,"priority":346},"agents/deep-researcher.md",{"path":743,"priority":346},"agents/dossier-investigator.md",{"path":745,"priority":346},"agents/goal-planner.md",{"path":747,"priority":346},"agents/horizon-tracker.md",{"path":749,"priority":346},"commands/goals.md",{"basePath":270,"description":266,"displayName":268,"installMethods":751,"license":250,"rationale":752,"selectedPaths":753,"source":347,"sourceLanguage":18,"type":271},{"claudeCode":268},"plugin manifest at plugins/ruflo-adr/.claude-plugin/plugin.json",[754,755,756,758,760,762,764,766],{"path":356,"priority":341},{"path":343,"priority":341},{"path":757,"priority":360},"skills/adr-create/SKILL.md",{"path":759,"priority":360},"skills/adr-index/SKILL.md",{"path":761,"priority":360},"skills/adr-review/SKILL.md",{"path":763,"priority":360},"skills/adr-verify/SKILL.md",{"path":765,"priority":346},"agents/adr-architect.md",{"path":767,"priority":346},"commands/adr.md",{"basePath":769,"description":770,"displayName":771,"installMethods":772,"license":250,"rationale":773,"selectedPaths":774,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-cost-tracker","Token usage tracking, model cost attribution per agent, budget alerts, and optimization recommendations — uses memory_* (namespace-routed) for cost-tracking and cost-patterns; pairs with federation budget circuit breaker (ADR-097)","ruflo-cost-tracker",{"claudeCode":771},"plugin manifest at plugins/ruflo-cost-tracker/.claude-plugin/plugin.json",[775,776,777,779,781,783,785,787,789,791,793,795,797,799,801,803,805],{"path":356,"priority":341},{"path":343,"priority":341},{"path":778,"priority":360},"skills/cost-benchmark/SKILL.md",{"path":780,"priority":360},"skills/cost-booster-edit/SKILL.md",{"path":782,"priority":360},"skills/cost-booster-route/SKILL.md",{"path":784,"priority":360},"skills/cost-budget-check/SKILL.md",{"path":786,"priority":360},"skills/cost-compact-context/SKILL.md",{"path":788,"priority":360},"skills/cost-conversation/SKILL.md",{"path":790,"priority":360},"skills/cost-export/SKILL.md",{"path":792,"priority":360},"skills/cost-federation/SKILL.md",{"path":794,"priority":360},"skills/cost-optimize/SKILL.md",{"path":796,"priority":360},"skills/cost-report/SKILL.md",{"path":798,"priority":360},"skills/cost-summary/SKILL.md",{"path":800,"priority":360},"skills/cost-track/SKILL.md",{"path":802,"priority":360},"skills/cost-trend/SKILL.md",{"path":804,"priority":346},"agents/cost-analyst.md",{"path":806,"priority":346},"commands/ruflo-cost.md",{"basePath":808,"description":809,"displayName":810,"installMethods":811,"license":250,"rationale":812,"selectedPaths":813,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-ddd","Domain-Driven Design scaffolding — bounded contexts, aggregate roots, domain events, value objects, repositories, and anti-corruption layers; navigable domain graph stored in AgentDB","ruflo-ddd",{"claudeCode":810},"plugin manifest at plugins/ruflo-ddd/.claude-plugin/plugin.json",[814,815,816,818,820,822,824],{"path":356,"priority":341},{"path":343,"priority":341},{"path":817,"priority":360},"skills/ddd-aggregate/SKILL.md",{"path":819,"priority":360},"skills/ddd-context/SKILL.md",{"path":821,"priority":360},"skills/ddd-validate/SKILL.md",{"path":823,"priority":346},"agents/domain-modeler.md",{"path":825,"priority":346},"commands/ddd.md",{"basePath":827,"description":828,"displayName":829,"installMethods":830,"license":250,"rationale":831,"selectedPaths":832,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-federation","Cross-installation agent federation with zero-trust security, peer discovery, consensus-based task routing, and per-call budget circuit breaker (ADR-097)","ruflo-federation",{"claudeCode":829},"plugin manifest at plugins/ruflo-federation/.claude-plugin/plugin.json",[833,834,835,837,839,841,843],{"path":356,"priority":341},{"path":343,"priority":341},{"path":836,"priority":360},"skills/federation-audit/SKILL.md",{"path":838,"priority":360},"skills/federation-init/SKILL.md",{"path":840,"priority":360},"skills/federation-status/SKILL.md",{"path":842,"priority":346},"agents/federation-coordinator.md",{"path":844,"priority":346},"commands/federation.md",{"basePath":846,"description":847,"displayName":848,"installMethods":849,"license":250,"rationale":850,"selectedPaths":851,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-iot-cognitum","IoT device lifecycle, telemetry anomaly detection, fleet management, and witness chain verification for Cognitum Seed hardware","ruflo-iot-cognitum",{"claudeCode":848},"plugin manifest at plugins/ruflo-iot-cognitum/.claude-plugin/plugin.json",[852,853,854,856,858,860,862,864,866,868,870,872],{"path":356,"priority":341},{"path":343,"priority":341},{"path":855,"priority":360},"skills/iot-anomalies/SKILL.md",{"path":857,"priority":360},"skills/iot-firmware/SKILL.md",{"path":859,"priority":360},"skills/iot-fleet/SKILL.md",{"path":861,"priority":360},"skills/iot-register/SKILL.md",{"path":863,"priority":360},"skills/iot-witness-verify/SKILL.md",{"path":865,"priority":346},"agents/device-coordinator.md",{"path":867,"priority":346},"agents/fleet-manager.md",{"path":869,"priority":346},"agents/telemetry-analyzer.md",{"path":871,"priority":346},"agents/witness-auditor.md",{"path":873,"priority":346},"commands/iot.md",{"basePath":875,"description":876,"displayName":877,"installMethods":878,"license":250,"rationale":879,"selectedPaths":880,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-knowledge-graph","Knowledge graph construction — entity extraction, relation mapping, and pathfinder graph traversal","ruflo-knowledge-graph",{"claudeCode":877},"plugin manifest at plugins/ruflo-knowledge-graph/.claude-plugin/plugin.json",[881,882,883,885,887,889],{"path":356,"priority":341},{"path":343,"priority":341},{"path":884,"priority":360},"skills/kg-extract/SKILL.md",{"path":886,"priority":360},"skills/kg-traverse/SKILL.md",{"path":888,"priority":346},"agents/graph-navigator.md",{"path":890,"priority":346},"commands/kg.md",{"basePath":892,"description":893,"displayName":894,"installMethods":895,"license":250,"rationale":896,"selectedPaths":897,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-market-data","Market data ingestion — feed normalization, OHLCV vectorization, and HNSW-indexed pattern matching","ruflo-market-data",{"claudeCode":894},"plugin manifest at plugins/ruflo-market-data/.claude-plugin/plugin.json",[898,899,900,902,904,906],{"path":356,"priority":341},{"path":343,"priority":341},{"path":901,"priority":360},"skills/market-ingest/SKILL.md",{"path":903,"priority":360},"skills/market-pattern/SKILL.md",{"path":905,"priority":346},"agents/data-engineer.md",{"path":907,"priority":346},"commands/market.md",{"basePath":909,"description":910,"displayName":911,"installMethods":912,"license":250,"rationale":913,"selectedPaths":914,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-migrations","Schema migration management — generate, validate, dry-run, and rollback database migrations","ruflo-migrations",{"claudeCode":911},"plugin manifest at plugins/ruflo-migrations/.claude-plugin/plugin.json",[915,916,917,919,921,923],{"path":356,"priority":341},{"path":343,"priority":341},{"path":918,"priority":360},"skills/migrate-create/SKILL.md",{"path":920,"priority":360},"skills/migrate-validate/SKILL.md",{"path":922,"priority":346},"agents/migration-engineer.md",{"path":924,"priority":346},"commands/migrate.md",{"basePath":926,"description":927,"displayName":928,"installMethods":929,"license":250,"rationale":930,"selectedPaths":931,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-neural-trader","Neural trading via npx neural-trader — self-learning strategies, Rust/NAPI backtesting, 112+ MCP tools, swarm coordination, and portfolio optimization","ruflo-neural-trader",{"claudeCode":928},"plugin manifest at plugins/ruflo-neural-trader/.claude-plugin/plugin.json",[932,933,934,936,938,940,942,944,946,948,950,952,954,956],{"path":356,"priority":341},{"path":343,"priority":341},{"path":935,"priority":360},"skills/trader-backtest/SKILL.md",{"path":937,"priority":360},"skills/trader-cloud-backtest/SKILL.md",{"path":939,"priority":360},"skills/trader-portfolio/SKILL.md",{"path":941,"priority":360},"skills/trader-regime/SKILL.md",{"path":943,"priority":360},"skills/trader-risk/SKILL.md",{"path":945,"priority":360},"skills/trader-signal/SKILL.md",{"path":947,"priority":360},"skills/trader-train/SKILL.md",{"path":949,"priority":346},"agents/backtest-engineer.md",{"path":951,"priority":346},"agents/market-analyst.md",{"path":953,"priority":346},"agents/risk-analyst.md",{"path":955,"priority":346},"agents/trading-strategist.md",{"path":957,"priority":346},"commands/trader.md",{"basePath":959,"description":960,"displayName":961,"installMethods":962,"license":250,"rationale":963,"selectedPaths":964,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-observability","Structured logging, distributed tracing, and metrics — correlate agent swarm activity with application telemetry","ruflo-observability",{"claudeCode":961},"plugin manifest at plugins/ruflo-observability/.claude-plugin/plugin.json",[965,966,967,969,971,973],{"path":356,"priority":341},{"path":343,"priority":341},{"path":968,"priority":360},"skills/observe-metrics/SKILL.md",{"path":970,"priority":360},"skills/observe-trace/SKILL.md",{"path":972,"priority":346},"agents/observability-engineer.md",{"path":974,"priority":346},"commands/observe.md",{"basePath":976,"description":977,"displayName":978,"installMethods":979,"license":250,"rationale":980,"selectedPaths":981,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-ruvector","Self-learning vector database via npx ruvector@0.2.25 — HNSW, adaptive LoRA embeddings, code-graph clustering, hooks routing, brain/SONA, 103 MCP tools","ruflo-ruvector",{"claudeCode":978},"plugin manifest at plugins/ruflo-ruvector/.claude-plugin/plugin.json",[982,983,984,986,988,990,992,994],{"path":356,"priority":341},{"path":343,"priority":341},{"path":985,"priority":360},"skills/vector-cluster/SKILL.md",{"path":987,"priority":360},"skills/vector-embed/SKILL.md",{"path":989,"priority":360},"skills/vector-hyperbolic/SKILL.md",{"path":991,"priority":360},"skills/vector-setup/SKILL.md",{"path":993,"priority":346},"agents/vector-engineer.md",{"path":995,"priority":346},"commands/vector.md",{"basePath":997,"description":998,"displayName":999,"installMethods":1000,"license":250,"rationale":1001,"selectedPaths":1002,"source":347,"sourceLanguage":18,"type":271},"plugins/ruflo-sparc","SPARC methodology — Specification, Pseudocode, Architecture, Refinement, Completion phases with gate checks","ruflo-sparc",{"claudeCode":999},"plugin manifest at plugins/ruflo-sparc/.claude-plugin/plugin.json",[1003,1004,1005,1007,1009,1011,1013],{"path":356,"priority":341},{"path":343,"priority":341},{"path":1006,"priority":360},"skills/sparc-implement/SKILL.md",{"path":1008,"priority":360},"skills/sparc-refine/SKILL.md",{"path":1010,"priority":360},"skills/sparc-spec/SKILL.md",{"path":1012,"priority":346},"agents/sparc-orchestrator.md",{"path":1014,"priority":346},"commands/ruflo-sparc.md",{"basePath":280,"description":1016,"displayName":1017,"installMethods":1018,"license":250,"rationale":1019,"selectedPaths":1020,"source":347,"sourceLanguage":18,"type":271},"Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities","claude-flow",{"claudeCode":1017},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at plugin)",[1021,1022,1023,1024,1027,1029],{"path":356,"priority":341},{"path":343,"priority":341},{"path":345,"priority":346},{"path":1025,"priority":1026},"bin/cli.js","low",{"path":1028,"priority":1026},"bin/npx-repair.js",{"path":1030,"priority":1026},"bin/npx-safe-launch.js",{"basePath":1032,"description":1033,"displayName":1034,"installMethods":1035,"rationale":1036,"selectedPaths":1037,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-adaptive-coordinator","Agent skill for adaptive-coordinator - invoke with $agent-adaptive-coordinator","agent-adaptive-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-adaptive-coordinator/SKILL.md",[1038],{"path":1039,"priority":341},"SKILL.md",{"basePath":1041,"description":1042,"displayName":1043,"installMethods":1044,"rationale":1045,"selectedPaths":1046,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-agent","Agent skill for agent - invoke with $agent-agent","agent-agent",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-agent/SKILL.md",[1047],{"path":1039,"priority":341},{"basePath":1049,"description":1050,"displayName":1051,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-agentic-payments","Agent skill for agentic-payments - invoke with $agent-agentic-payments","agent-agentic-payments",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-agentic-payments/SKILL.md",[1055],{"path":1039,"priority":341},{"basePath":1057,"description":1058,"displayName":1059,"installMethods":1060,"rationale":1061,"selectedPaths":1062,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-analyze-code-quality","Agent skill for analyze-code-quality - invoke with $agent-analyze-code-quality","agent-analyze-code-quality",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-analyze-code-quality/SKILL.md",[1063],{"path":1039,"priority":341},{"basePath":1065,"description":1066,"displayName":1067,"installMethods":1068,"rationale":1069,"selectedPaths":1070,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-app-store","Agent skill for app-store - invoke with $agent-app-store","agent-app-store",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-app-store/SKILL.md",[1071],{"path":1039,"priority":341},{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-arch-system-design","Agent skill for arch-system-design - invoke with $agent-arch-system-design","agent-arch-system-design",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-arch-system-design/SKILL.md",[1079],{"path":1039,"priority":341},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-architecture","Agent skill for architecture - invoke with $agent-architecture","agent-architecture",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-architecture/SKILL.md",[1087],{"path":1039,"priority":341},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-authentication","Agent skill for authentication - invoke with $agent-authentication","agent-authentication",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-authentication/SKILL.md",[1095],{"path":1039,"priority":341},{"basePath":1097,"description":1098,"displayName":1099,"installMethods":1100,"rationale":1101,"selectedPaths":1102,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-automation-smart-agent","Agent skill for automation-smart-agent - invoke with $agent-automation-smart-agent","agent-automation-smart-agent",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-automation-smart-agent/SKILL.md",[1103],{"path":1039,"priority":341},{"basePath":1105,"description":1106,"displayName":1107,"installMethods":1108,"rationale":1109,"selectedPaths":1110,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-base-template-generator","Agent skill for base-template-generator - invoke with $agent-base-template-generator","agent-base-template-generator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-base-template-generator/SKILL.md",[1111],{"path":1039,"priority":341},{"basePath":1113,"description":1114,"displayName":1115,"installMethods":1116,"rationale":1117,"selectedPaths":1118,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-benchmark-suite","Agent skill for benchmark-suite - invoke with $agent-benchmark-suite","agent-benchmark-suite",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-benchmark-suite/SKILL.md",[1119],{"path":1039,"priority":341},{"basePath":1121,"description":1122,"displayName":1123,"installMethods":1124,"rationale":1125,"selectedPaths":1126,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-byzantine-coordinator","Agent skill for byzantine-coordinator - invoke with $agent-byzantine-coordinator","agent-byzantine-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-byzantine-coordinator/SKILL.md",[1127],{"path":1039,"priority":341},{"basePath":1129,"description":1130,"displayName":1131,"installMethods":1132,"rationale":1133,"selectedPaths":1134,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-challenges","Agent skill for challenges - invoke with $agent-challenges","agent-challenges",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-challenges/SKILL.md",[1135],{"path":1039,"priority":341},{"basePath":1137,"description":1138,"displayName":1139,"installMethods":1140,"rationale":1141,"selectedPaths":1142,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-code-analyzer","Agent skill for code-analyzer - invoke with $agent-code-analyzer","agent-code-analyzer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-code-analyzer/SKILL.md",[1143],{"path":1039,"priority":341},{"basePath":1145,"description":1146,"displayName":1147,"installMethods":1148,"rationale":1149,"selectedPaths":1150,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-code-goal-planner","Agent skill for code-goal-planner - invoke with $agent-code-goal-planner","agent-code-goal-planner",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-code-goal-planner/SKILL.md",[1151],{"path":1039,"priority":341},{"basePath":1153,"description":1154,"displayName":1155,"installMethods":1156,"rationale":1157,"selectedPaths":1158,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-code-review-swarm","Agent skill for code-review-swarm - invoke with $agent-code-review-swarm","agent-code-review-swarm",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-code-review-swarm/SKILL.md",[1159],{"path":1039,"priority":341},{"basePath":1161,"description":1162,"displayName":1163,"installMethods":1164,"rationale":1165,"selectedPaths":1166,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-coder","Agent skill for coder - invoke with $agent-coder","agent-coder",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-coder/SKILL.md",[1167],{"path":1039,"priority":341},{"basePath":1169,"description":1170,"displayName":1171,"installMethods":1172,"rationale":1173,"selectedPaths":1174,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-collective-intelligence-coordinator","Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator","agent-collective-intelligence-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-collective-intelligence-coordinator/SKILL.md",[1175],{"path":1039,"priority":341},{"basePath":1177,"description":1178,"displayName":1179,"installMethods":1180,"rationale":1181,"selectedPaths":1182,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-consensus-coordinator","Agent skill for consensus-coordinator - invoke with $agent-consensus-coordinator","agent-consensus-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-consensus-coordinator/SKILL.md",[1183],{"path":1039,"priority":341},{"basePath":1185,"description":1186,"displayName":1187,"installMethods":1188,"rationale":1189,"selectedPaths":1190,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-coordination","Agent spawning, lifecycle management, and coordination patterns. Manages 60+ agent types with specialized capabilities. Use when: spawning agents, coordinating multi-agent tasks, managing agent pools. Skip when: single-agent work, no coordination needed.\n","agent-coordination",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-coordination/SKILL.md",[1191],{"path":1039,"priority":341},{"basePath":1193,"description":1194,"displayName":1195,"installMethods":1196,"rationale":1197,"selectedPaths":1198,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-coordinator-swarm-init","Agent skill for coordinator-swarm-init - invoke with $agent-coordinator-swarm-init","agent-coordinator-swarm-init",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-coordinator-swarm-init/SKILL.md",[1199],{"path":1039,"priority":341},{"basePath":1201,"description":1202,"displayName":1203,"installMethods":1204,"rationale":1205,"selectedPaths":1206,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-crdt-synchronizer","Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer","agent-crdt-synchronizer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-crdt-synchronizer/SKILL.md",[1207],{"path":1039,"priority":341},{"basePath":1209,"description":1210,"displayName":1211,"installMethods":1212,"rationale":1213,"selectedPaths":1214,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-data-ml-model","Agent skill for data-ml-model - invoke with $agent-data-ml-model","agent-data-ml-model",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-data-ml-model/SKILL.md",[1215],{"path":1039,"priority":341},{"basePath":1217,"description":1218,"displayName":1219,"installMethods":1220,"rationale":1221,"selectedPaths":1222,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-dev-backend-api","Agent skill for dev-backend-api - invoke with $agent-dev-backend-api","agent-dev-backend-api",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-dev-backend-api/SKILL.md",[1223],{"path":1039,"priority":341},{"basePath":1225,"description":1226,"displayName":1227,"installMethods":1228,"rationale":1229,"selectedPaths":1230,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-docs-api-openapi","Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi","agent-docs-api-openapi",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-docs-api-openapi/SKILL.md",[1231],{"path":1039,"priority":341},{"basePath":1233,"description":1234,"displayName":1235,"installMethods":1236,"rationale":1237,"selectedPaths":1238,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-github-modes","Agent skill for github-modes - invoke with $agent-github-modes","agent-github-modes",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-github-modes/SKILL.md",[1239],{"path":1039,"priority":341},{"basePath":1241,"description":1242,"displayName":1243,"installMethods":1244,"rationale":1245,"selectedPaths":1246,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-github-pr-manager","Agent skill for github-pr-manager - invoke with $agent-github-pr-manager","agent-github-pr-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-github-pr-manager/SKILL.md",[1247],{"path":1039,"priority":341},{"basePath":1249,"description":1250,"displayName":1251,"installMethods":1252,"rationale":1253,"selectedPaths":1254,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-goal-planner","Agent skill for goal-planner - invoke with $agent-goal-planner","agent-goal-planner",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-goal-planner/SKILL.md",[1255],{"path":1039,"priority":341},{"basePath":1257,"description":1258,"displayName":1259,"installMethods":1260,"rationale":1261,"selectedPaths":1262,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-gossip-coordinator","Agent skill for gossip-coordinator - invoke with $agent-gossip-coordinator","agent-gossip-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-gossip-coordinator/SKILL.md",[1263],{"path":1039,"priority":341},{"basePath":1265,"description":1266,"displayName":1267,"installMethods":1268,"rationale":1269,"selectedPaths":1270,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-hierarchical-coordinator","Agent skill for hierarchical-coordinator - invoke with $agent-hierarchical-coordinator","agent-hierarchical-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-hierarchical-coordinator/SKILL.md",[1271],{"path":1039,"priority":341},{"basePath":1273,"description":1274,"displayName":1275,"installMethods":1276,"rationale":1277,"selectedPaths":1278,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-implementer-sparc-coder","Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder","agent-implementer-sparc-coder",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-implementer-sparc-coder/SKILL.md",[1279],{"path":1039,"priority":341},{"basePath":1281,"description":1282,"displayName":1283,"installMethods":1284,"rationale":1285,"selectedPaths":1286,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-issue-tracker","Agent skill for issue-tracker - invoke with $agent-issue-tracker","agent-issue-tracker",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-issue-tracker/SKILL.md",[1287],{"path":1039,"priority":341},{"basePath":1289,"description":1290,"displayName":1291,"installMethods":1292,"rationale":1293,"selectedPaths":1294,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-load-balancer","Agent skill for load-balancer - invoke with $agent-load-balancer","agent-load-balancer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-load-balancer/SKILL.md",[1295],{"path":1039,"priority":341},{"basePath":1297,"description":1298,"displayName":1299,"installMethods":1300,"rationale":1301,"selectedPaths":1302,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-matrix-optimizer","Agent skill for matrix-optimizer - invoke with $agent-matrix-optimizer","agent-matrix-optimizer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-matrix-optimizer/SKILL.md",[1303],{"path":1039,"priority":341},{"basePath":1305,"description":1306,"displayName":1307,"installMethods":1308,"rationale":1309,"selectedPaths":1310,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-memory-coordinator","Agent skill for memory-coordinator - invoke with $agent-memory-coordinator","agent-memory-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-memory-coordinator/SKILL.md",[1311],{"path":1039,"priority":341},{"basePath":1313,"description":1314,"displayName":1315,"installMethods":1316,"rationale":1317,"selectedPaths":1318,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-mesh-coordinator","Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator","agent-mesh-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-mesh-coordinator/SKILL.md",[1319],{"path":1039,"priority":341},{"basePath":1321,"description":1322,"displayName":1323,"installMethods":1324,"rationale":1325,"selectedPaths":1326,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-migration-plan","Agent skill for migration-plan - invoke with $agent-migration-plan","agent-migration-plan",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-migration-plan/SKILL.md",[1327],{"path":1039,"priority":341},{"basePath":1329,"description":1330,"displayName":1331,"installMethods":1332,"rationale":1333,"selectedPaths":1334,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-multi-repo-swarm","Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm","agent-multi-repo-swarm",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-multi-repo-swarm/SKILL.md",[1335],{"path":1039,"priority":341},{"basePath":1337,"description":1338,"displayName":1339,"installMethods":1340,"rationale":1341,"selectedPaths":1342,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-neural-network","Agent skill for neural-network - invoke with $agent-neural-network","agent-neural-network",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-neural-network/SKILL.md",[1343],{"path":1039,"priority":341},{"basePath":1345,"description":1346,"displayName":1347,"installMethods":1348,"rationale":1349,"selectedPaths":1350,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-ops-cicd-github","Agent skill for ops-cicd-github - invoke with $agent-ops-cicd-github","agent-ops-cicd-github",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-ops-cicd-github/SKILL.md",[1351],{"path":1039,"priority":341},{"basePath":1353,"description":1354,"displayName":1355,"installMethods":1356,"rationale":1357,"selectedPaths":1358,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-orchestrator-task","Agent skill for orchestrator-task - invoke with $agent-orchestrator-task","agent-orchestrator-task",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-orchestrator-task/SKILL.md",[1359],{"path":1039,"priority":341},{"basePath":1361,"description":1362,"displayName":1363,"installMethods":1364,"rationale":1365,"selectedPaths":1366,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-pagerank-analyzer","Agent skill for pagerank-analyzer - invoke with $agent-pagerank-analyzer","agent-pagerank-analyzer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-pagerank-analyzer/SKILL.md",[1367],{"path":1039,"priority":341},{"basePath":1369,"description":1370,"displayName":1371,"installMethods":1372,"rationale":1373,"selectedPaths":1374,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-payments","Agent skill for payments - invoke with $agent-payments","agent-payments",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-payments/SKILL.md",[1375],{"path":1039,"priority":341},{"basePath":1377,"description":1378,"displayName":1379,"installMethods":1380,"rationale":1381,"selectedPaths":1382,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-performance-analyzer","Agent skill for performance-analyzer - invoke with $agent-performance-analyzer","agent-performance-analyzer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-performance-analyzer/SKILL.md",[1383],{"path":1039,"priority":341},{"basePath":1385,"description":1386,"displayName":1387,"installMethods":1388,"rationale":1389,"selectedPaths":1390,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-performance-benchmarker","Agent skill for performance-benchmarker - invoke with $agent-performance-benchmarker","agent-performance-benchmarker",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-performance-benchmarker/SKILL.md",[1391],{"path":1039,"priority":341},{"basePath":1393,"description":1394,"displayName":1395,"installMethods":1396,"rationale":1397,"selectedPaths":1398,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-performance-monitor","Agent skill for performance-monitor - invoke with $agent-performance-monitor","agent-performance-monitor",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-performance-monitor/SKILL.md",[1399],{"path":1039,"priority":341},{"basePath":1401,"description":1402,"displayName":1403,"installMethods":1404,"rationale":1405,"selectedPaths":1406,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-performance-optimizer","Agent skill for performance-optimizer - invoke with $agent-performance-optimizer","agent-performance-optimizer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-performance-optimizer/SKILL.md",[1407],{"path":1039,"priority":341},{"basePath":1409,"description":1410,"displayName":1411,"installMethods":1412,"rationale":1413,"selectedPaths":1414,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-planner","Agent skill for planner - invoke with $agent-planner","agent-planner",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-planner/SKILL.md",[1415],{"path":1039,"priority":341},{"basePath":1417,"description":1418,"displayName":1419,"installMethods":1420,"rationale":1421,"selectedPaths":1422,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-pr-manager","Agent skill for pr-manager - invoke with $agent-pr-manager","agent-pr-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-pr-manager/SKILL.md",[1423],{"path":1039,"priority":341},{"basePath":1425,"description":1426,"displayName":1427,"installMethods":1428,"rationale":1429,"selectedPaths":1430,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-production-validator","Agent skill for production-validator - invoke with $agent-production-validator","agent-production-validator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-production-validator/SKILL.md",[1431],{"path":1039,"priority":341},{"basePath":1433,"description":1434,"displayName":1435,"installMethods":1436,"rationale":1437,"selectedPaths":1438,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-project-board-sync","Agent skill for project-board-sync - invoke with $agent-project-board-sync","agent-project-board-sync",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-project-board-sync/SKILL.md",[1439],{"path":1039,"priority":341},{"basePath":1441,"description":1442,"displayName":1443,"installMethods":1444,"rationale":1445,"selectedPaths":1446,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-pseudocode","Agent skill for pseudocode - invoke with $agent-pseudocode","agent-pseudocode",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-pseudocode/SKILL.md",[1447],{"path":1039,"priority":341},{"basePath":1449,"description":1450,"displayName":1451,"installMethods":1452,"rationale":1453,"selectedPaths":1454,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-queen-coordinator","Agent skill for queen-coordinator - invoke with $agent-queen-coordinator","agent-queen-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-queen-coordinator/SKILL.md",[1455],{"path":1039,"priority":341},{"basePath":1457,"description":1458,"displayName":1459,"installMethods":1460,"rationale":1461,"selectedPaths":1462,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-quorum-manager","Agent skill for quorum-manager - invoke with $agent-quorum-manager","agent-quorum-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-quorum-manager/SKILL.md",[1463],{"path":1039,"priority":341},{"basePath":1465,"description":1466,"displayName":1467,"installMethods":1468,"rationale":1469,"selectedPaths":1470,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-raft-manager","Agent skill for raft-manager - invoke with $agent-raft-manager","agent-raft-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-raft-manager/SKILL.md",[1471],{"path":1039,"priority":341},{"basePath":1473,"description":1474,"displayName":1475,"installMethods":1476,"rationale":1477,"selectedPaths":1478,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-refinement","Agent skill for refinement - invoke with $agent-refinement","agent-refinement",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-refinement/SKILL.md",[1479],{"path":1039,"priority":341},{"basePath":1481,"description":1482,"displayName":1483,"installMethods":1484,"rationale":1485,"selectedPaths":1486,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-release-manager","Agent skill for release-manager - invoke with $agent-release-manager","agent-release-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-release-manager/SKILL.md",[1487],{"path":1039,"priority":341},{"basePath":1489,"description":1490,"displayName":1491,"installMethods":1492,"rationale":1493,"selectedPaths":1494,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-release-swarm","Agent skill for release-swarm - invoke with $agent-release-swarm","agent-release-swarm",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-release-swarm/SKILL.md",[1495],{"path":1039,"priority":341},{"basePath":1497,"description":1498,"displayName":1499,"installMethods":1500,"rationale":1501,"selectedPaths":1502,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-repo-architect","Agent skill for repo-architect - invoke with $agent-repo-architect","agent-repo-architect",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-repo-architect/SKILL.md",[1503],{"path":1039,"priority":341},{"basePath":1505,"description":1506,"displayName":1507,"installMethods":1508,"rationale":1509,"selectedPaths":1510,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-researcher","Agent skill for researcher - invoke with $agent-researcher","agent-researcher",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-researcher/SKILL.md",[1511],{"path":1039,"priority":341},{"basePath":1513,"description":1514,"displayName":1515,"installMethods":1516,"rationale":1517,"selectedPaths":1518,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-resource-allocator","Agent skill for resource-allocator - invoke with $agent-resource-allocator","agent-resource-allocator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-resource-allocator/SKILL.md",[1519],{"path":1039,"priority":341},{"basePath":1521,"description":1522,"displayName":1523,"installMethods":1524,"rationale":1525,"selectedPaths":1526,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-reviewer","Agent skill for reviewer - invoke with $agent-reviewer","agent-reviewer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-reviewer/SKILL.md",[1527],{"path":1039,"priority":341},{"basePath":1529,"description":1530,"displayName":1531,"installMethods":1532,"rationale":1533,"selectedPaths":1534,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-safla-neural","Agent skill for safla-neural - invoke with $agent-safla-neural","agent-safla-neural",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-safla-neural/SKILL.md",[1535],{"path":1039,"priority":341},{"basePath":1537,"description":1538,"displayName":1539,"installMethods":1540,"rationale":1541,"selectedPaths":1542,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-sandbox","Agent skill for sandbox - invoke with $agent-sandbox","agent-sandbox",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-sandbox/SKILL.md",[1543],{"path":1039,"priority":341},{"basePath":1545,"description":1546,"displayName":1547,"installMethods":1548,"rationale":1549,"selectedPaths":1550,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-scout-explorer","Agent skill for scout-explorer - invoke with $agent-scout-explorer","agent-scout-explorer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-scout-explorer/SKILL.md",[1551],{"path":1039,"priority":341},{"basePath":1553,"description":1554,"displayName":1555,"installMethods":1556,"rationale":1557,"selectedPaths":1558,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-security-manager","Agent skill for security-manager - invoke with $agent-security-manager","agent-security-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-security-manager/SKILL.md",[1559],{"path":1039,"priority":341},{"basePath":1561,"description":1562,"displayName":1563,"installMethods":1564,"rationale":1565,"selectedPaths":1566,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-sona-learning-optimizer","Agent skill for sona-learning-optimizer - invoke with $agent-sona-learning-optimizer","agent-sona-learning-optimizer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-sona-learning-optimizer/SKILL.md",[1567],{"path":1039,"priority":341},{"basePath":1569,"description":1570,"displayName":1571,"installMethods":1572,"rationale":1573,"selectedPaths":1574,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-sparc-coordinator","Agent skill for sparc-coordinator - invoke with $agent-sparc-coordinator","agent-sparc-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-sparc-coordinator/SKILL.md",[1575],{"path":1039,"priority":341},{"basePath":1577,"description":1578,"displayName":1579,"installMethods":1580,"rationale":1581,"selectedPaths":1582,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-spec-mobile-react-native","Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native","agent-spec-mobile-react-native",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-spec-mobile-react-native/SKILL.md",[1583],{"path":1039,"priority":341},{"basePath":1585,"description":1586,"displayName":1587,"installMethods":1588,"rationale":1589,"selectedPaths":1590,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-specification","Agent skill for specification - invoke with $agent-specification","agent-specification",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-specification/SKILL.md",[1591],{"path":1039,"priority":341},{"basePath":1593,"description":1594,"displayName":1595,"installMethods":1596,"rationale":1597,"selectedPaths":1598,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-swarm","Agent skill for swarm - invoke with $agent-swarm","agent-swarm",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-swarm/SKILL.md",[1599],{"path":1039,"priority":341},{"basePath":1601,"description":1602,"displayName":1603,"installMethods":1604,"rationale":1605,"selectedPaths":1606,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-swarm-issue","Agent skill for swarm-issue - invoke with $agent-swarm-issue","agent-swarm-issue",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-swarm-issue/SKILL.md",[1607],{"path":1039,"priority":341},{"basePath":1609,"description":1610,"displayName":1611,"installMethods":1612,"rationale":1613,"selectedPaths":1614,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-swarm-memory-manager","Agent skill for swarm-memory-manager - invoke with $agent-swarm-memory-manager","agent-swarm-memory-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-swarm-memory-manager/SKILL.md",[1615],{"path":1039,"priority":341},{"basePath":1617,"description":1618,"displayName":1619,"installMethods":1620,"rationale":1621,"selectedPaths":1622,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-swarm-pr","Agent skill for swarm-pr - invoke with $agent-swarm-pr","agent-swarm-pr",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-swarm-pr/SKILL.md",[1623],{"path":1039,"priority":341},{"basePath":1625,"description":1626,"displayName":1627,"installMethods":1628,"rationale":1629,"selectedPaths":1630,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-sync-coordinator","Agent skill for sync-coordinator - invoke with $agent-sync-coordinator","agent-sync-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-sync-coordinator/SKILL.md",[1631],{"path":1039,"priority":341},{"basePath":1633,"description":1634,"displayName":1635,"installMethods":1636,"rationale":1637,"selectedPaths":1638,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-tdd-london-swarm","Agent skill for tdd-london-swarm - invoke with $agent-tdd-london-swarm","agent-tdd-london-swarm",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-tdd-london-swarm/SKILL.md",[1639],{"path":1039,"priority":341},{"basePath":1641,"description":1642,"displayName":1643,"installMethods":1644,"rationale":1645,"selectedPaths":1646,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-test-long-runner","Agent skill for test-long-runner - invoke with $agent-test-long-runner","agent-test-long-runner",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-test-long-runner/SKILL.md",[1647],{"path":1039,"priority":341},{"basePath":1649,"description":1650,"displayName":1651,"installMethods":1652,"rationale":1653,"selectedPaths":1654,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-tester","Agent skill for tester - invoke with $agent-tester","agent-tester",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-tester/SKILL.md",[1655],{"path":1039,"priority":341},{"basePath":1657,"description":1658,"displayName":1659,"installMethods":1660,"rationale":1661,"selectedPaths":1662,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-topology-optimizer","Agent skill for topology-optimizer - invoke with $agent-topology-optimizer","agent-topology-optimizer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-topology-optimizer/SKILL.md",[1663],{"path":1039,"priority":341},{"basePath":1665,"description":1666,"displayName":1667,"installMethods":1668,"rationale":1669,"selectedPaths":1670,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-trading-predictor","Agent skill for trading-predictor - invoke with $agent-trading-predictor","agent-trading-predictor",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-trading-predictor/SKILL.md",[1671],{"path":1039,"priority":341},{"basePath":1673,"description":1674,"displayName":1675,"installMethods":1676,"rationale":1677,"selectedPaths":1678,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-user-tools","Agent skill for user-tools - invoke with $agent-user-tools","agent-user-tools",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-user-tools/SKILL.md",[1679],{"path":1039,"priority":341},{"basePath":1681,"description":1682,"displayName":1683,"installMethods":1684,"rationale":1685,"selectedPaths":1686,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-v3-integration-architect","Agent skill for v3-integration-architect - invoke with $agent-v3-integration-architect","agent-v3-integration-architect",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-v3-integration-architect/SKILL.md",[1687],{"path":1039,"priority":341},{"basePath":1689,"description":1690,"displayName":1691,"installMethods":1692,"rationale":1693,"selectedPaths":1694,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-v3-memory-specialist","Agent skill for v3-memory-specialist - invoke with $agent-v3-memory-specialist","agent-v3-memory-specialist",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-v3-memory-specialist/SKILL.md",[1695],{"path":1039,"priority":341},{"basePath":1697,"description":1698,"displayName":1699,"installMethods":1700,"rationale":1701,"selectedPaths":1702,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-v3-performance-engineer","Agent skill for v3-performance-engineer - invoke with $agent-v3-performance-engineer","agent-v3-performance-engineer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-v3-performance-engineer/SKILL.md",[1703],{"path":1039,"priority":341},{"basePath":1705,"description":1706,"displayName":1707,"installMethods":1708,"rationale":1709,"selectedPaths":1710,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-v3-queen-coordinator","Agent skill for v3-queen-coordinator - invoke with $agent-v3-queen-coordinator","agent-v3-queen-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-v3-queen-coordinator/SKILL.md",[1711],{"path":1039,"priority":341},{"basePath":1713,"description":1714,"displayName":1715,"installMethods":1716,"rationale":1717,"selectedPaths":1718,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-v3-security-architect","Agent skill for v3-security-architect - invoke with $agent-v3-security-architect","agent-v3-security-architect",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-v3-security-architect/SKILL.md",[1719],{"path":1039,"priority":341},{"basePath":1721,"description":1722,"displayName":1723,"installMethods":1724,"rationale":1725,"selectedPaths":1726,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-worker-specialist","Agent skill for worker-specialist - invoke with $agent-worker-specialist","agent-worker-specialist",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-worker-specialist/SKILL.md",[1727],{"path":1039,"priority":341},{"basePath":1729,"description":1730,"displayName":1731,"installMethods":1732,"rationale":1733,"selectedPaths":1734,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-workflow","Agent skill for workflow - invoke with $agent-workflow","agent-workflow",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-workflow/SKILL.md",[1735],{"path":1039,"priority":341},{"basePath":1737,"description":1738,"displayName":1739,"installMethods":1740,"rationale":1741,"selectedPaths":1742,"source":347,"sourceLanguage":18,"type":260},".agents/skills/agent-workflow-automation","Agent skill for workflow-automation - invoke with $agent-workflow-automation","agent-workflow-automation",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-workflow-automation/SKILL.md",[1743],{"path":1039,"priority":341},{"basePath":1745,"description":1746,"displayName":1747,"installMethods":1748,"rationale":1749,"selectedPaths":1750,"source":347,"sourceLanguage":18,"type":260},".claude/skills/agentdb-advanced","Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.","agentdb-advanced",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentdb-advanced/SKILL.md (coalesced with duplicate skill at .agents/skills/agentdb-advanced)",[1751],{"path":1039,"priority":341},{"basePath":1753,"description":1754,"displayName":1755,"installMethods":1756,"rationale":1757,"selectedPaths":1758,"source":347,"sourceLanguage":18,"type":260},".claude/skills/agentdb-learning","Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.","agentdb-learning",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentdb-learning/SKILL.md (coalesced with duplicate skill at .agents/skills/agentdb-learning)",[1759],{"path":1039,"priority":341},{"basePath":1761,"description":1762,"displayName":1763,"installMethods":1764,"rationale":1765,"selectedPaths":1766,"source":347,"sourceLanguage":18,"type":260},".claude/skills/agentdb-memory-patterns","Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.","agentdb-memory-patterns",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentdb-memory-patterns/SKILL.md (coalesced with duplicate skill at .agents/skills/agentdb-memory-patterns)",[1767],{"path":1039,"priority":341},{"basePath":1769,"description":1770,"displayName":1771,"installMethods":1772,"rationale":1773,"selectedPaths":1774,"source":347,"sourceLanguage":18,"type":260},".claude/skills/agentdb-optimization","Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.","agentdb-optimization",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentdb-optimization/SKILL.md (coalesced with duplicate skill at .agents/skills/agentdb-optimization)",[1775],{"path":1039,"priority":341},{"basePath":1777,"description":1778,"displayName":1779,"installMethods":1780,"rationale":1781,"selectedPaths":1782,"source":347,"sourceLanguage":18,"type":260},".claude/skills/agentdb-vector-search","Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.","agentdb-vector-search",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentdb-vector-search/SKILL.md (coalesced with duplicate skill at .agents/skills/agentdb-vector-search)",[1783],{"path":1039,"priority":341},{"basePath":1785,"description":1786,"displayName":1787,"installMethods":1788,"rationale":1789,"selectedPaths":1790,"source":347,"sourceLanguage":18,"type":260},".claude/skills/agentic-jujutsu","Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination\n","agentic-jujutsu",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentic-jujutsu/SKILL.md (coalesced with duplicate skill at .agents/skills/agentic-jujutsu)",[1791],{"path":1039,"priority":341},{"basePath":1793,"description":1794,"displayName":1795,"installMethods":1796,"rationale":1797,"selectedPaths":1798,"source":347,"sourceLanguage":18,"type":260},".agents/skills/claims","Claims-based authorization for agents and operations. Grant, revoke, and verify permissions for secure multi-agent coordination. Use when: permission management, access control, secure operations, authorization checks. Skip when: open access, no security requirements, single-agent local work.\n","claims",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/claims/SKILL.md",[1799],{"path":1039,"priority":341},{"basePath":1801,"description":1802,"displayName":1803,"installMethods":1804,"rationale":1805,"selectedPaths":1806,"source":347,"sourceLanguage":18,"type":260},".agents/skills/embeddings","Vector embeddings with HNSW indexing, sql.js persistence, and hyperbolic support. 75x faster with agentic-flow integration. Use when: semantic search, pattern matching, similarity queries, knowledge retrieval. Skip when: exact text matching, simple lookups, no semantic understanding needed.\n","embeddings",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/embeddings/SKILL.md",[1807],{"path":1039,"priority":341},{"basePath":1809,"description":1810,"displayName":1811,"installMethods":1812,"rationale":1813,"selectedPaths":1814,"source":347,"sourceLanguage":18,"type":260},".claude/skills/flow-nexus-neural","Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus","flow-nexus-neural",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/flow-nexus-neural/SKILL.md (coalesced with duplicate skill at .agents/skills/flow-nexus-neural)",[1815],{"path":1039,"priority":341},{"basePath":1817,"description":1818,"displayName":1819,"installMethods":1820,"rationale":1821,"selectedPaths":1822,"source":347,"sourceLanguage":1824,"type":260},".claude/skills/flow-nexus-platform","Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges\n","flow-nexus-platform",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/flow-nexus-platform/SKILL.md (coalesced with duplicate skill at .agents/skills/flow-nexus-platform)",[1823],{"path":1039,"priority":341},"fr",{"basePath":1826,"description":1827,"displayName":1828,"installMethods":1829,"rationale":1830,"selectedPaths":1831,"source":347,"sourceLanguage":18,"type":260},".claude/skills/flow-nexus-swarm","Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform","flow-nexus-swarm",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/flow-nexus-swarm/SKILL.md (coalesced with duplicate skill at .agents/skills/flow-nexus-swarm)",[1832],{"path":1039,"priority":341},{"basePath":1834,"description":1835,"displayName":1836,"installMethods":1837,"rationale":1838,"selectedPaths":1839,"source":347,"sourceLanguage":18,"type":260},".agents/skills/github-automation","GitHub workflow automation, PR management, issue tracking, and code review coordination. Integrates with GitHub Actions and repository management. Use when: PR creation, code review, issue management, release automation, workflow setup. Skip when: local-only changes, non-GitHub repositories.\n","github-automation",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/github-automation/SKILL.md",[1840],{"path":1039,"priority":341},{"basePath":1842,"description":1843,"displayName":1844,"installMethods":1845,"rationale":1846,"selectedPaths":1847,"source":347,"sourceLanguage":18,"type":260},".claude/skills/github-code-review","Comprehensive GitHub code review with AI-powered swarm coordination","github-code-review",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/github-code-review/SKILL.md (coalesced with duplicate skill at .agents/skills/github-code-review)",[1848],{"path":1039,"priority":341},{"basePath":1850,"description":1851,"displayName":1852,"installMethods":1853,"rationale":1854,"selectedPaths":1855,"source":347,"sourceLanguage":18,"type":260},".claude/skills/github-multi-repo","Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration\n","github-multi-repo",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/github-multi-repo/SKILL.md (coalesced with duplicate skill at .agents/skills/github-multi-repo)",[1856],{"path":1039,"priority":341},{"basePath":1858,"description":1859,"displayName":1860,"installMethods":1861,"rationale":1862,"selectedPaths":1863,"source":347,"sourceLanguage":18,"type":260},".claude/skills/github-project-management","Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning\n","github-project-management",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/github-project-management/SKILL.md (coalesced with duplicate skill at .agents/skills/github-project-management)",[1864],{"path":1039,"priority":341},{"basePath":1866,"description":1867,"displayName":1868,"installMethods":1869,"rationale":1870,"selectedPaths":1871,"source":347,"sourceLanguage":18,"type":260},".claude/skills/github-release-management","Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management\n","github-release-management",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/github-release-management/SKILL.md (coalesced with duplicate skill at .agents/skills/github-release-management)",[1872],{"path":1039,"priority":341},{"basePath":1874,"description":1875,"displayName":1876,"installMethods":1877,"rationale":1878,"selectedPaths":1879,"source":347,"sourceLanguage":18,"type":260},".claude/skills/github-workflow-automation","Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management\n","github-workflow-automation",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/github-workflow-automation/SKILL.md (coalesced with duplicate skill at .agents/skills/github-workflow-automation)",[1880],{"path":1039,"priority":341},{"basePath":1882,"description":1883,"displayName":1884,"installMethods":1885,"rationale":1886,"selectedPaths":1887,"source":347,"sourceLanguage":18,"type":260},".agents/skills/hive-mind","Byzantine fault-tolerant consensus and distributed coordination. Queen-led hierarchical swarm management with multiple consensus strategies. Use when: distributed coordination, fault-tolerant operations, multi-agent consensus, collective decision making. Skip when: single-agent tasks, simple operations, local-only work.\n","hive-mind",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/hive-mind/SKILL.md",[1888],{"path":1039,"priority":341},{"basePath":1890,"description":1891,"displayName":1892,"installMethods":1893,"rationale":1894,"selectedPaths":1895,"source":347,"sourceLanguage":18,"type":260},".claude/skills/hive-mind-advanced","Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory\n","hive-mind-advanced",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/hive-mind-advanced/SKILL.md (coalesced with duplicate skill at .agents/skills/hive-mind-advanced)",[1896],{"path":1039,"priority":341},{"basePath":1898,"description":1899,"displayName":1900,"installMethods":1901,"rationale":1902,"selectedPaths":1903,"source":347,"sourceLanguage":18,"type":260},".claude/skills/hooks-automation","Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.","hooks-automation",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/hooks-automation/SKILL.md (coalesced with duplicate skill at .agents/skills/hooks-automation)",[1904],{"path":1039,"priority":341},{"basePath":1906,"description":1907,"displayName":1908,"installMethods":1909,"rationale":1910,"selectedPaths":1911,"source":347,"sourceLanguage":18,"type":260},".agents/skills/memory-management","AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, searching for similar solutions, semantic lookup of past work, learning from previous tasks, sharing knowledge between agents, building knowledge base. Skip when: no learning needed, ephemeral one-off tasks, external data sources available, read-only exploration.\n","memory-management",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/memory-management/SKILL.md (coalesced with duplicate skill at v3/@claude-flow/codex/.agents/skills/memory-management)",[1912,1913,1915],{"path":1039,"priority":341},{"path":1914,"priority":1026},"scripts/memory-backup.sh",{"path":1916,"priority":1026},"scripts/memory-consolidate.sh",{"basePath":1918,"description":1919,"displayName":1920,"installMethods":1921,"rationale":1922,"selectedPaths":1923,"source":347,"sourceLanguage":18,"type":260},".agents/skills/neural-training","Neural pattern training with SONA (Self-Optimizing Neural Architecture), MoE (Mixture of Experts), and EWC++ for knowledge consolidation. Use when: pattern learning, model optimization, knowledge transfer, adaptive routing. Skip when: simple tasks, no learning required, one-off operations.\n","neural-training",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/neural-training/SKILL.md",[1924],{"path":1039,"priority":341},{"basePath":1926,"description":1927,"displayName":1928,"installMethods":1929,"rationale":1930,"selectedPaths":1931,"source":347,"sourceLanguage":18,"type":260},".claude/skills/pair-programming","AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.","pair-programming",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/pair-programming/SKILL.md (coalesced with duplicate skill at .agents/skills/pair-programming)",[1932],{"path":1039,"priority":341},{"basePath":1934,"description":1935,"displayName":1936,"installMethods":1937,"rationale":1938,"selectedPaths":1939,"source":347,"sourceLanguage":18,"type":260},".claude/skills/performance-analysis","Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms\n","performance-analysis",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/performance-analysis/SKILL.md (coalesced with duplicate skill at .agents/skills/performance-analysis)",[1940],{"path":1039,"priority":341},{"basePath":1942,"description":1943,"displayName":1944,"installMethods":1945,"rationale":1946,"selectedPaths":1947,"source":347,"sourceLanguage":18,"type":260},".claude/skills/reasoningbank-agentdb","Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.","reasoningbank-agentdb",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/reasoningbank-agentdb/SKILL.md (coalesced with duplicate skill at .agents/skills/reasoningbank-agentdb)",[1948],{"path":1039,"priority":341},{"basePath":1950,"description":1951,"displayName":1952,"installMethods":1953,"rationale":1954,"selectedPaths":1955,"source":347,"sourceLanguage":18,"type":260},".claude/skills/reasoningbank-intelligence","Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement. Use when building self-learning agents, optimizing workflows, or implementing meta-cognitive systems.","reasoningbank-intelligence",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/reasoningbank-intelligence/SKILL.md (coalesced with duplicate skill at .agents/skills/reasoningbank-intelligence)",[1956],{"path":1039,"priority":341},{"basePath":1958,"description":1959,"displayName":1960,"installMethods":1961,"rationale":1962,"selectedPaths":1963,"source":347,"sourceLanguage":18,"type":260},".agents/skills/security-audit","Comprehensive security scanning and vulnerability detection. Includes input validation, path traversal prevention, CVE detection, and secure coding pattern enforcement. Use when: authentication implementation, authorization logic, payment processing, user data handling, API endpoint creation, file upload handling, database queries, external API integration. Skip when: read-only operations on public data, internal development tooling, static documentation, styling changes.\n","security-audit",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/security-audit/SKILL.md (coalesced with duplicate skill at v3/@claude-flow/codex/.agents/skills/security-audit)",[1964,1965,1967],{"path":1039,"priority":341},{"path":1966,"priority":1026},"scripts/cve-remediate.sh",{"path":1968,"priority":1026},"scripts/security-scan.sh",{"basePath":1970,"description":1971,"displayName":1972,"installMethods":1973,"rationale":1974,"selectedPaths":1975,"source":347,"sourceLanguage":18,"type":260},".claude/skills/skill-builder","Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.","skill-builder",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/skill-builder/SKILL.md (coalesced with duplicate skill at .agents/skills/skill-builder)",[1976],{"path":1039,"priority":341},{"basePath":1978,"description":1979,"displayName":1980,"installMethods":1981,"rationale":1982,"selectedPaths":1983,"source":347,"sourceLanguage":18,"type":260},".claude/skills/sparc-methodology","SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration\n","sparc-methodology",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/sparc-methodology/SKILL.md (coalesced with duplicate skill at .agents/skills/sparc-methodology, v3/@claude-flow/codex/.agents/skills/sparc-methodology)",[1984],{"path":1039,"priority":341},{"basePath":1986,"description":1987,"displayName":1988,"installMethods":1989,"rationale":1990,"selectedPaths":1991,"source":347,"sourceLanguage":18,"type":260},".claude/skills/stream-chain","Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows","stream-chain",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/stream-chain/SKILL.md (coalesced with duplicate skill at .agents/skills/stream-chain)",[1992],{"path":1039,"priority":341},{"basePath":1994,"description":1995,"displayName":1996,"installMethods":1997,"rationale":1998,"selectedPaths":1999,"source":347,"sourceLanguage":18,"type":260},".claude/skills/swarm-advanced","Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows\n","swarm-advanced",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/swarm-advanced/SKILL.md (coalesced with duplicate skill at .agents/skills/swarm-advanced)",[2000],{"path":1039,"priority":341},{"basePath":2002,"description":2003,"displayName":2004,"installMethods":2005,"rationale":2006,"selectedPaths":2007,"source":347,"sourceLanguage":18,"type":260},".claude/skills/swarm-orchestration","Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.","swarm-orchestration",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/swarm-orchestration/SKILL.md (coalesced with duplicate skill at .agents/skills/swarm-orchestration, v3/@claude-flow/codex/.agents/skills/swarm-orchestration)",[2008],{"path":1039,"priority":341},{"basePath":2010,"description":2011,"displayName":2012,"installMethods":2013,"rationale":2014,"selectedPaths":2015,"source":347,"sourceLanguage":18,"type":260},".claude/skills/v3-cli-modernization","CLI modernization and hooks system enhancement for claude-flow v3. Implements interactive prompts, command decomposition, enhanced hooks integration, and intelligent workflow automation.","v3-cli-modernization",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-cli-modernization/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-cli-modernization)",[2016],{"path":1039,"priority":341},{"basePath":2018,"description":2019,"displayName":2020,"installMethods":2021,"rationale":2022,"selectedPaths":2023,"source":347,"sourceLanguage":18,"type":260},".claude/skills/v3-core-implementation","Core module implementation for claude-flow v3. Implements DDD domains, clean architecture patterns, dependency injection, and modular TypeScript codebase with comprehensive testing.","v3-core-implementation",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-core-implementation/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-core-implementation)",[2024],{"path":1039,"priority":341},{"basePath":2026,"description":2027,"displayName":2028,"installMethods":2029,"rationale":2030,"selectedPaths":2031,"source":347,"sourceLanguage":18,"type":260},".claude/skills/v3-ddd-architecture","Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.","v3-ddd-architecture",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-ddd-architecture/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-ddd-architecture)",[2032],{"path":1039,"priority":341},{"basePath":2034,"description":2035,"displayName":2036,"installMethods":2037,"rationale":2038,"selectedPaths":2039,"source":347,"sourceLanguage":18,"type":260},".claude/skills/v3-integration-deep","Deep agentic-flow@alpha integration implementing ADR-001. Eliminates 10,000+ duplicate lines by building claude-flow as specialized extension rather than parallel implementation.","v3-integration-deep",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-integration-deep/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-integration-deep)",[2040],{"path":1039,"priority":341},{"basePath":2042,"description":2043,"displayName":2044,"installMethods":2045,"rationale":2046,"selectedPaths":2047,"source":347,"sourceLanguage":18,"type":260},".claude/skills/v3-mcp-optimization","MCP server optimization and transport layer enhancement for claude-flow v3. Implements connection pooling, load balancing, tool registry optimization, and performance monitoring for sub-100ms response times.","v3-mcp-optimization",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-mcp-optimization/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-mcp-optimization)",[2048],{"path":1039,"priority":341},{"basePath":2050,"description":2051,"displayName":2052,"installMethods":2053,"rationale":2054,"selectedPaths":2055,"source":347,"sourceLanguage":18,"type":260},".claude/skills/v3-memory-unification","Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).","v3-memory-unification",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-memory-unification/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-memory-unification)",[2056],{"path":1039,"priority":341},{"basePath":2058,"description":2059,"displayName":2060,"installMethods":2061,"rationale":2062,"selectedPaths":2063,"source":347,"sourceLanguage":18,"type":260},".claude/skills/v3-performance-optimization","Achieve aggressive v3 performance targets: 2.49x-7.47x Flash Attention speedup, 150x-12,500x search improvements, 50-75% memory reduction. Comprehensive benchmarking and optimization suite.","v3-performance-optimization",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-performance-optimization/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-performance-optimization)",[2064],{"path":1039,"priority":341},{"basePath":2066,"description":2067,"displayName":2068,"installMethods":2069,"rationale":2070,"selectedPaths":2071,"source":347,"sourceLanguage":18,"type":260},".claude/skills/v3-security-overhaul","Complete security architecture overhaul for claude-flow v3. Addresses critical CVEs (CVE-1, CVE-2, CVE-3) and implements secure-by-default patterns. Use for security-first v3 implementation.","v3-security-overhaul",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-security-overhaul/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-security-overhaul)",[2072],{"path":1039,"priority":341},{"basePath":2074,"description":2075,"displayName":2076,"installMethods":2077,"rationale":2078,"selectedPaths":2079,"source":347,"sourceLanguage":18,"type":260},".claude/skills/v3-swarm-coordination","15-agent hierarchical mesh coordination for v3 implementation. Orchestrates parallel execution across security, core, and integration domains following 10 ADRs with 14-week timeline.","v3-swarm-coordination",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-swarm-coordination/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-swarm-coordination)",[2080],{"path":1039,"priority":341},{"basePath":2082,"description":2083,"displayName":2084,"installMethods":2085,"rationale":2086,"selectedPaths":2087,"source":347,"sourceLanguage":18,"type":260},".claude/skills/verification-quality","Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.\n","verification-quality",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/verification-quality/SKILL.md (coalesced with duplicate skill at .agents/skills/verification-quality)",[2088],{"path":1039,"priority":341},{"basePath":2090,"description":2091,"displayName":2092,"installMethods":2093,"rationale":2094,"selectedPaths":2095,"source":347,"sourceLanguage":18,"type":260},".claude/skills/worker-benchmarks","Run comprehensive worker system benchmarks and performance analysis","worker-benchmarks",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/worker-benchmarks/SKILL.md (coalesced with duplicate skill at .agents/skills/worker-benchmarks)",[2096],{"path":1039,"priority":341},{"basePath":2098,"description":2099,"displayName":2100,"installMethods":2101,"rationale":2102,"selectedPaths":2103,"source":347,"sourceLanguage":18,"type":260},".claude/skills/worker-integration","Worker-Agent integration for intelligent task dispatch and performance tracking","worker-integration",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/worker-integration/SKILL.md (coalesced with duplicate skill at .agents/skills/worker-integration)",[2104],{"path":1039,"priority":341},{"basePath":2106,"description":2107,"displayName":2108,"installMethods":2109,"rationale":2110,"selectedPaths":2111,"source":347,"sourceLanguage":18,"type":260},".agents/skills/workflow-automation","Workflow creation, execution, and template management. Automates complex multi-step processes with agent coordination. Use when: automating processes, creating reusable workflows, orchestrating multi-step tasks. Skip when: simple single-step tasks, ad-hoc operations.\n","workflow-automation",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/workflow-automation/SKILL.md",[2112],{"path":1039,"priority":341},{"basePath":2114,"description":2115,"displayName":2116,"installMethods":2117,"rationale":2118,"selectedPaths":2119,"source":347,"sourceLanguage":18,"type":260},".claude/skills/browser","Web browser automation with AI-optimized snapshots for claude-flow agents","browser",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/browser/SKILL.md (coalesced with duplicate skill at v3/@claude-flow/browser/skills/browser)",[2120],{"path":1039,"priority":341},{"basePath":256,"description":10,"displayName":259,"installMethods":2122,"rationale":2123,"selectedPaths":2124,"source":347,"sourceLanguage":18,"type":260},{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-adr/skills/adr-create/SKILL.md",[2125],{"path":1039,"priority":341},{"basePath":2127,"description":2128,"displayName":2129,"installMethods":2130,"rationale":2131,"selectedPaths":2132,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-adr/skills/adr-index","Build or rebuild the ADR index + dependency graph by running scripts/import.mjs (handles v3-style and plugin-style ADR formats; one Bash call vs hundreds of MCP round-trips)","adr-index",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-adr/skills/adr-index/SKILL.md",[2133],{"path":1039,"priority":341},{"basePath":2135,"description":2136,"displayName":2137,"installMethods":2138,"rationale":2139,"selectedPaths":2140,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-adr/skills/adr-review","Review code changes against accepted ADRs for compliance violations","adr-review",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-adr/skills/adr-review/SKILL.md",[2141],{"path":1039,"priority":341},{"basePath":2143,"description":2144,"displayName":2145,"installMethods":2146,"rationale":2147,"selectedPaths":2148,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-adr/skills/adr-verify","Read back adr-patterns + adr-edges namespaces, surface dangling refs / supersede cycles / status mismatches; exit 1 on cycles","adr-verify",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-adr/skills/adr-verify/SKILL.md",[2149],{"path":1039,"priority":341},{"basePath":2151,"description":2152,"displayName":2153,"installMethods":2154,"rationale":2155,"selectedPaths":2156,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-agent/skills/managed-agent","Run an Anthropic Claude Managed Agent — a cloud agent harness (container + filesystem + tools), the cloud counterpart of the local wasm-agent runtime","managed-agent",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-agent/skills/managed-agent/SKILL.md",[2157],{"path":1039,"priority":341},{"basePath":2159,"description":2160,"displayName":2161,"installMethods":2162,"rationale":2163,"selectedPaths":2164,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-agent/skills/wasm-agent","Create and manage sandboxed WASM agents for isolated code execution","wasm-agent",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-agent/skills/wasm-agent/SKILL.md",[2165],{"path":1039,"priority":341},{"basePath":2167,"description":2168,"displayName":2169,"installMethods":2170,"rationale":2171,"selectedPaths":2172,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-agent/skills/wasm-gallery","Browse, publish, and install WASM agents from the community gallery","wasm-gallery",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-agent/skills/wasm-gallery/SKILL.md",[2173],{"path":1039,"priority":341},{"basePath":2175,"description":2176,"displayName":2177,"installMethods":2178,"rationale":2179,"selectedPaths":2180,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-agentdb/skills/agentdb-query","Query AgentDB through the controller bridge -- semantic routing, hierarchical recall, causal graphs, context synthesis, pattern store/search","agentdb-query",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-agentdb/skills/agentdb-query/SKILL.md",[2181],{"path":1039,"priority":341},{"basePath":2183,"description":2184,"displayName":2185,"installMethods":2186,"rationale":2187,"selectedPaths":2188,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-agentdb/skills/vector-search","Vector search via embeddings_* (large-scale HNSW) and ruvllm_hnsw_* (WASM router for ≤11 hot patterns), with RaBitQ 1-bit quantization for 32× memory reduction","vector-search",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-agentdb/skills/vector-search/SKILL.md",[2189],{"path":1039,"priority":341},{"basePath":2191,"description":2192,"displayName":2193,"installMethods":2194,"rationale":2195,"selectedPaths":2196,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-aidefence/skills/pii-detect","Detect and flag personally identifiable information (PII) in text, code, and configurations","pii-detect",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-aidefence/skills/pii-detect/SKILL.md",[2197],{"path":1039,"priority":341},{"basePath":2199,"description":2200,"displayName":2201,"installMethods":2202,"rationale":2203,"selectedPaths":2204,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-aidefence/skills/safety-scan","Scan inputs for prompt injection, unsafe content, and adversarial attacks using AIDefence","safety-scan",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-aidefence/skills/safety-scan/SKILL.md",[2205],{"path":1039,"priority":341},{"basePath":2207,"description":2208,"displayName":2209,"installMethods":2210,"rationale":2211,"selectedPaths":2212,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-autopilot/skills/autopilot-loop","Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake","autopilot-loop",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-autopilot/skills/autopilot-loop/SKILL.md",[2213],{"path":1039,"priority":341},{"basePath":2215,"description":2216,"displayName":2217,"installMethods":2218,"rationale":2219,"selectedPaths":2220,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-autopilot/skills/autopilot-predict","Use learned patterns and current state to predict the optimal next action","autopilot-predict",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-autopilot/skills/autopilot-predict/SKILL.md",[2221],{"path":1039,"priority":341},{"basePath":2223,"description":2224,"displayName":2225,"installMethods":2226,"rationale":2227,"selectedPaths":2228,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-browser/skills/browser-auth-flow","Probe a site's authentication flow for redirect leaks, missing CSRF, weak session cookies, and OAuth misconfiguration; produces an auth findings.md","browser-auth-flow",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-auth-flow/SKILL.md",[2229],{"path":1039,"priority":341},{"basePath":2231,"description":2232,"displayName":2233,"installMethods":2234,"rationale":2235,"selectedPaths":2236,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-browser/skills/browser-extract","Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model","browser-extract",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-extract/SKILL.md",[2237],{"path":1039,"priority":341},{"basePath":2239,"description":2240,"displayName":2241,"installMethods":2242,"rationale":2243,"selectedPaths":2244,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-browser/skills/browser-form-fill","Fill a web form by mapping field-name → value, with optional template lookup from browser-templates for known forms","browser-form-fill",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-form-fill/SKILL.md",[2245],{"path":1039,"priority":341},{"basePath":2247,"description":2248,"displayName":2249,"installMethods":2250,"rationale":2251,"selectedPaths":2252,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-browser/skills/browser-login","Drive an authentication flow once, sanitize cookies through AIDefence, and vault a reusable cookie handle in browser-cookies for future sessions","browser-login",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-login/SKILL.md",[2253],{"path":1039,"priority":341},{"basePath":2255,"description":2256,"displayName":2257,"installMethods":2258,"rationale":2259,"selectedPaths":2260,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-browser/skills/browser-record","Open a named, traced browser session into an RVF cognitive container with a ruvector trajectory recording every action","browser-record",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-record/SKILL.md",[2261],{"path":1039,"priority":341},{"basePath":2263,"description":2264,"displayName":2265,"installMethods":2266,"rationale":2267,"selectedPaths":2268,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-browser/skills/browser-replay","Replay a recorded session trajectory against the same URL or a mutated variant; uses browser-selectors embedding similarity to recover from DOM drift","browser-replay",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-replay/SKILL.md",[2269],{"path":1039,"priority":341},{"basePath":2271,"description":2272,"displayName":2273,"installMethods":2274,"rationale":2275,"selectedPaths":2276,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-browser/skills/browser-scrape","DEPRECATED in v0.2.0 -- use browser-extract instead; this is a thin shim for backward compatibility, removed in v0.3.0","browser-scrape",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-scrape/SKILL.md",[2277],{"path":1039,"priority":341},{"basePath":2279,"description":2280,"displayName":2281,"installMethods":2282,"rationale":2283,"selectedPaths":2284,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-browser/skills/browser-screenshot-diff","Visual + DOM diff between two recorded sessions at matching trajectory step ids; used for visual regression and replay verification","browser-screenshot-diff",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-screenshot-diff/SKILL.md",[2285],{"path":1039,"priority":341},{"basePath":2287,"description":2288,"displayName":2289,"installMethods":2290,"rationale":2291,"selectedPaths":2292,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-browser/skills/browser-test","UI test recipe -- composes browser-record (capture) + browser-replay (verify) so every test produces a replayable RVF artifact, not an ephemeral run","browser-test",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-test/SKILL.md",[2293],{"path":1039,"priority":341},{"basePath":2295,"description":2296,"displayName":2297,"installMethods":2298,"rationale":2299,"selectedPaths":2300,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-core/skills/discover-plugins","Discover and recommend ruflo plugins based on your workflow, installed MCP tools, and current task","discover-plugins",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-core/skills/discover-plugins/SKILL.md",[2301],{"path":1039,"priority":341},{"basePath":2303,"description":2304,"displayName":2305,"installMethods":2306,"rationale":2307,"selectedPaths":2308,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-core/skills/init-project","Initialize a new Ruflo project with MCP tools, hooks, and agent configuration","init-project",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-core/skills/init-project/SKILL.md",[2309],{"path":1039,"priority":341},{"basePath":2311,"description":2312,"displayName":2313,"installMethods":2314,"rationale":2315,"selectedPaths":2316,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-core/skills/ruflo-doctor","Run health checks on the Ruflo installation and fix common issues","ruflo-doctor",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-core/skills/ruflo-doctor/SKILL.md",[2317],{"path":1039,"priority":341},{"basePath":2319,"description":2320,"displayName":2321,"installMethods":2322,"rationale":2323,"selectedPaths":2324,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-core/skills/witness","Sign, verify, and track fix-marker regressions over time using a deterministic Ed25519 witness manifest. Works in any project — clone the toolkit, run init, register fixes, regen on each release.","witness",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-core/skills/witness/SKILL.md",[2325],{"path":1039,"priority":341},{"basePath":2327,"description":2328,"displayName":2329,"installMethods":2330,"rationale":2331,"selectedPaths":2332,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-benchmark","Run the corpus benchmark — booster locally, optional Gemini/Sonnet/Opus baselines — and persist a verifiable measured-vs-claimed table","cost-benchmark",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-benchmark/SKILL.md",[2333],{"path":1039,"priority":341},{"basePath":2335,"description":2336,"displayName":2337,"installMethods":2338,"rationale":2339,"selectedPaths":2340,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-booster-edit","Apply a simple code transform via agent-booster's WASM engine — sub-millisecond, deterministic, $0 (no LLM call). Companion to cost-booster-route.","cost-booster-edit",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-booster-edit/SKILL.md",[2341],{"path":1039,"priority":341},{"basePath":2343,"description":2344,"displayName":2345,"installMethods":2346,"rationale":2347,"selectedPaths":2348,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-booster-route","Route tasks through hooks_route, partition by Agent Booster availability, and report Tier 1 bypass utilization with $0 cost","cost-booster-route",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-booster-route/SKILL.md",[2349],{"path":1039,"priority":341},{"basePath":2351,"description":2352,"displayName":2353,"installMethods":2354,"rationale":2355,"selectedPaths":2356,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-budget-check","Read accumulated cost-tracking spend + budget config, compute utilization, emit 50/75/90/100% alert ladder","cost-budget-check",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-budget-check/SKILL.md",[2357],{"path":1039,"priority":341},{"basePath":2359,"description":2360,"displayName":2361,"installMethods":2362,"rationale":2363,"selectedPaths":2364,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-compact-context","Wrap getTokenOptimizer().getCompactContext() to retrieve compacted ReasoningBank context for cost-analysis queries; report bridge-reported tokensSaved","cost-compact-context",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-compact-context/SKILL.md",[2365],{"path":1039,"priority":341},{"basePath":2367,"description":2368,"displayName":2369,"installMethods":2370,"rationale":2371,"selectedPaths":2372,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-conversation","Per-conversation cost view — list every session in cost-tracking with started-at, message count, top model, and total cost","cost-conversation",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-conversation/SKILL.md",[2373],{"path":1039,"priority":341},{"basePath":2375,"description":2376,"displayName":2377,"installMethods":2378,"rationale":2379,"selectedPaths":2380,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-export","Export cost-tracking telemetry in Prometheus textfile or webhook JSON formats — for external observability (Grafana, Datadog, custom dashboards)","cost-export",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-export/SKILL.md",[2381],{"path":1039,"priority":341},{"basePath":2383,"description":2384,"displayName":2385,"installMethods":2386,"rationale":2387,"selectedPaths":2388,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-federation","Consumer-side wiring for ADR-097 Phase 3 federation_spend events — per-peer rolling windows + suspension-threshold check","cost-federation",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-federation/SKILL.md",[2389],{"path":1039,"priority":341},{"basePath":2391,"description":2392,"displayName":2393,"installMethods":2394,"rationale":2395,"selectedPaths":2396,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-optimize","Analyze token usage patterns and recommend cost optimizations with estimated savings","cost-optimize",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-optimize/SKILL.md",[2397],{"path":1039,"priority":341},{"basePath":2399,"description":2400,"displayName":2401,"installMethods":2402,"rationale":2403,"selectedPaths":2404,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-report","Generate a cost report showing token usage and USD costs by agent and model","cost-report",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-report/SKILL.md",[2405],{"path":1039,"priority":341},{"basePath":2407,"description":2408,"displayName":2409,"installMethods":2410,"rationale":2411,"selectedPaths":2412,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-summary","Single-shot programmatic dump of all cost data — total spend, per-tier, top session, budget status, federation aggregate. JSON or markdown.","cost-summary",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-summary/SKILL.md",[2413],{"path":1039,"priority":341},{"basePath":2415,"description":2416,"displayName":2417,"installMethods":2418,"rationale":2419,"selectedPaths":2420,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-track","Auto-capture per-session token usage from the Claude Code session jsonl and persist to the cost-tracking namespace","cost-track",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-track/SKILL.md",[2421],{"path":1039,"priority":341},{"basePath":2423,"description":2424,"displayName":2425,"installMethods":2426,"rationale":2427,"selectedPaths":2428,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-cost-tracker/skills/cost-trend","Read every docs/benchmarks/runs/*.json and surface drift in win rate, latency, escalation rate, and LLM-baseline cost over time","cost-trend",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-trend/SKILL.md",[2429],{"path":1039,"priority":341},{"basePath":2431,"description":2432,"displayName":2433,"installMethods":2434,"rationale":2435,"selectedPaths":2436,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-daa/skills/cognitive-pattern","Define and manage cognitive patterns for agent reasoning and decision-making","cognitive-pattern",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-daa/skills/cognitive-pattern/SKILL.md",[2437],{"path":1039,"priority":341},{"basePath":2439,"description":2440,"displayName":2441,"installMethods":2442,"rationale":2443,"selectedPaths":2444,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-daa/skills/daa-agent","Create and adapt Dynamic Agentic Architecture agents that learn and evolve","daa-agent",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-daa/skills/daa-agent/SKILL.md",[2445],{"path":1039,"priority":341},{"basePath":2447,"description":2448,"displayName":2449,"installMethods":2450,"rationale":2451,"selectedPaths":2452,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-ddd/skills/ddd-aggregate","Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs","ddd-aggregate",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ddd/skills/ddd-aggregate/SKILL.md",[2453],{"path":1039,"priority":341},{"basePath":2455,"description":2456,"displayName":2457,"installMethods":2458,"rationale":2459,"selectedPaths":2460,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-ddd/skills/ddd-context","Create and manage a DDD bounded context with standard directory structure","ddd-context",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ddd/skills/ddd-context/SKILL.md",[2461],{"path":1039,"priority":341},{"basePath":2463,"description":2464,"displayName":2465,"installMethods":2466,"rationale":2467,"selectedPaths":2468,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-ddd/skills/ddd-validate","Validate domain boundaries -- detect cross-context import violations and aggregate invariant issues","ddd-validate",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ddd/skills/ddd-validate/SKILL.md",[2469],{"path":1039,"priority":341},{"basePath":2471,"description":2472,"displayName":2473,"installMethods":2474,"rationale":2475,"selectedPaths":2476,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-docs/skills/api-docs","Generate API documentation from source code with JSDoc and OpenAPI support","api-docs",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-docs/skills/api-docs/SKILL.md",[2477],{"path":1039,"priority":341},{"basePath":2479,"description":2480,"displayName":2481,"installMethods":2482,"rationale":2483,"selectedPaths":2484,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-docs/skills/doc-gen","Generate and maintain documentation with drift detection","doc-gen",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-docs/skills/doc-gen/SKILL.md",[2485],{"path":1039,"priority":341},{"basePath":2487,"description":2488,"displayName":2489,"installMethods":2490,"rationale":2491,"selectedPaths":2492,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-federation/skills/federation-audit","Query federation audit logs with compliance filtering","federation-audit",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-federation/skills/federation-audit/SKILL.md",[2493],{"path":1039,"priority":341},{"basePath":2495,"description":2496,"displayName":2497,"installMethods":2498,"rationale":2499,"selectedPaths":2500,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-federation/skills/federation-init","Initialize federation on this node — generate keypair and configure peers","federation-init",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-federation/skills/federation-init/SKILL.md",[2501],{"path":1039,"priority":341},{"basePath":2503,"description":2504,"displayName":2505,"installMethods":2506,"rationale":2507,"selectedPaths":2508,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-federation/skills/federation-status","Show federation health — peers, sessions, trust levels, and message metrics","federation-status",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-federation/skills/federation-status/SKILL.md",[2509],{"path":1039,"priority":341},{"basePath":2511,"description":2512,"displayName":2513,"installMethods":2514,"rationale":2515,"selectedPaths":2516,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-goals/skills/deep-research","Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings","deep-research",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-goals/skills/deep-research/SKILL.md",[2517],{"path":1039,"priority":341},{"basePath":2519,"description":2520,"displayName":2521,"installMethods":2522,"rationale":2523,"selectedPaths":2524,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-goals/skills/dossier-collect","Build a graph-structured dossier on a seed entity via parallel fan-out + recursive expansion across web, memory, knowledge-graph, codebase, ADR index, and git intel","dossier-collect",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-goals/skills/dossier-collect/SKILL.md",[2525],{"path":1039,"priority":341},{"basePath":2527,"description":2528,"displayName":2529,"installMethods":2530,"rationale":2531,"selectedPaths":2532,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-goals/skills/goal-plan","Create and execute Goal-Oriented Action Plans (GOAP) with precondition analysis, cost optimization, and adaptive replanning","goal-plan",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-goals/skills/goal-plan/SKILL.md",[2533],{"path":1039,"priority":341},{"basePath":2535,"description":2536,"displayName":2537,"installMethods":2538,"rationale":2539,"selectedPaths":2540,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-goals/skills/horizon-track","Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection","horizon-track",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-goals/skills/horizon-track/SKILL.md",[2541],{"path":1039,"priority":341},{"basePath":2543,"description":2544,"displayName":2545,"installMethods":2546,"rationale":2547,"selectedPaths":2548,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-goals/skills/research-synthesize","Synthesize research findings from memory into structured reports with evidence grading, contradiction resolution, and actionable recommendations","research-synthesize",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-goals/skills/research-synthesize/SKILL.md",[2549],{"path":1039,"priority":341},{"basePath":2551,"description":2552,"displayName":2553,"installMethods":2554,"rationale":2555,"selectedPaths":2556,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-intelligence/skills/intelligence-route","Route tasks via the 3-tier model selector and learned patterns; emits a routing rationale via hooks_explain","intelligence-route",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-intelligence/skills/intelligence-route/SKILL.md",[2557],{"path":1039,"priority":341},{"basePath":2559,"description":2560,"displayName":2561,"installMethods":2562,"rationale":2563,"selectedPaths":2564,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-intelligence/skills/intelligence-transfer","Publish or fetch learned patterns across projects via IPFS (Pinata) -- the cross-project pattern transfer that hooks_transfer enables","intelligence-transfer",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-intelligence/skills/intelligence-transfer/SKILL.md",[2565],{"path":1039,"priority":341},{"basePath":2567,"description":2568,"displayName":2569,"installMethods":2570,"rationale":2571,"selectedPaths":2572,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-intelligence/skills/neural-train","Train SONA + MicroLoRA neural patterns from successful task completions; runs the DISTILL + CONSOLIDATE phases of the 4-step pipeline","neural-train",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-intelligence/skills/neural-train/SKILL.md",[2573],{"path":1039,"priority":341},{"basePath":2575,"description":2576,"displayName":2577,"installMethods":2578,"rationale":2579,"selectedPaths":2580,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-iot-cognitum/skills/iot-anomalies","Detect and classify telemetry anomalies on Cognitum Seed devices","iot-anomalies",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-iot-cognitum/skills/iot-anomalies/SKILL.md",[2581],{"path":1039,"priority":341},{"basePath":2583,"description":2584,"displayName":2585,"installMethods":2586,"rationale":2587,"selectedPaths":2588,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-iot-cognitum/skills/iot-firmware","Orchestrate firmware rollouts with canary deployment and anomaly-gated advancement","iot-firmware",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-iot-cognitum/skills/iot-firmware/SKILL.md",[2589],{"path":1039,"priority":341},{"basePath":2591,"description":2592,"displayName":2593,"installMethods":2594,"rationale":2595,"selectedPaths":2596,"source":347,"sourceLanguage":1824,"type":260},"plugins/ruflo-iot-cognitum/skills/iot-fleet","Create and manage Cognitum Seed device fleets with firmware policies","iot-fleet",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-iot-cognitum/skills/iot-fleet/SKILL.md",[2597],{"path":1039,"priority":341},{"basePath":2599,"description":2600,"displayName":2601,"installMethods":2602,"rationale":2603,"selectedPaths":2604,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-iot-cognitum/skills/iot-register","Register a Cognitum Seed device by endpoint and establish agent bridge","iot-register",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-iot-cognitum/skills/iot-register/SKILL.md",[2605],{"path":1039,"priority":341},{"basePath":2607,"description":2608,"displayName":2609,"installMethods":2610,"rationale":2611,"selectedPaths":2612,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-iot-cognitum/skills/iot-witness-verify","Verify witness chain integrity and detect provenance gaps","iot-witness-verify",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-iot-cognitum/skills/iot-witness-verify/SKILL.md",[2613],{"path":1039,"priority":341},{"basePath":2615,"description":2616,"displayName":2617,"installMethods":2618,"rationale":2619,"selectedPaths":2620,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-jujutsu/skills/diff-analyze","Analyze git diffs for risk scoring, reviewer recommendations, and change classification","diff-analyze",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-jujutsu/skills/diff-analyze/SKILL.md",[2621],{"path":1039,"priority":341},{"basePath":2623,"description":2624,"displayName":2625,"installMethods":2626,"rationale":2627,"selectedPaths":2628,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-jujutsu/skills/git-workflow","Advanced git workflows with branch management, conflict resolution, and PR lifecycle","git-workflow",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-jujutsu/skills/git-workflow/SKILL.md",[2629],{"path":1039,"priority":341},{"basePath":2631,"description":2632,"displayName":2633,"installMethods":2634,"rationale":2635,"selectedPaths":2636,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-knowledge-graph/skills/kg-extract","Extract entities and relations from source files to build a knowledge graph","kg-extract",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-knowledge-graph/skills/kg-extract/SKILL.md",[2637],{"path":1039,"priority":341},{"basePath":2639,"description":2640,"displayName":2641,"installMethods":2642,"rationale":2643,"selectedPaths":2644,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-knowledge-graph/skills/kg-traverse","Pathfinder traversal of the knowledge graph starting from a seed entity","kg-traverse",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-knowledge-graph/skills/kg-traverse/SKILL.md",[2645],{"path":1039,"priority":341},{"basePath":2647,"description":2648,"displayName":2649,"installMethods":2650,"rationale":2651,"selectedPaths":2652,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-loop-workers/skills/cron-schedule","Schedule persistent background workers via CronCreate","cron-schedule",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-loop-workers/skills/cron-schedule/SKILL.md",[2653],{"path":1039,"priority":341},{"basePath":2655,"description":2656,"displayName":2657,"installMethods":2658,"rationale":2659,"selectedPaths":2660,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-loop-workers/skills/loop-worker","Run Ruflo background workers using Claude Code native /loop scheduling","loop-worker",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-loop-workers/skills/loop-worker/SKILL.md",[2661],{"path":1039,"priority":341},{"basePath":2663,"description":2664,"displayName":2665,"installMethods":2666,"rationale":2667,"selectedPaths":2668,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-market-data/skills/market-ingest","Ingest and normalize market data into OHLCV vectors with HNSW indexing","market-ingest",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-market-data/skills/market-ingest/SKILL.md",[2669],{"path":1039,"priority":341},{"basePath":2671,"description":2672,"displayName":2673,"installMethods":2674,"rationale":2675,"selectedPaths":2676,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-market-data/skills/market-pattern","Detect and classify candlestick patterns from ingested OHLCV data","market-pattern",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-market-data/skills/market-pattern/SKILL.md",[2677],{"path":1039,"priority":341},{"basePath":2679,"description":2680,"displayName":2681,"installMethods":2682,"rationale":2683,"selectedPaths":2684,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-migrations/skills/migrate-create","Create a new sequentially numbered database migration with up/down SQL files","migrate-create",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-migrations/skills/migrate-create/SKILL.md",[2685],{"path":1039,"priority":341},{"basePath":2687,"description":2688,"displayName":2689,"installMethods":2690,"rationale":2691,"selectedPaths":2692,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-migrations/skills/migrate-validate","Validate pending migrations for foreign key consistency, rollback safety, and best practices","migrate-validate",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-migrations/skills/migrate-validate/SKILL.md",[2693],{"path":1039,"priority":341},{"basePath":2695,"description":2696,"displayName":2697,"installMethods":2698,"rationale":2699,"selectedPaths":2700,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-neural-trader/skills/trader-backtest","Run a historical backtest using npx neural-trader with Rust/NAPI engine (8-19x faster) and walk-forward validation","trader-backtest",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-backtest/SKILL.md",[2701],{"path":1039,"priority":341},{"basePath":2703,"description":2704,"displayName":2705,"installMethods":2706,"rationale":2707,"selectedPaths":2708,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-neural-trader/skills/trader-cloud-backtest","Run a heavy neural-trader job (long walk-forward, big Monte-Carlo, parameter sweep, model training) on the Anthropic Managed Agent cloud runtime instead of locally","trader-cloud-backtest",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-cloud-backtest/SKILL.md",[2709],{"path":1039,"priority":341},{"basePath":2711,"description":2712,"displayName":2713,"installMethods":2714,"rationale":2715,"selectedPaths":2716,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-neural-trader/skills/trader-portfolio","Optimize portfolio allocation using npx neural-trader mean-variance engine with risk constraints and rebalancing plan","trader-portfolio",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-portfolio/SKILL.md",[2717],{"path":1039,"priority":341},{"basePath":2719,"description":2720,"displayName":2721,"installMethods":2722,"rationale":2723,"selectedPaths":2724,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-neural-trader/skills/trader-regime","Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy","trader-regime",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-regime/SKILL.md",[2725],{"path":1039,"priority":341},{"basePath":2727,"description":2728,"displayName":2729,"installMethods":2730,"rationale":2731,"selectedPaths":2732,"source":347,"sourceLanguage":1824,"type":260},"plugins/ruflo-neural-trader/skills/trader-risk","Assess portfolio risk using npx neural-trader — VaR, CVaR, Sharpe, position sizing, circuit breaker status","trader-risk",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-risk/SKILL.md",[2733],{"path":1039,"priority":341},{"basePath":2735,"description":2736,"displayName":2737,"installMethods":2738,"rationale":2739,"selectedPaths":2740,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-neural-trader/skills/trader-signal","Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction","trader-signal",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-signal/SKILL.md",[2741],{"path":1039,"priority":341},{"basePath":2743,"description":2744,"displayName":2745,"installMethods":2746,"rationale":2747,"selectedPaths":2748,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-neural-trader/skills/trader-train","Train neural models (LSTM, Transformer, N-BEATS) on market data using npx neural-trader with confidence intervals","trader-train",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-train/SKILL.md",[2749],{"path":1039,"priority":341},{"basePath":2751,"description":2752,"displayName":2753,"installMethods":2754,"rationale":2755,"selectedPaths":2756,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-observability/skills/observe-metrics","Aggregate and display system metrics with anomaly detection for a time period","observe-metrics",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-observability/skills/observe-metrics/SKILL.md",[2757],{"path":1039,"priority":341},{"basePath":2759,"description":2760,"displayName":2761,"installMethods":2762,"rationale":2763,"selectedPaths":2764,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-observability/skills/observe-trace","Trace agent execution by collecting spans and building a trace tree for a task","observe-trace",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-observability/skills/observe-trace/SKILL.md",[2765],{"path":1039,"priority":341},{"basePath":2767,"description":2768,"displayName":2769,"installMethods":2770,"rationale":2771,"selectedPaths":2772,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-plugin-creator/skills/create-plugin","Scaffold a new Claude Code plugin with proper directory structure, plugin.json, skills, commands, and agents","create-plugin",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-plugin-creator/skills/create-plugin/SKILL.md",[2773],{"path":1039,"priority":341},{"basePath":2775,"description":2776,"displayName":2777,"installMethods":2778,"rationale":2779,"selectedPaths":2780,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-plugin-creator/skills/validate-plugin","Validate a Claude Code plugin structure, frontmatter, and MCP tool references","validate-plugin",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-plugin-creator/skills/validate-plugin/SKILL.md",[2781],{"path":1039,"priority":341},{"basePath":2783,"description":2784,"displayName":2785,"installMethods":2786,"rationale":2787,"selectedPaths":2788,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-rag-memory/skills/memory-bridge","Bridge Claude Code auto-memory into AgentDB with ONNX embeddings, deduplicate, and enable unified cross-project search","memory-bridge",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-rag-memory/skills/memory-bridge/SKILL.md",[2789],{"path":1039,"priority":341},{"basePath":2791,"description":2792,"displayName":2793,"installMethods":2794,"rationale":2795,"selectedPaths":2796,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-rag-memory/skills/memory-search","SOTA semantic search — hybrid (sparse+dense), Graph RAG multi-hop, MMR diversity reranking, recency weighting","memory-search",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-rag-memory/skills/memory-search/SKILL.md",[2797],{"path":1039,"priority":341},{"basePath":2799,"description":2800,"displayName":2801,"installMethods":2802,"rationale":2803,"selectedPaths":2804,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-ruvector/skills/vector-cluster","Cluster code by graph community detection via npx ruvector@0.2.25 hooks graph-cluster (spectral / Louvain)","vector-cluster",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvector/skills/vector-cluster/SKILL.md",[2805],{"path":1039,"priority":341},{"basePath":2807,"description":2808,"displayName":2809,"installMethods":2810,"rationale":2811,"selectedPaths":2812,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-ruvector/skills/vector-embed","Generate embeddings via npx ruvector@0.2.25 embed text (ONNX all-MiniLM-L6-v2, 384-dim), normalize, and store in HNSW index","vector-embed",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvector/skills/vector-embed/SKILL.md",[2813],{"path":1039,"priority":341},{"basePath":2815,"description":2816,"displayName":2817,"installMethods":2818,"rationale":2819,"selectedPaths":2820,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-ruvector/skills/vector-hyperbolic","Embed hierarchical data via npx ruvector@0.2.25 embed text and project into the Poincare ball in user code (no --model poincare flag in 0.2.25)","vector-hyperbolic",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvector/skills/vector-hyperbolic/SKILL.md",[2821],{"path":1039,"priority":341},{"basePath":2823,"description":2824,"displayName":2825,"installMethods":2826,"rationale":2827,"selectedPaths":2828,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-ruvector/skills/vector-setup","First-run setup for ruvector@0.2.25 — installs ONNX/Brain/SONA add-ons, registers the MCP server, and verifies the install via `doctor`","vector-setup",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvector/skills/vector-setup/SKILL.md",[2829],{"path":1039,"priority":341},{"basePath":2831,"description":2832,"displayName":2833,"installMethods":2834,"rationale":2835,"selectedPaths":2836,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-ruvllm/skills/chat-format","Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval","chat-format",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvllm/skills/chat-format/SKILL.md",[2837],{"path":1039,"priority":341},{"basePath":2839,"description":2840,"displayName":2841,"installMethods":2842,"rationale":2843,"selectedPaths":2844,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-ruvllm/skills/llm-config","Configure RuVLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation","llm-config",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvllm/skills/llm-config/SKILL.md",[2845],{"path":1039,"priority":341},{"basePath":2847,"description":2848,"displayName":2849,"installMethods":2850,"rationale":2851,"selectedPaths":2852,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-rvf/skills/rvf-manage","Manage RVF (Ruflo Vector Format) files for portable agent memory and cross-platform transfer","rvf-manage",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-rvf/skills/rvf-manage/SKILL.md",[2853],{"path":1039,"priority":341},{"basePath":2855,"description":2856,"displayName":2857,"installMethods":2858,"rationale":2859,"selectedPaths":2860,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-rvf/skills/session-persist","Persist and restore agent sessions across conversations with state snapshots","session-persist",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-rvf/skills/session-persist/SKILL.md",[2861],{"path":1039,"priority":341},{"basePath":2863,"description":2864,"displayName":2865,"installMethods":2866,"rationale":2867,"selectedPaths":2868,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-security-audit/skills/dependency-check","Scan project dependencies for known vulnerabilities and CVEs","dependency-check",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-security-audit/skills/dependency-check/SKILL.md",[2869],{"path":1039,"priority":341},{"basePath":2871,"description":2872,"displayName":2873,"installMethods":2874,"rationale":2875,"selectedPaths":2876,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-security-audit/skills/security-scan","Run full security scans on the codebase using Ruflo security tools","security-scan",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-security-audit/skills/security-scan/SKILL.md",[2877],{"path":1039,"priority":341},{"basePath":2879,"description":2880,"displayName":2881,"installMethods":2882,"rationale":2883,"selectedPaths":2884,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-sparc/skills/sparc-implement","Run the SPARC Architecture and Implementation phases — design module boundaries, write pseudocode, implement code, and run tests","sparc-implement",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-sparc/skills/sparc-implement/SKILL.md",[2885],{"path":1039,"priority":341},{"basePath":2887,"description":2888,"displayName":2889,"installMethods":2890,"rationale":2891,"selectedPaths":2892,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-sparc/skills/sparc-refine","Run the SPARC Refinement and Completion phases — review code, improve test coverage, validate against specification, and generate documentation","sparc-refine",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-sparc/skills/sparc-refine/SKILL.md",[2893],{"path":1039,"priority":341},{"basePath":2895,"description":2896,"displayName":2897,"installMethods":2898,"rationale":2899,"selectedPaths":2900,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-sparc/skills/sparc-spec","Run the SPARC Specification phase — gather requirements, define acceptance criteria, identify constraints, and store the spec in memory","sparc-spec",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-sparc/skills/sparc-spec/SKILL.md",[2901],{"path":1039,"priority":341},{"basePath":2903,"description":2904,"displayName":2905,"installMethods":2906,"rationale":2907,"selectedPaths":2908,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-swarm/skills/monitor-stream","Stream live swarm events using the Monitor tool for real-time observability","monitor-stream",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-swarm/skills/monitor-stream/SKILL.md",[2909],{"path":1039,"priority":341},{"basePath":2911,"description":2912,"displayName":2913,"installMethods":2914,"rationale":2915,"selectedPaths":2916,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-swarm/skills/swarm-init","Initialize a multi-agent swarm with anti-drift configuration","swarm-init",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-swarm/skills/swarm-init/SKILL.md",[2917],{"path":1039,"priority":341},{"basePath":2919,"description":2920,"displayName":2921,"installMethods":2922,"rationale":2923,"selectedPaths":2924,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-testgen/skills/tdd-workflow","TDD London School workflow -- mock-first, outside-in test development","tdd-workflow",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-testgen/skills/tdd-workflow/SKILL.md",[2925],{"path":1039,"priority":341},{"basePath":2927,"description":2928,"displayName":2929,"installMethods":2930,"rationale":2931,"selectedPaths":2932,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-testgen/skills/test-gaps","Detect missing test coverage and generate test suggestions","test-gaps",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-testgen/skills/test-gaps/SKILL.md",[2933],{"path":1039,"priority":341},{"basePath":2935,"description":2936,"displayName":2937,"installMethods":2938,"rationale":2939,"selectedPaths":2940,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-workflows/skills/workflow-create","Create reusable workflow templates with steps, conditions, and parallel execution","workflow-create",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-workflows/skills/workflow-create/SKILL.md",[2941],{"path":1039,"priority":341},{"basePath":2943,"description":2944,"displayName":2945,"installMethods":2946,"rationale":2947,"selectedPaths":2948,"source":347,"sourceLanguage":18,"type":260},"plugins/ruflo-workflows/skills/workflow-run","Execute, pause, resume, and cancel running workflows","workflow-run",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-workflows/skills/workflow-run/SKILL.md",[2949],{"path":1039,"priority":341},{"basePath":2951,"description":2952,"displayName":2953,"installMethods":2954,"rationale":2955,"selectedPaths":2956,"source":347,"sourceLanguage":18,"type":260},"ruflo/src/ruvocal/.claude/skills/add-model-descriptions","Add descriptions for new models from the HuggingFace router to chat-ui configuration. Use when new models are released on the router and need descriptions added to prod.yaml and dev.yaml. Triggers on requests like \"add new model descriptions\", \"update models from router\", \"sync models\", or when explicitly invoking /add-model-descriptions.","add-model-descriptions",{"claudeCode":12},"SKILL.md frontmatter at ruflo/src/ruvocal/.claude/skills/add-model-descriptions/SKILL.md",[2957],{"path":1039,"priority":341},{"basePath":280,"description":2959,"displayName":1017,"installMethods":2960,"license":250,"rationale":2961,"selectedPaths":2962,"source":347,"sourceLanguage":18,"type":2968},"Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",{"npm":1017},"cli ecosystem detected at /",[2963,2965,2966,2967],{"path":2964,"priority":341},"package.json",{"path":343,"priority":341},{"path":345,"priority":346},{"path":1025,"priority":360},"cli",{"basePath":258,"description":2970,"displayName":258,"installMethods":2971,"license":250,"rationale":2972,"selectedPaths":2973,"source":347,"sourceLanguage":18,"type":2968},"Ruflo - Enterprise AI agent orchestration platform. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",{"npm":258},"cli ecosystem detected at ruflo",[2974,2975,2976],{"path":2964,"priority":341},{"path":343,"priority":341},{"path":2977,"priority":360},"bin/ruflo.js",{"basePath":2979,"description":2980,"displayName":2981,"installMethods":2982,"license":250,"rationale":2983,"selectedPaths":2984,"source":347,"sourceLanguage":18,"type":2968},"v3/@claude-flow/cli","Ruflo CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code","@claude-flow/cli",{"npm":2981},"cli ecosystem detected at v3/@claude-flow/cli",[2985,2986,2987,2988,2990,2992,2994,2996,2998,3000,3002,3004,3006,3008,3010,3012,3014,3016,3018,3020,3022,3024,3026,3028,3030,3032,3034,3036,3038,3040,3042,3044,3046,3048,3050,3052,3054,3056,3058,3060,3062,3064,3066,3068,3070,3072,3074,3076,3078,3080,3082,3084,3086,3088,3090,3092],{"path":2964,"priority":341},{"path":343,"priority":341},{"path":1025,"priority":360},{"path":2989,"priority":360},"bin/mcp-server.js",{"path":2991,"priority":1026},"src/index.ts",{"path":2993,"priority":1026},"src/commands/agent-wasm.ts",{"path":2995,"priority":1026},"src/commands/agent.ts",{"path":2997,"priority":1026},"src/commands/analyze.ts",{"path":2999,"priority":1026},"src/commands/appliance-advanced.ts",{"path":3001,"priority":1026},"src/commands/appliance.ts",{"path":3003,"priority":1026},"src/commands/autopilot.ts",{"path":3005,"priority":1026},"src/commands/benchmark.ts",{"path":3007,"priority":1026},"src/commands/claims.ts",{"path":3009,"priority":1026},"src/commands/cleanup.ts",{"path":3011,"priority":1026},"src/commands/completions.ts",{"path":3013,"priority":1026},"src/commands/config.ts",{"path":3015,"priority":1026},"src/commands/daemon.ts",{"path":3017,"priority":1026},"src/commands/deployment.ts",{"path":3019,"priority":1026},"src/commands/doctor.ts",{"path":3021,"priority":1026},"src/commands/embeddings.ts",{"path":3023,"priority":1026},"src/commands/guidance.ts",{"path":3025,"priority":1026},"src/commands/hive-mind.ts",{"path":3027,"priority":1026},"src/commands/hooks.ts",{"path":3029,"priority":1026},"src/commands/index.ts",{"path":3031,"priority":1026},"src/commands/init.ts",{"path":3033,"priority":1026},"src/commands/issues.ts",{"path":3035,"priority":1026},"src/commands/mcp.ts",{"path":3037,"priority":1026},"src/commands/memory.ts",{"path":3039,"priority":1026},"src/commands/migrate.ts",{"path":3041,"priority":1026},"src/commands/neural.ts",{"path":3043,"priority":1026},"src/commands/performance.ts",{"path":3045,"priority":1026},"src/commands/plugins.ts",{"path":3047,"priority":1026},"src/commands/process.ts",{"path":3049,"priority":1026},"src/commands/progress.ts",{"path":3051,"priority":1026},"src/commands/providers.ts",{"path":3053,"priority":1026},"src/commands/route.ts",{"path":3055,"priority":1026},"src/commands/ruvector/backup.ts",{"path":3057,"priority":1026},"src/commands/ruvector/benchmark.ts",{"path":3059,"priority":1026},"src/commands/ruvector/import.ts",{"path":3061,"priority":1026},"src/commands/ruvector/index.ts",{"path":3063,"priority":1026},"src/commands/ruvector/init.ts",{"path":3065,"priority":1026},"src/commands/ruvector/migrate.ts",{"path":3067,"priority":1026},"src/commands/ruvector/optimize.ts",{"path":3069,"priority":1026},"src/commands/ruvector/pg-utils.ts",{"path":3071,"priority":1026},"src/commands/ruvector/setup.ts",{"path":3073,"priority":1026},"src/commands/ruvector/status.ts",{"path":3075,"priority":1026},"src/commands/security.ts",{"path":3077,"priority":1026},"src/commands/session.ts",{"path":3079,"priority":1026},"src/commands/start.ts",{"path":3081,"priority":1026},"src/commands/status.ts",{"path":3083,"priority":1026},"src/commands/swarm.ts",{"path":3085,"priority":1026},"src/commands/task.ts",{"path":3087,"priority":1026},"src/commands/transfer-store.ts",{"path":3089,"priority":1026},"src/commands/update.ts",{"path":3091,"priority":1026},"src/commands/verify.ts",{"path":3093,"priority":1026},"src/commands/workflow.ts",{"basePath":3095,"description":3096,"displayName":3097,"installMethods":3098,"license":250,"rationale":3099,"selectedPaths":3100,"source":347,"sourceLanguage":18,"type":2968},"v3/@claude-flow/cli-core","Lightweight core CLI surface for Claude Flow — memory + hooks commands only. Designed to load fast on cold npx cache (\u003C5s) so plugin skills don't race the 30s MCP-startup timeout. The full @claude-flow/cli metapackage lazy-loads everything else on top of this core.","@claude-flow/cli-core",{"npm":3097},"cli ecosystem detected at v3/@claude-flow/cli-core",[3101,3102,3103,3104],{"path":2964,"priority":341},{"path":343,"priority":341},{"path":2991,"priority":1026},{"path":3037,"priority":1026},{"basePath":3106,"description":3107,"displayName":3108,"installMethods":3109,"license":250,"rationale":3110,"selectedPaths":3111,"source":347,"sourceLanguage":18,"type":2968},"v3/@claude-flow/codex","Codex CLI integration for Ruflo (claude-flow) - OpenAI Codex platform adapter","@claude-flow/codex",{"npm":3108},"cli ecosystem detected at v3/@claude-flow/codex",[3112,3113,3114,3115],{"path":2964,"priority":341},{"path":343,"priority":341},{"path":2991,"priority":1026},{"path":3116,"priority":1026},"src/cli.ts",{"basePath":3118,"description":3119,"displayName":3120,"installMethods":3121,"license":250,"rationale":3122,"selectedPaths":3123,"source":347,"sourceLanguage":18,"type":2968},"v3/@claude-flow/hooks","V3 Hooks System - Event-driven lifecycle hooks with ReasoningBank learning integration","@claude-flow/hooks",{"npm":3120},"cli ecosystem detected at v3/@claude-flow/hooks",[3124,3125,3126,3128,3130],{"path":2964,"priority":341},{"path":343,"priority":341},{"path":3127,"priority":360},"bin/hooks-daemon.js",{"path":3129,"priority":360},"bin/statusline.js",{"path":2991,"priority":1026},{"basePath":3132,"description":3133,"displayName":3134,"installMethods":3135,"license":250,"rationale":3136,"selectedPaths":3137,"source":347,"sourceLanguage":18,"type":2968},"v3/@claude-flow/plugin-agent-federation","Cross-installation agent federation with zero-trust security, PII-gated data flow, and compliance-grade audit trails.","@claude-flow/plugin-agent-federation",{"npm":3134},"cli ecosystem detected at v3/@claude-flow/plugin-agent-federation",[3138,3139,3140],{"path":2964,"priority":341},{"path":343,"priority":341},{"path":2991,"priority":1026},{"basePath":3142,"description":3143,"displayName":3144,"installMethods":3145,"license":250,"rationale":3146,"selectedPaths":3147,"source":347,"sourceLanguage":18,"type":2968},"v3/@claude-flow/plugin-iot-cognitum","IoT Cognitum Seed device-agent bridge — treat every Seed as a Ruflo agent. Get a Seed at https://cognitum.one.","@claude-flow/plugin-iot-cognitum",{"npm":3144},"cli ecosystem detected at v3/@claude-flow/plugin-iot-cognitum",[3148,3149,3150],{"path":2964,"priority":341},{"path":343,"priority":341},{"path":2991,"priority":1026},{"sources":3152},[3153],"manual",{"npmPackage":1017},{"closedIssues90d":242,"description":3156,"forks":243,"homepage":3157,"license":250,"openIssues90d":244,"pushedAt":245,"readmeSize":240,"stars":246,"topics":3158},"🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features    enterprise-grade architecture, self-learning swarm intelligence, RAG integration, and native Claude Code / Codex Integration","https://Cognitum.One",[3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,287,3170,3171,3172,3173,3174,3175,3176,3177],"claude-code","swarm","agentic-ai","agentic-framework","agentic-rag","agentic-workflow","anthropic-claude","autonomous-agents","codex","mcp-server","model-context-protocol","ai-assistant","multi-agent-systems","swarm-intelligence","agents","claude-code-skills","ai-agent","ai-coding","ai-skills",{"downloads":248},{"classifiedAt":3180,"discoverAt":3181,"extractAt":3182,"githubAt":3182,"npmAt":3183,"updatedAt":3180},1778696691076,1778696678472,1778696685779,1778696688417,[216,214,215,213,217],{"evaluatedAt":254,"extractAt":307,"updatedAt":254},[],[3188,3221,3248,3266,3295,3327],{"_creationTime":3189,"_id":3190,"community":3191,"display":3192,"identity":3198,"providers":3204,"relations":3213,"tags":3216,"workflow":3217},1778698402261.987,"k17a3kqv7728k9gtyr2ymzkhpd86nny4",{"reviewCount":8},{"description":3193,"installMethods":3194,"name":3196,"sourceUrl":3197},"将代码库映射为按功能分组的流程图，识别不同功能之间的重复关注点，并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。",{"claudeCode":3195},"thedotmack/claude-mem","Pathfinder","https://github.com/thedotmack/claude-mem",{"basePath":3199,"githubOwner":3200,"githubRepo":3201,"locale":3202,"slug":3203,"type":260},"plugin/skills/pathfinder","thedotmack","claude-mem","zh-CN","pathfinder",{"evaluate":3205,"extract":3211},{"promptVersionExtension":206,"promptVersionScoring":207,"score":3206,"tags":3207,"targetMarket":218,"tier":219},100,[3208,214,213,3209,3210],"code-analysis","refactoring","flowchart",{"commitSha":297,"license":3212},"Apache-2.0",{"repoId":3214,"translatedFrom":3215},"kd70jnxgm695az2wtf37zbqdj986mp7k","k176pxdjxvnyex7jv6abt3myd586n5vv",[214,3208,213,3210,3209],{"evaluatedAt":3218,"extractAt":3219,"updatedAt":3220},1778698228002,1778698056313,1778698402262,{"_creationTime":3222,"_id":3223,"community":3224,"display":3225,"identity":3231,"providers":3235,"relations":3242,"tags":3244,"workflow":3245},1778696505500.006,"k1754f7285hvja3svvh212kj8586maxr",{"reviewCount":8},{"description":3226,"installMethods":3227,"name":3229,"sourceUrl":3230},"Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.",{"claudeCode":3228},"ReScienceLab/opc-skills","add-new-opc-skill","https://github.com/ReScienceLab/opc-skills",{"basePath":3232,"githubOwner":3233,"githubRepo":3234,"locale":18,"slug":3229,"type":260},".factory/skills/add-new-opc-skill","ReScienceLab","opc-skills",{"evaluate":3236,"extract":3241},{"promptVersionExtension":206,"promptVersionScoring":207,"score":3206,"tags":3237,"targetMarket":218,"tier":219},[213,3238,3239,3240,217],"automation","development","checklist",{"commitSha":297},{"repoId":3243},"kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[3238,3240,3239,213,217],{"evaluatedAt":3246,"extractAt":3247,"updatedAt":3246},1778696744286,1778696505500,{"_creationTime":3249,"_id":3250,"community":3251,"display":3252,"identity":3254,"providers":3255,"relations":3262,"tags":3263,"workflow":3264},1778696691708.3062,"k178rt0mhkwtjj1axhgtt0tfth86mt09",{"reviewCount":8},{"description":2027,"installMethods":3253,"name":2028,"sourceUrl":14},{"claudeCode":12},{"basePath":2026,"githubOwner":257,"githubRepo":258,"locale":18,"slug":2028,"type":260},{"evaluate":3256,"extract":3261},{"promptVersionExtension":206,"promptVersionScoring":207,"score":3206,"tags":3257,"targetMarket":218,"tier":219},[3258,214,3209,3259,3260],"ddd","clean-architecture","typescript",{"commitSha":297},{"repoId":303},[214,3259,3258,3209,3260],{"evaluatedAt":3265,"extractAt":307,"updatedAt":3265},1778699412094,{"_creationTime":3267,"_id":3268,"community":3269,"display":3270,"identity":3276,"providers":3280,"relations":3287,"tags":3290,"workflow":3291},1778692776464.4324,"k178pqd0wkcmc15jhcwdphvpws86m8q6",{"reviewCount":8},{"description":3271,"installMethods":3272,"name":3274,"sourceUrl":3275},"分析代码库以生成交互式知识图谱，用于理解架构、组件和关系",{"claudeCode":3273},"Lum1104/Understand-Anything","understand","https://github.com/Lum1104/Understand-Anything",{"basePath":3277,"githubOwner":3278,"githubRepo":3279,"locale":3202,"slug":3274,"type":260},"understand-anything-plugin/skills/understand","Lum1104","Understand-Anything",{"evaluate":3281,"extract":3286},{"promptVersionExtension":206,"promptVersionScoring":207,"score":3206,"tags":3282,"targetMarket":218,"tier":219},[3208,3283,3284,214,3285],"knowledge-graph","developer-tools","code-exploration",{"commitSha":297},{"repoId":3288,"translatedFrom":3289},"kd78egfytykkxxbpr6k3t7wsph86n83x","k17cmt6ekj6t5bf5dbscrqa3an86m6p3",[214,3208,3285,3284,3283],{"evaluatedAt":3292,"extractAt":3293,"updatedAt":3294},1778692606129,1778692549705,1778692776464,{"_creationTime":3296,"_id":3297,"community":3298,"display":3299,"identity":3305,"providers":3309,"relations":3320,"tags":3323,"workflow":3324},1778691344230.127,"k171ek0rpwqxg9vk3fqg7067jn86mq22",{"reviewCount":8},{"description":3300,"installMethods":3301,"name":3303,"sourceUrl":3304},"Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.",{"claudeCode":3302},"jeffallan/claude-skills","cloud-architect","https://github.com/jeffallan/claude-skills",{"basePath":3306,"githubOwner":3307,"githubRepo":3308,"locale":18,"slug":3303,"type":260},"skills/cloud-architect","jeffallan","claude-skills",{"evaluate":3310,"extract":3319},{"promptVersionExtension":206,"promptVersionScoring":207,"score":3206,"tags":3311,"targetMarket":218,"tier":219},[3312,3313,3314,3315,214,3316,3317,3318],"cloud","aws","azure","gcp","migration","cost-optimization","disaster-recovery",{"commitSha":297},{"parentExtensionId":3321,"repoId":3322},"k177fx0q0bsftkws6j1av221j186ndt6","kd77w37et655xneae33d1p2d2n86ncxp",[214,3313,3314,3312,3317,3318,3315,3316],{"evaluatedAt":3325,"extractAt":3326,"updatedAt":3325},1778691534007,1778691344230,{"_creationTime":3328,"_id":3329,"community":3330,"display":3331,"identity":3337,"providers":3342,"relations":3352,"tags":3354,"workflow":3355},1778683190010.289,"k17dt9pfj64mxg37xxvqbrr8c986madj",{"reviewCount":8},{"description":3332,"installMethods":3333,"name":3335,"sourceUrl":3336},"Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices",{"claudeCode":3334},"bobmatnyc/claude-mpm-skills","API Design Patterns","https://github.com/bobmatnyc/claude-mpm-skills",{"basePath":3338,"githubOwner":3339,"githubRepo":3340,"locale":18,"slug":3341,"type":260},"universal/web/api-design-patterns","bobmatnyc","claude-mpm-skills","api-design-patterns",{"evaluate":3343,"extract":3351},{"promptVersionExtension":206,"promptVersionScoring":207,"score":3206,"tags":3344,"targetMarket":218,"tier":219},[3345,3346,3347,3348,214,3349,3350],"api","rest","graphql","grpc","web","design-patterns",{"commitSha":297,"license":3212},{"repoId":3353},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",[3345,214,3350,3347,3348,3346,3349],{"evaluatedAt":3356,"extractAt":3357,"updatedAt":3356},1778686823368,1778683190010]