[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ruvnet-intelligence-route-de":3,"guides-for-ruvnet-intelligence-route":3194,"similar-k17fspd3qdk4vpd0v7jmkkvesh86m3z1-de":3195},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":262,"isFallback":243,"parentExtension":268,"providers":332,"relations":336,"repo":337,"tags":3192,"workflow":3193},1778696691708.3223,"k17fspd3qdk4vpd0v7jmkkvesh86m3z1",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Route tasks via the 3-tier model selector and learned patterns; emits a routing rationale via hooks_explain",{"claudeCode":12},"ruvnet/ruflo","Intelligence Route","https://github.com/ruvnet/ruflo",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":241,"workflow":260},1778700661750.2375,"kn755g14htz39aqhg14r531vgx86n3ts","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":210,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":225,"tier":226,"useCases":227,"workflow":232},[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,112,115,119,122,125,128,132,135,138,142,146,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 that the skill routes tasks using a 3-tier model selector and learned patterns, addressing the problem of selecting the optimal agent and model tier for a task.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over a simple prompt by implementing a data-driven, learned pattern-based routing system that optimizes agent and model tier selection, going beyond basic LLM behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, with documented steps for its complete lifecycle including selection, execution, and outcome recording for learning, covering all necessary aspects.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on intelligent routing for tasks, which is a single, coherent workflow, and does not extend into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's functionality as described in the SKILL.md.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a set of well-scoped, verb-noun specific tools like `hooks_route`, `hooks_model-route`, and `hooks_explain`, rather than a single generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters, including the optional `--why` flag and the JSON arguments for outcome recording, are documented in the SKILL.md. The CLI alternative also demonstrates parameter usage.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names are descriptive and follow a consistent kebab-case convention (e.g., `hooks_explain`, `model-route`).",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tools accept specific task descriptions and structured JSON for outcomes, and return well-defined recommendations and rationales, avoiding unnecessary data dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT License, as confirmed by the LICENSE file and the README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The repository includes a lockfile and appears to manage its dependencies effectively.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill does not appear to handle secrets directly. It routes tasks and provides rationale, and any tool calls would be subject to the underlying MCP's secret management.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill processes task descriptions and structured data. It does not appear to load or execute external, untrusted code or data.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill does not fetch remote code or data at runtime; all operations appear to be self-contained within the bundle or rely on standard MCP tools.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates by calling other MCP tools and does not appear to perform file system operations or interact with the environment outside its defined scope.",{"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 logic.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's primary function is routing and explanation; it does not appear to read or submit confidential data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The SKILL.md and README content are free of hidden text tricks, invisible characters, or suspicious formatting.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's logic is primarily described in SKILL.md using tool calls and markdown; no obfuscated code was detected.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill makes no assumptions about user project structure, as it operates by calling MCP tools.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository shows a healthy ratio of closed to open issues in the last 90 days, indicating active maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project uses GitHub releases and has a CHANGELOG, providing clear versioning signals.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","Input validation for task descriptions and parameters is handled by the underlying MCP and tool interfaces. The skill itself does not directly handle raw inputs.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill's primary function is routing and explanation, not destructive operations; the tools it calls would be responsible for their own guarding.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The SKILL.md outlines clear error reporting for the outcome recording step, and the underlying MCP tools are expected to provide structured errors.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The skill instructs users to call `hooks_explain` for auditability and records outcomes for learning, implying a form of logging for its operations.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The skill routes tasks and does not appear to operate on personal data directly; data handling would be managed by the invoked tools and their configurations.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","There are no regional or jurisdictional signals in the documentation; the skill is globally applicable.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The skill relies on standard MCP tools and Bash, with no assumptions about specific editors, shells, or OSes beyond standard POSIX compatibility.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README is extensive and clearly describes Ruflo's purpose, features, and installation, complementing the specific skill's documentation.",{"category":33,"check":129,"severity":130,"summary":131},"Tool surface size","not_applicable","This is a skill, not a CLI or MCP server with multiple exposed tools.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools used by this skill (`hooks_route`, `hooks_explain`, `hooks_model-route`, etc.) have distinct and non-overlapping functions.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as routing and explanation, are implemented via the described tool calls in the SKILL.md.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The SKILL.md provides clear installation instructions via CLI, and the README details both CLI and plugin installation paths.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md specifies how to record task outcomes with success/failure reasons, implying a mechanism for actionable error reporting.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","Dependencies are managed, and the skill relies on standard MCP and Bash, which are generally well-managed in the environment.",{"category":33,"check":151,"severity":130,"summary":152},"Dry-run preview","The skill's function is to route and explain, not to perform state-changing operations or send data outward, making a dry-run irrelevant.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill itself is stateless, and it relies on the underlying MCP tools to handle idempotency and timeouts for their operations.",{"category":116,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill focuses on routing and learning from outcomes, not telemetry collection. Any telemetry would be handled by the Ruflo framework and be opt-in.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined: route tasks using a 3-tier model selector and learned patterns, with an explicit output via hooks_explain, and clear usage instructions.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and usage, including the argument hint and allowed tools.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is reasonably concise, outlining steps and configurations without excessive verbosity.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md is well-structured and uses relative links for deeper dives where necessary, adhering to progressive disclosure.",{"category":170,"check":174,"severity":130,"summary":175},"Forked exploration","This skill is not an exploration-style skill; it performs a specific routing and explanation task.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md includes clear CLI examples for routing, pre-task analysis, and explanation, demonstrating their usage and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents edge cases like skipping LLM for simple transforms and handling different tiers based on complexity, with clear instructions for recording outcomes.",{"category":103,"check":183,"severity":24,"summary":184},"Tool Fallback","The skill mentions Agent Booster as a fallback if LLM is not needed, and the CLI examples suggest it can be used independently.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's workflow, particularly the outcome recording step, implies a halt and report if pre-states are not met or if tasks fail.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill operates by calling specific MCP tools and does not appear to implicitly rely on other skills being loaded.",1778700661622,"This skill intelligently routes tasks to the optimal agent and model tier (Haiku, Sonnet, Opus, or Agent Booster) based on learned patterns and task complexity. It provides a routing rationale and records task outcomes to train the routing model.",[195,196,197,198,199],"3-tier model routing (Haiku, Sonnet, Opus, Agent Booster)","Learned pattern-based task optimization","Data-driven agent and model tier selection","Generates auditable routing rationale","Records task outcomes for model training",[201,202,203],"Performing the actual task; it only routes to the appropriate agent.","Selecting specific tools for the task; it routes to an agent capable of selecting tools.","Replacing the user's final decision-making authority without clear rationale.",[205,206,207,208,209],"Agent routing","Model selection","Task optimization","Outcome recording","Decision transparency",[211,212],"MCP server with access to specified hooks (`mcp__claude-flow__hooks_*`)","Task description as input","3.0.0","4.4.0","To automatically select the most efficient and appropriate agent and model tier for any given task, optimizing cost and performance, and making the decision process transparent.","The skill is exceptionally well-documented and implemented, demonstrating a clear purpose, robust error handling, and excellent security practices. No significant findings were observed.",99,"Highly polished skill for intelligent agent and model tier routing, with excellent documentation and security.",[220,221,222,223,224],"agent-routing","model-selection","task-optimization","decision-rationale","learned-patterns","global","verified",[228,229,230,231],"When initiating any non-trivial task to ensure optimal resource allocation.","To replace manual agent and model selection with data-driven decisions.","When transparency in decision-making for task routing is required.","To continuously improve task routing efficiency through outcome recording.",[233,234,235,236,237,238,239,240],"Receive task description and optional `--why` flag.","Call `hooks_route` for agent recommendation.","Call `hooks_model-route` for model tier recommendation.","Search for similar past patterns using `hooks_intelligence_pattern-search`.","Predict outcome confidence using `neural_predict`.","Spawn the recommended agent at the recommended model tier.","If `--why` was passed, call `hooks_explain` to surface rationale.","After task completion, call `hooks_model-outcome` with success status for training.",{"codeQuality":242,"collectedAt":244,"documentation":245,"maintenance":248,"popularity":254,"security":256,"testCoverage":259},{"hasLockfile":243},true,1778700644388,{"descriptionLength":246,"readmeSize":247},107,26155,{"closedIssues90d":249,"forks":250,"hasChangelog":243,"openIssues90d":251,"pushedAt":252,"stars":253},373,5603,68,1778694187000,50209,{"npmDownloads":255},68309,{"hasNpmPackage":243,"license":257,"smitheryVerified":258},"MIT",false,{"hasCi":243,"hasTests":243},{"updatedAt":261},1778700661750,{"basePath":263,"githubOwner":264,"githubRepo":265,"locale":18,"slug":266,"type":267},"plugins/ruflo-intelligence/skills/intelligence-route","ruvnet","ruflo","intelligence-route","skill",{"_creationTime":269,"_id":270,"community":271,"display":272,"identity":276,"parentExtension":279,"providers":315,"relations":328,"tags":329,"workflow":330},1778696691708.27,"k1782vbehx2bt6g5jfpc07y0yx86ng1e",{"reviewCount":8},{"description":273,"installMethods":274,"name":275,"sourceUrl":14},"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.",{"claudeCode":275},"ruflo-intelligence",{"basePath":277,"githubOwner":264,"githubRepo":265,"locale":18,"slug":275,"type":278},"plugins/ruflo-intelligence","plugin",{"_creationTime":280,"_id":281,"community":282,"display":283,"identity":286,"providers":289,"relations":309,"tags":311,"workflow":312},1778696691708.2678,"k1753196a11bz5jzm7hqzasr0h86nk71",{"reviewCount":8},{"description":284,"installMethods":285,"name":265,"sourceUrl":14},"RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering",{"claudeCode":12},{"basePath":287,"githubOwner":264,"githubRepo":265,"locale":18,"slug":265,"type":288},"","marketplace",{"evaluate":290,"extract":303},{"promptVersionExtension":291,"promptVersionScoring":214,"score":292,"tags":293,"targetMarket":225,"tier":302},"3.1.0",78,[294,295,296,297,298,299,300,301],"multi-agent","orchestration","ai-agents","software-engineering","code-quality","security","devops","memory","community",{"commitSha":304,"marketplace":305,"plugin":307},"HEAD",{"name":265,"pluginCount":306},32,{"mcpCount":8,"provider":308,"skillCount":8},"classify",{"repoId":310},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[296,298,300,301,294,295,299,297],{"evaluatedAt":313,"extractAt":314,"updatedAt":313},1778696722996,1778696691708,{"evaluate":316,"extract":325},{"promptVersionExtension":213,"promptVersionScoring":214,"score":292,"tags":317,"targetMarket":225,"tier":302},[265,318,319,320,321,322,323,324],"intelligence","mcp","learning","neural-networks","lora","ipfs","pipeline",{"commitSha":304,"license":257,"plugin":326},{"mcpCount":8,"provider":308,"skillCount":327},3,{"parentExtensionId":281,"repoId":310},[318,323,320,322,319,321,324,265],{"evaluatedAt":331,"extractAt":314,"updatedAt":331},1778696864853,{"evaluate":333,"extract":335},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":334,"targetMarket":225,"tier":226},[220,221,222,223,224],{"commitSha":304,"license":257},{"parentExtensionId":270,"repoId":310},{"_creationTime":338,"_id":310,"identity":339,"providers":340,"workflow":3187},1778696678472.3906,{"githubOwner":264,"githubRepo":265,"sourceUrl":14},{"classify":341,"discover":3159,"extract":3162,"github":3163,"npm":3186},{"commitSha":304,"extensions":342},[343,356,389,410,429,446,465,482,499,518,536,555,572,603,620,641,658,675,692,709,726,755,776,815,834,853,882,899,916,933,966,983,1004,1023,1039,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,1824,1833,1841,1849,1857,1865,1873,1881,1889,1897,1905,1913,1925,1933,1941,1949,1957,1965,1977,1985,1993,2001,2009,2017,2025,2033,2041,2049,2057,2065,2073,2081,2089,2097,2105,2113,2121,2129,2137,2145,2153,2161,2169,2177,2185,2193,2201,2209,2217,2225,2233,2241,2249,2257,2265,2273,2281,2289,2297,2305,2313,2321,2329,2337,2345,2353,2361,2369,2377,2385,2393,2401,2409,2417,2425,2433,2441,2449,2457,2465,2473,2481,2489,2497,2505,2513,2521,2529,2537,2545,2553,2561,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,2966,2977,2986,3102,3113,3125,3139,3149],{"basePath":287,"description":284,"displayName":265,"installMethods":344,"rationale":345,"selectedPaths":346,"source":355,"sourceLanguage":18,"type":288},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[347,350,352],{"path":348,"priority":349},".claude-plugin/marketplace.json","mandatory",{"path":351,"priority":349},"README.md",{"path":353,"priority":354},"LICENSE","high","rule",{"basePath":357,"description":358,"displayName":359,"installMethods":360,"license":257,"rationale":361,"selectedPaths":362,"source":355,"sourceLanguage":18,"type":278},"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":359},"plugin manifest at plugins/ruflo-core/.claude-plugin/plugin.json",[363,365,366,369,371,373,375,377,379,381,383,385,387],{"path":364,"priority":349},".claude-plugin/plugin.json",{"path":351,"priority":349},{"path":367,"priority":368},"skills/discover-plugins/SKILL.md","medium",{"path":370,"priority":368},"skills/init-project/SKILL.md",{"path":372,"priority":368},"skills/ruflo-doctor/SKILL.md",{"path":374,"priority":368},"skills/witness/SKILL.md",{"path":376,"priority":354},"agents/coder.md",{"path":378,"priority":354},"agents/researcher.md",{"path":380,"priority":354},"agents/reviewer.md",{"path":382,"priority":354},"agents/witness-curator.md",{"path":384,"priority":354},"commands/ruflo-status.md",{"path":386,"priority":354},"commands/witness.md",{"path":388,"priority":354},"hooks/hooks.json",{"basePath":390,"description":391,"displayName":392,"installMethods":393,"license":257,"rationale":394,"selectedPaths":395,"source":355,"sourceLanguage":18,"type":278},"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":392},"plugin manifest at plugins/ruflo-swarm/.claude-plugin/plugin.json",[396,397,398,400,402,404,406,408],{"path":364,"priority":349},{"path":351,"priority":349},{"path":399,"priority":368},"skills/monitor-stream/SKILL.md",{"path":401,"priority":368},"skills/swarm-init/SKILL.md",{"path":403,"priority":354},"agents/architect.md",{"path":405,"priority":354},"agents/coordinator.md",{"path":407,"priority":354},"commands/swarm.md",{"path":409,"priority":354},"commands/watch.md",{"basePath":411,"description":412,"displayName":413,"installMethods":414,"license":257,"rationale":415,"selectedPaths":416,"source":355,"sourceLanguage":18,"type":278},"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":413},"plugin manifest at plugins/ruflo-loop-workers/.claude-plugin/plugin.json",[417,418,419,421,423,425,427],{"path":364,"priority":349},{"path":351,"priority":349},{"path":420,"priority":368},"skills/cron-schedule/SKILL.md",{"path":422,"priority":368},"skills/loop-worker/SKILL.md",{"path":424,"priority":354},"agents/loop-worker-coordinator.md",{"path":426,"priority":354},"commands/ruflo-loop.md",{"path":428,"priority":354},"commands/ruflo-schedule.md",{"basePath":430,"description":431,"displayName":432,"installMethods":433,"license":257,"rationale":434,"selectedPaths":435,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-security-audit","Security review, dependency scanning, policy gates, and CVE monitoring","ruflo-security-audit",{"claudeCode":432},"plugin manifest at plugins/ruflo-security-audit/.claude-plugin/plugin.json",[436,437,438,440,442,444],{"path":364,"priority":349},{"path":351,"priority":349},{"path":439,"priority":368},"skills/dependency-check/SKILL.md",{"path":441,"priority":368},"skills/security-scan/SKILL.md",{"path":443,"priority":354},"agents/security-auditor.md",{"path":445,"priority":354},"commands/audit.md",{"basePath":447,"description":448,"displayName":449,"installMethods":450,"license":257,"rationale":451,"selectedPaths":452,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-rag-memory","RuVector memory with HNSW search, AgentDB, and semantic retrieval","ruflo-rag-memory",{"claudeCode":449},"plugin manifest at plugins/ruflo-rag-memory/.claude-plugin/plugin.json",[453,454,455,457,459,461,463],{"path":364,"priority":349},{"path":351,"priority":349},{"path":456,"priority":368},"skills/memory-bridge/SKILL.md",{"path":458,"priority":368},"skills/memory-search/SKILL.md",{"path":460,"priority":354},"agents/memory-specialist.md",{"path":462,"priority":354},"commands/recall.md",{"path":464,"priority":354},"commands/ruflo-memory.md",{"basePath":466,"description":467,"displayName":468,"installMethods":469,"license":257,"rationale":470,"selectedPaths":471,"source":355,"sourceLanguage":18,"type":278},"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":468},"plugin manifest at plugins/ruflo-testgen/.claude-plugin/plugin.json",[472,473,474,476,478,480],{"path":364,"priority":349},{"path":351,"priority":349},{"path":475,"priority":368},"skills/tdd-workflow/SKILL.md",{"path":477,"priority":368},"skills/test-gaps/SKILL.md",{"path":479,"priority":354},"agents/tester.md",{"path":481,"priority":354},"commands/testgen.md",{"basePath":483,"description":484,"displayName":485,"installMethods":486,"license":257,"rationale":487,"selectedPaths":488,"source":355,"sourceLanguage":18,"type":278},"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":485},"plugin manifest at plugins/ruflo-docs/.claude-plugin/plugin.json",[489,490,491,493,495,497],{"path":364,"priority":349},{"path":351,"priority":349},{"path":492,"priority":368},"skills/api-docs/SKILL.md",{"path":494,"priority":368},"skills/doc-gen/SKILL.md",{"path":496,"priority":354},"agents/docs-writer.md",{"path":498,"priority":354},"commands/ruflo-docs.md",{"basePath":500,"description":501,"displayName":502,"installMethods":503,"license":257,"rationale":504,"selectedPaths":505,"source":355,"sourceLanguage":18,"type":278},"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":502},"plugin manifest at plugins/ruflo-autopilot/.claude-plugin/plugin.json",[506,507,508,510,512,514,516],{"path":364,"priority":349},{"path":351,"priority":349},{"path":509,"priority":368},"skills/autopilot-loop/SKILL.md",{"path":511,"priority":368},"skills/autopilot-predict/SKILL.md",{"path":513,"priority":354},"agents/autopilot-coordinator.md",{"path":515,"priority":354},"commands/autopilot-status.md",{"path":517,"priority":354},"commands/autopilot.md",{"basePath":277,"description":273,"displayName":275,"installMethods":519,"license":257,"rationale":520,"selectedPaths":521,"source":355,"sourceLanguage":18,"type":278},{"claudeCode":275},"plugin manifest at plugins/ruflo-intelligence/.claude-plugin/plugin.json",[522,523,524,526,528,530,532,534],{"path":364,"priority":349},{"path":351,"priority":349},{"path":525,"priority":368},"skills/intelligence-route/SKILL.md",{"path":527,"priority":368},"skills/intelligence-transfer/SKILL.md",{"path":529,"priority":368},"skills/neural-train/SKILL.md",{"path":531,"priority":354},"agents/intelligence-specialist.md",{"path":533,"priority":354},"commands/intelligence.md",{"path":535,"priority":354},"commands/neural.md",{"basePath":537,"description":538,"displayName":539,"installMethods":540,"license":257,"rationale":541,"selectedPaths":542,"source":355,"sourceLanguage":18,"type":278},"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":539},"plugin manifest at plugins/ruflo-agentdb/.claude-plugin/plugin.json",[543,544,545,547,549,551,553],{"path":364,"priority":349},{"path":351,"priority":349},{"path":546,"priority":368},"skills/agentdb-query/SKILL.md",{"path":548,"priority":368},"skills/vector-search/SKILL.md",{"path":550,"priority":354},"agents/agentdb-specialist.md",{"path":552,"priority":354},"commands/agentdb.md",{"path":554,"priority":354},"commands/embeddings.md",{"basePath":556,"description":557,"displayName":558,"installMethods":559,"license":257,"rationale":560,"selectedPaths":561,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-aidefence","AI safety scanning, PII detection, prompt injection defense, and adaptive threat learning","ruflo-aidefence",{"claudeCode":558},"plugin manifest at plugins/ruflo-aidefence/.claude-plugin/plugin.json",[562,563,564,566,568,570],{"path":364,"priority":349},{"path":351,"priority":349},{"path":565,"priority":368},"skills/pii-detect/SKILL.md",{"path":567,"priority":368},"skills/safety-scan/SKILL.md",{"path":569,"priority":354},"agents/safety-specialist.md",{"path":571,"priority":354},"commands/aidefence.md",{"basePath":573,"description":574,"displayName":575,"installMethods":576,"license":257,"rationale":577,"selectedPaths":578,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-browser","Session-as-skill browser automation: Playwright + RVF cognitive containers + ruvector trajectories + AgentDB selector memory + AIDefence PII/injection gates","ruflo-browser",{"claudeCode":575},"plugin manifest at plugins/ruflo-browser/.claude-plugin/plugin.json",[579,580,581,583,585,587,589,591,593,595,597,599,601],{"path":364,"priority":349},{"path":351,"priority":349},{"path":582,"priority":368},"skills/browser-auth-flow/SKILL.md",{"path":584,"priority":368},"skills/browser-extract/SKILL.md",{"path":586,"priority":368},"skills/browser-form-fill/SKILL.md",{"path":588,"priority":368},"skills/browser-login/SKILL.md",{"path":590,"priority":368},"skills/browser-record/SKILL.md",{"path":592,"priority":368},"skills/browser-replay/SKILL.md",{"path":594,"priority":368},"skills/browser-scrape/SKILL.md",{"path":596,"priority":368},"skills/browser-screenshot-diff/SKILL.md",{"path":598,"priority":368},"skills/browser-test/SKILL.md",{"path":600,"priority":354},"agents/browser-agent.md",{"path":602,"priority":354},"commands/ruflo-browser.md",{"basePath":604,"description":605,"displayName":606,"installMethods":607,"license":257,"rationale":608,"selectedPaths":609,"source":355,"sourceLanguage":18,"type":278},"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":606},"plugin manifest at plugins/ruflo-jujutsu/.claude-plugin/plugin.json",[610,611,612,614,616,618],{"path":364,"priority":349},{"path":351,"priority":349},{"path":613,"priority":368},"skills/diff-analyze/SKILL.md",{"path":615,"priority":368},"skills/git-workflow/SKILL.md",{"path":617,"priority":354},"agents/git-specialist.md",{"path":619,"priority":354},"commands/jujutsu.md",{"basePath":621,"description":622,"displayName":623,"installMethods":624,"license":257,"rationale":625,"selectedPaths":626,"source":355,"sourceLanguage":18,"type":278},"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":623},"plugin manifest at plugins/ruflo-agent/.claude-plugin/plugin.json",[627,628,629,631,633,635,637,639],{"path":364,"priority":349},{"path":351,"priority":349},{"path":630,"priority":368},"skills/managed-agent/SKILL.md",{"path":632,"priority":368},"skills/wasm-agent/SKILL.md",{"path":634,"priority":368},"skills/wasm-gallery/SKILL.md",{"path":636,"priority":354},"agents/wasm-specialist.md",{"path":638,"priority":354},"commands/managed-agent.md",{"path":640,"priority":354},"commands/wasm.md",{"basePath":642,"description":643,"displayName":644,"installMethods":645,"license":257,"rationale":646,"selectedPaths":647,"source":355,"sourceLanguage":18,"type":278},"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":644},"plugin manifest at plugins/ruflo-workflows/.claude-plugin/plugin.json",[648,649,650,652,654,656],{"path":364,"priority":349},{"path":351,"priority":349},{"path":651,"priority":368},"skills/workflow-create/SKILL.md",{"path":653,"priority":368},"skills/workflow-run/SKILL.md",{"path":655,"priority":354},"agents/workflow-specialist.md",{"path":657,"priority":354},"commands/workflow.md",{"basePath":659,"description":660,"displayName":661,"installMethods":662,"license":257,"rationale":663,"selectedPaths":664,"source":355,"sourceLanguage":18,"type":278},"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":661},"plugin manifest at plugins/ruflo-daa/.claude-plugin/plugin.json",[665,666,667,669,671,673],{"path":364,"priority":349},{"path":351,"priority":349},{"path":668,"priority":368},"skills/cognitive-pattern/SKILL.md",{"path":670,"priority":368},"skills/daa-agent/SKILL.md",{"path":672,"priority":354},"agents/daa-specialist.md",{"path":674,"priority":354},"commands/daa.md",{"basePath":676,"description":677,"displayName":678,"installMethods":679,"license":257,"rationale":680,"selectedPaths":681,"source":355,"sourceLanguage":18,"type":278},"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":678},"plugin manifest at plugins/ruflo-ruvllm/.claude-plugin/plugin.json",[682,683,684,686,688,690],{"path":364,"priority":349},{"path":351,"priority":349},{"path":685,"priority":368},"skills/chat-format/SKILL.md",{"path":687,"priority":368},"skills/llm-config/SKILL.md",{"path":689,"priority":354},"agents/llm-specialist.md",{"path":691,"priority":354},"commands/ruvllm.md",{"basePath":693,"description":694,"displayName":695,"installMethods":696,"license":257,"rationale":697,"selectedPaths":698,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-rvf","RVF format for portable agent memory, session persistence, and cross-platform transfer","ruflo-rvf",{"claudeCode":695},"plugin manifest at plugins/ruflo-rvf/.claude-plugin/plugin.json",[699,700,701,703,705,707],{"path":364,"priority":349},{"path":351,"priority":349},{"path":702,"priority":368},"skills/rvf-manage/SKILL.md",{"path":704,"priority":368},"skills/session-persist/SKILL.md",{"path":706,"priority":354},"agents/session-specialist.md",{"path":708,"priority":354},"commands/rvf.md",{"basePath":710,"description":711,"displayName":712,"installMethods":713,"license":257,"rationale":714,"selectedPaths":715,"source":355,"sourceLanguage":18,"type":278},"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":712},"plugin manifest at plugins/ruflo-plugin-creator/.claude-plugin/plugin.json",[716,717,718,720,722,724],{"path":364,"priority":349},{"path":351,"priority":349},{"path":719,"priority":368},"skills/create-plugin/SKILL.md",{"path":721,"priority":368},"skills/validate-plugin/SKILL.md",{"path":723,"priority":354},"agents/plugin-developer.md",{"path":725,"priority":354},"commands/create-plugin.md",{"basePath":727,"description":728,"displayName":729,"installMethods":730,"license":257,"rationale":731,"selectedPaths":732,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-goals","Long-horizon goal planning, deep research orchestration, and adaptive replanning using GOAP algorithms","ruflo-goals",{"claudeCode":729},"plugin manifest at plugins/ruflo-goals/.claude-plugin/plugin.json",[733,734,735,737,739,741,743,745,747,749,751,753],{"path":364,"priority":349},{"path":351,"priority":349},{"path":736,"priority":368},"skills/deep-research/SKILL.md",{"path":738,"priority":368},"skills/dossier-collect/SKILL.md",{"path":740,"priority":368},"skills/goal-plan/SKILL.md",{"path":742,"priority":368},"skills/horizon-track/SKILL.md",{"path":744,"priority":368},"skills/research-synthesize/SKILL.md",{"path":746,"priority":354},"agents/deep-researcher.md",{"path":748,"priority":354},"agents/dossier-investigator.md",{"path":750,"priority":354},"agents/goal-planner.md",{"path":752,"priority":354},"agents/horizon-tracker.md",{"path":754,"priority":354},"commands/goals.md",{"basePath":756,"description":757,"displayName":758,"installMethods":759,"license":257,"rationale":760,"selectedPaths":761,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-adr","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)","ruflo-adr",{"claudeCode":758},"plugin manifest at plugins/ruflo-adr/.claude-plugin/plugin.json",[762,763,764,766,768,770,772,774],{"path":364,"priority":349},{"path":351,"priority":349},{"path":765,"priority":368},"skills/adr-create/SKILL.md",{"path":767,"priority":368},"skills/adr-index/SKILL.md",{"path":769,"priority":368},"skills/adr-review/SKILL.md",{"path":771,"priority":368},"skills/adr-verify/SKILL.md",{"path":773,"priority":354},"agents/adr-architect.md",{"path":775,"priority":354},"commands/adr.md",{"basePath":777,"description":778,"displayName":779,"installMethods":780,"license":257,"rationale":781,"selectedPaths":782,"source":355,"sourceLanguage":18,"type":278},"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":779},"plugin manifest at plugins/ruflo-cost-tracker/.claude-plugin/plugin.json",[783,784,785,787,789,791,793,795,797,799,801,803,805,807,809,811,813],{"path":364,"priority":349},{"path":351,"priority":349},{"path":786,"priority":368},"skills/cost-benchmark/SKILL.md",{"path":788,"priority":368},"skills/cost-booster-edit/SKILL.md",{"path":790,"priority":368},"skills/cost-booster-route/SKILL.md",{"path":792,"priority":368},"skills/cost-budget-check/SKILL.md",{"path":794,"priority":368},"skills/cost-compact-context/SKILL.md",{"path":796,"priority":368},"skills/cost-conversation/SKILL.md",{"path":798,"priority":368},"skills/cost-export/SKILL.md",{"path":800,"priority":368},"skills/cost-federation/SKILL.md",{"path":802,"priority":368},"skills/cost-optimize/SKILL.md",{"path":804,"priority":368},"skills/cost-report/SKILL.md",{"path":806,"priority":368},"skills/cost-summary/SKILL.md",{"path":808,"priority":368},"skills/cost-track/SKILL.md",{"path":810,"priority":368},"skills/cost-trend/SKILL.md",{"path":812,"priority":354},"agents/cost-analyst.md",{"path":814,"priority":354},"commands/ruflo-cost.md",{"basePath":816,"description":817,"displayName":818,"installMethods":819,"license":257,"rationale":820,"selectedPaths":821,"source":355,"sourceLanguage":18,"type":278},"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":818},"plugin manifest at plugins/ruflo-ddd/.claude-plugin/plugin.json",[822,823,824,826,828,830,832],{"path":364,"priority":349},{"path":351,"priority":349},{"path":825,"priority":368},"skills/ddd-aggregate/SKILL.md",{"path":827,"priority":368},"skills/ddd-context/SKILL.md",{"path":829,"priority":368},"skills/ddd-validate/SKILL.md",{"path":831,"priority":354},"agents/domain-modeler.md",{"path":833,"priority":354},"commands/ddd.md",{"basePath":835,"description":836,"displayName":837,"installMethods":838,"license":257,"rationale":839,"selectedPaths":840,"source":355,"sourceLanguage":18,"type":278},"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":837},"plugin manifest at plugins/ruflo-federation/.claude-plugin/plugin.json",[841,842,843,845,847,849,851],{"path":364,"priority":349},{"path":351,"priority":349},{"path":844,"priority":368},"skills/federation-audit/SKILL.md",{"path":846,"priority":368},"skills/federation-init/SKILL.md",{"path":848,"priority":368},"skills/federation-status/SKILL.md",{"path":850,"priority":354},"agents/federation-coordinator.md",{"path":852,"priority":354},"commands/federation.md",{"basePath":854,"description":855,"displayName":856,"installMethods":857,"license":257,"rationale":858,"selectedPaths":859,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-iot-cognitum","IoT device lifecycle, telemetry anomaly detection, fleet management, and witness chain verification for Cognitum Seed hardware","ruflo-iot-cognitum",{"claudeCode":856},"plugin manifest at plugins/ruflo-iot-cognitum/.claude-plugin/plugin.json",[860,861,862,864,866,868,870,872,874,876,878,880],{"path":364,"priority":349},{"path":351,"priority":349},{"path":863,"priority":368},"skills/iot-anomalies/SKILL.md",{"path":865,"priority":368},"skills/iot-firmware/SKILL.md",{"path":867,"priority":368},"skills/iot-fleet/SKILL.md",{"path":869,"priority":368},"skills/iot-register/SKILL.md",{"path":871,"priority":368},"skills/iot-witness-verify/SKILL.md",{"path":873,"priority":354},"agents/device-coordinator.md",{"path":875,"priority":354},"agents/fleet-manager.md",{"path":877,"priority":354},"agents/telemetry-analyzer.md",{"path":879,"priority":354},"agents/witness-auditor.md",{"path":881,"priority":354},"commands/iot.md",{"basePath":883,"description":884,"displayName":885,"installMethods":886,"license":257,"rationale":887,"selectedPaths":888,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-knowledge-graph","Knowledge graph construction — entity extraction, relation mapping, and pathfinder graph traversal","ruflo-knowledge-graph",{"claudeCode":885},"plugin manifest at plugins/ruflo-knowledge-graph/.claude-plugin/plugin.json",[889,890,891,893,895,897],{"path":364,"priority":349},{"path":351,"priority":349},{"path":892,"priority":368},"skills/kg-extract/SKILL.md",{"path":894,"priority":368},"skills/kg-traverse/SKILL.md",{"path":896,"priority":354},"agents/graph-navigator.md",{"path":898,"priority":354},"commands/kg.md",{"basePath":900,"description":901,"displayName":902,"installMethods":903,"license":257,"rationale":904,"selectedPaths":905,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-market-data","Market data ingestion — feed normalization, OHLCV vectorization, and HNSW-indexed pattern matching","ruflo-market-data",{"claudeCode":902},"plugin manifest at plugins/ruflo-market-data/.claude-plugin/plugin.json",[906,907,908,910,912,914],{"path":364,"priority":349},{"path":351,"priority":349},{"path":909,"priority":368},"skills/market-ingest/SKILL.md",{"path":911,"priority":368},"skills/market-pattern/SKILL.md",{"path":913,"priority":354},"agents/data-engineer.md",{"path":915,"priority":354},"commands/market.md",{"basePath":917,"description":918,"displayName":919,"installMethods":920,"license":257,"rationale":921,"selectedPaths":922,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-migrations","Schema migration management — generate, validate, dry-run, and rollback database migrations","ruflo-migrations",{"claudeCode":919},"plugin manifest at plugins/ruflo-migrations/.claude-plugin/plugin.json",[923,924,925,927,929,931],{"path":364,"priority":349},{"path":351,"priority":349},{"path":926,"priority":368},"skills/migrate-create/SKILL.md",{"path":928,"priority":368},"skills/migrate-validate/SKILL.md",{"path":930,"priority":354},"agents/migration-engineer.md",{"path":932,"priority":354},"commands/migrate.md",{"basePath":934,"description":935,"displayName":936,"installMethods":937,"license":257,"rationale":938,"selectedPaths":939,"source":355,"sourceLanguage":18,"type":278},"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":936},"plugin manifest at plugins/ruflo-neural-trader/.claude-plugin/plugin.json",[940,941,942,944,946,948,950,952,954,956,958,960,962,964],{"path":364,"priority":349},{"path":351,"priority":349},{"path":943,"priority":368},"skills/trader-backtest/SKILL.md",{"path":945,"priority":368},"skills/trader-cloud-backtest/SKILL.md",{"path":947,"priority":368},"skills/trader-portfolio/SKILL.md",{"path":949,"priority":368},"skills/trader-regime/SKILL.md",{"path":951,"priority":368},"skills/trader-risk/SKILL.md",{"path":953,"priority":368},"skills/trader-signal/SKILL.md",{"path":955,"priority":368},"skills/trader-train/SKILL.md",{"path":957,"priority":354},"agents/backtest-engineer.md",{"path":959,"priority":354},"agents/market-analyst.md",{"path":961,"priority":354},"agents/risk-analyst.md",{"path":963,"priority":354},"agents/trading-strategist.md",{"path":965,"priority":354},"commands/trader.md",{"basePath":967,"description":968,"displayName":969,"installMethods":970,"license":257,"rationale":971,"selectedPaths":972,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-observability","Structured logging, distributed tracing, and metrics — correlate agent swarm activity with application telemetry","ruflo-observability",{"claudeCode":969},"plugin manifest at plugins/ruflo-observability/.claude-plugin/plugin.json",[973,974,975,977,979,981],{"path":364,"priority":349},{"path":351,"priority":349},{"path":976,"priority":368},"skills/observe-metrics/SKILL.md",{"path":978,"priority":368},"skills/observe-trace/SKILL.md",{"path":980,"priority":354},"agents/observability-engineer.md",{"path":982,"priority":354},"commands/observe.md",{"basePath":984,"description":985,"displayName":986,"installMethods":987,"license":257,"rationale":988,"selectedPaths":989,"source":355,"sourceLanguage":18,"type":278},"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":986},"plugin manifest at plugins/ruflo-ruvector/.claude-plugin/plugin.json",[990,991,992,994,996,998,1000,1002],{"path":364,"priority":349},{"path":351,"priority":349},{"path":993,"priority":368},"skills/vector-cluster/SKILL.md",{"path":995,"priority":368},"skills/vector-embed/SKILL.md",{"path":997,"priority":368},"skills/vector-hyperbolic/SKILL.md",{"path":999,"priority":368},"skills/vector-setup/SKILL.md",{"path":1001,"priority":354},"agents/vector-engineer.md",{"path":1003,"priority":354},"commands/vector.md",{"basePath":1005,"description":1006,"displayName":1007,"installMethods":1008,"license":257,"rationale":1009,"selectedPaths":1010,"source":355,"sourceLanguage":18,"type":278},"plugins/ruflo-sparc","SPARC methodology — Specification, Pseudocode, Architecture, Refinement, Completion phases with gate checks","ruflo-sparc",{"claudeCode":1007},"plugin manifest at plugins/ruflo-sparc/.claude-plugin/plugin.json",[1011,1012,1013,1015,1017,1019,1021],{"path":364,"priority":349},{"path":351,"priority":349},{"path":1014,"priority":368},"skills/sparc-implement/SKILL.md",{"path":1016,"priority":368},"skills/sparc-refine/SKILL.md",{"path":1018,"priority":368},"skills/sparc-spec/SKILL.md",{"path":1020,"priority":354},"agents/sparc-orchestrator.md",{"path":1022,"priority":354},"commands/ruflo-sparc.md",{"basePath":287,"description":1024,"displayName":1025,"installMethods":1026,"license":257,"rationale":1027,"selectedPaths":1028,"source":355,"sourceLanguage":18,"type":278},"Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities","claude-flow",{"claudeCode":1025},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at plugin)",[1029,1030,1031,1032,1035,1037],{"path":364,"priority":349},{"path":351,"priority":349},{"path":353,"priority":354},{"path":1033,"priority":1034},"bin/cli.js","low",{"path":1036,"priority":1034},"bin/npx-repair.js",{"path":1038,"priority":1034},"bin/npx-safe-launch.js",{"basePath":1040,"description":1041,"displayName":1042,"installMethods":1043,"rationale":1044,"selectedPaths":1045,"source":355,"sourceLanguage":18,"type":267},".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",[1046],{"path":1047,"priority":349},"SKILL.md",{"basePath":1049,"description":1050,"displayName":1051,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":355,"sourceLanguage":18,"type":267},".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",[1055],{"path":1047,"priority":349},{"basePath":1057,"description":1058,"displayName":1059,"installMethods":1060,"rationale":1061,"selectedPaths":1062,"source":355,"sourceLanguage":18,"type":267},".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",[1063],{"path":1047,"priority":349},{"basePath":1065,"description":1066,"displayName":1067,"installMethods":1068,"rationale":1069,"selectedPaths":1070,"source":355,"sourceLanguage":18,"type":267},".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",[1071],{"path":1047,"priority":349},{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":355,"sourceLanguage":18,"type":267},".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",[1079],{"path":1047,"priority":349},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":355,"sourceLanguage":18,"type":267},".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",[1087],{"path":1047,"priority":349},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":355,"sourceLanguage":18,"type":267},".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",[1095],{"path":1047,"priority":349},{"basePath":1097,"description":1098,"displayName":1099,"installMethods":1100,"rationale":1101,"selectedPaths":1102,"source":355,"sourceLanguage":18,"type":267},".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",[1103],{"path":1047,"priority":349},{"basePath":1105,"description":1106,"displayName":1107,"installMethods":1108,"rationale":1109,"selectedPaths":1110,"source":355,"sourceLanguage":18,"type":267},".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",[1111],{"path":1047,"priority":349},{"basePath":1113,"description":1114,"displayName":1115,"installMethods":1116,"rationale":1117,"selectedPaths":1118,"source":355,"sourceLanguage":18,"type":267},".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",[1119],{"path":1047,"priority":349},{"basePath":1121,"description":1122,"displayName":1123,"installMethods":1124,"rationale":1125,"selectedPaths":1126,"source":355,"sourceLanguage":18,"type":267},".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",[1127],{"path":1047,"priority":349},{"basePath":1129,"description":1130,"displayName":1131,"installMethods":1132,"rationale":1133,"selectedPaths":1134,"source":355,"sourceLanguage":18,"type":267},".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",[1135],{"path":1047,"priority":349},{"basePath":1137,"description":1138,"displayName":1139,"installMethods":1140,"rationale":1141,"selectedPaths":1142,"source":355,"sourceLanguage":18,"type":267},".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",[1143],{"path":1047,"priority":349},{"basePath":1145,"description":1146,"displayName":1147,"installMethods":1148,"rationale":1149,"selectedPaths":1150,"source":355,"sourceLanguage":18,"type":267},".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",[1151],{"path":1047,"priority":349},{"basePath":1153,"description":1154,"displayName":1155,"installMethods":1156,"rationale":1157,"selectedPaths":1158,"source":355,"sourceLanguage":18,"type":267},".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",[1159],{"path":1047,"priority":349},{"basePath":1161,"description":1162,"displayName":1163,"installMethods":1164,"rationale":1165,"selectedPaths":1166,"source":355,"sourceLanguage":18,"type":267},".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",[1167],{"path":1047,"priority":349},{"basePath":1169,"description":1170,"displayName":1171,"installMethods":1172,"rationale":1173,"selectedPaths":1174,"source":355,"sourceLanguage":18,"type":267},".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",[1175],{"path":1047,"priority":349},{"basePath":1177,"description":1178,"displayName":1179,"installMethods":1180,"rationale":1181,"selectedPaths":1182,"source":355,"sourceLanguage":18,"type":267},".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",[1183],{"path":1047,"priority":349},{"basePath":1185,"description":1186,"displayName":1187,"installMethods":1188,"rationale":1189,"selectedPaths":1190,"source":355,"sourceLanguage":18,"type":267},".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",[1191],{"path":1047,"priority":349},{"basePath":1193,"description":1194,"displayName":1195,"installMethods":1196,"rationale":1197,"selectedPaths":1198,"source":355,"sourceLanguage":18,"type":267},".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",[1199],{"path":1047,"priority":349},{"basePath":1201,"description":1202,"displayName":1203,"installMethods":1204,"rationale":1205,"selectedPaths":1206,"source":355,"sourceLanguage":18,"type":267},".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",[1207],{"path":1047,"priority":349},{"basePath":1209,"description":1210,"displayName":1211,"installMethods":1212,"rationale":1213,"selectedPaths":1214,"source":355,"sourceLanguage":18,"type":267},".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",[1215],{"path":1047,"priority":349},{"basePath":1217,"description":1218,"displayName":1219,"installMethods":1220,"rationale":1221,"selectedPaths":1222,"source":355,"sourceLanguage":18,"type":267},".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",[1223],{"path":1047,"priority":349},{"basePath":1225,"description":1226,"displayName":1227,"installMethods":1228,"rationale":1229,"selectedPaths":1230,"source":355,"sourceLanguage":18,"type":267},".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",[1231],{"path":1047,"priority":349},{"basePath":1233,"description":1234,"displayName":1235,"installMethods":1236,"rationale":1237,"selectedPaths":1238,"source":355,"sourceLanguage":18,"type":267},".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",[1239],{"path":1047,"priority":349},{"basePath":1241,"description":1242,"displayName":1243,"installMethods":1244,"rationale":1245,"selectedPaths":1246,"source":355,"sourceLanguage":18,"type":267},".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",[1247],{"path":1047,"priority":349},{"basePath":1249,"description":1250,"displayName":1251,"installMethods":1252,"rationale":1253,"selectedPaths":1254,"source":355,"sourceLanguage":18,"type":267},".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",[1255],{"path":1047,"priority":349},{"basePath":1257,"description":1258,"displayName":1259,"installMethods":1260,"rationale":1261,"selectedPaths":1262,"source":355,"sourceLanguage":18,"type":267},".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",[1263],{"path":1047,"priority":349},{"basePath":1265,"description":1266,"displayName":1267,"installMethods":1268,"rationale":1269,"selectedPaths":1270,"source":355,"sourceLanguage":18,"type":267},".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",[1271],{"path":1047,"priority":349},{"basePath":1273,"description":1274,"displayName":1275,"installMethods":1276,"rationale":1277,"selectedPaths":1278,"source":355,"sourceLanguage":18,"type":267},".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",[1279],{"path":1047,"priority":349},{"basePath":1281,"description":1282,"displayName":1283,"installMethods":1284,"rationale":1285,"selectedPaths":1286,"source":355,"sourceLanguage":18,"type":267},".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",[1287],{"path":1047,"priority":349},{"basePath":1289,"description":1290,"displayName":1291,"installMethods":1292,"rationale":1293,"selectedPaths":1294,"source":355,"sourceLanguage":18,"type":267},".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",[1295],{"path":1047,"priority":349},{"basePath":1297,"description":1298,"displayName":1299,"installMethods":1300,"rationale":1301,"selectedPaths":1302,"source":355,"sourceLanguage":18,"type":267},".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",[1303],{"path":1047,"priority":349},{"basePath":1305,"description":1306,"displayName":1307,"installMethods":1308,"rationale":1309,"selectedPaths":1310,"source":355,"sourceLanguage":18,"type":267},".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",[1311],{"path":1047,"priority":349},{"basePath":1313,"description":1314,"displayName":1315,"installMethods":1316,"rationale":1317,"selectedPaths":1318,"source":355,"sourceLanguage":18,"type":267},".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",[1319],{"path":1047,"priority":349},{"basePath":1321,"description":1322,"displayName":1323,"installMethods":1324,"rationale":1325,"selectedPaths":1326,"source":355,"sourceLanguage":18,"type":267},".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",[1327],{"path":1047,"priority":349},{"basePath":1329,"description":1330,"displayName":1331,"installMethods":1332,"rationale":1333,"selectedPaths":1334,"source":355,"sourceLanguage":18,"type":267},".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",[1335],{"path":1047,"priority":349},{"basePath":1337,"description":1338,"displayName":1339,"installMethods":1340,"rationale":1341,"selectedPaths":1342,"source":355,"sourceLanguage":18,"type":267},".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",[1343],{"path":1047,"priority":349},{"basePath":1345,"description":1346,"displayName":1347,"installMethods":1348,"rationale":1349,"selectedPaths":1350,"source":355,"sourceLanguage":18,"type":267},".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",[1351],{"path":1047,"priority":349},{"basePath":1353,"description":1354,"displayName":1355,"installMethods":1356,"rationale":1357,"selectedPaths":1358,"source":355,"sourceLanguage":18,"type":267},".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",[1359],{"path":1047,"priority":349},{"basePath":1361,"description":1362,"displayName":1363,"installMethods":1364,"rationale":1365,"selectedPaths":1366,"source":355,"sourceLanguage":18,"type":267},".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",[1367],{"path":1047,"priority":349},{"basePath":1369,"description":1370,"displayName":1371,"installMethods":1372,"rationale":1373,"selectedPaths":1374,"source":355,"sourceLanguage":18,"type":267},".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",[1375],{"path":1047,"priority":349},{"basePath":1377,"description":1378,"displayName":1379,"installMethods":1380,"rationale":1381,"selectedPaths":1382,"source":355,"sourceLanguage":18,"type":267},".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",[1383],{"path":1047,"priority":349},{"basePath":1385,"description":1386,"displayName":1387,"installMethods":1388,"rationale":1389,"selectedPaths":1390,"source":355,"sourceLanguage":18,"type":267},".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",[1391],{"path":1047,"priority":349},{"basePath":1393,"description":1394,"displayName":1395,"installMethods":1396,"rationale":1397,"selectedPaths":1398,"source":355,"sourceLanguage":18,"type":267},".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",[1399],{"path":1047,"priority":349},{"basePath":1401,"description":1402,"displayName":1403,"installMethods":1404,"rationale":1405,"selectedPaths":1406,"source":355,"sourceLanguage":18,"type":267},".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",[1407],{"path":1047,"priority":349},{"basePath":1409,"description":1410,"displayName":1411,"installMethods":1412,"rationale":1413,"selectedPaths":1414,"source":355,"sourceLanguage":18,"type":267},".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",[1415],{"path":1047,"priority":349},{"basePath":1417,"description":1418,"displayName":1419,"installMethods":1420,"rationale":1421,"selectedPaths":1422,"source":355,"sourceLanguage":18,"type":267},".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",[1423],{"path":1047,"priority":349},{"basePath":1425,"description":1426,"displayName":1427,"installMethods":1428,"rationale":1429,"selectedPaths":1430,"source":355,"sourceLanguage":18,"type":267},".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",[1431],{"path":1047,"priority":349},{"basePath":1433,"description":1434,"displayName":1435,"installMethods":1436,"rationale":1437,"selectedPaths":1438,"source":355,"sourceLanguage":18,"type":267},".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",[1439],{"path":1047,"priority":349},{"basePath":1441,"description":1442,"displayName":1443,"installMethods":1444,"rationale":1445,"selectedPaths":1446,"source":355,"sourceLanguage":18,"type":267},".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",[1447],{"path":1047,"priority":349},{"basePath":1449,"description":1450,"displayName":1451,"installMethods":1452,"rationale":1453,"selectedPaths":1454,"source":355,"sourceLanguage":18,"type":267},".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",[1455],{"path":1047,"priority":349},{"basePath":1457,"description":1458,"displayName":1459,"installMethods":1460,"rationale":1461,"selectedPaths":1462,"source":355,"sourceLanguage":18,"type":267},".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",[1463],{"path":1047,"priority":349},{"basePath":1465,"description":1466,"displayName":1467,"installMethods":1468,"rationale":1469,"selectedPaths":1470,"source":355,"sourceLanguage":18,"type":267},".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",[1471],{"path":1047,"priority":349},{"basePath":1473,"description":1474,"displayName":1475,"installMethods":1476,"rationale":1477,"selectedPaths":1478,"source":355,"sourceLanguage":18,"type":267},".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",[1479],{"path":1047,"priority":349},{"basePath":1481,"description":1482,"displayName":1483,"installMethods":1484,"rationale":1485,"selectedPaths":1486,"source":355,"sourceLanguage":18,"type":267},".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",[1487],{"path":1047,"priority":349},{"basePath":1489,"description":1490,"displayName":1491,"installMethods":1492,"rationale":1493,"selectedPaths":1494,"source":355,"sourceLanguage":18,"type":267},".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",[1495],{"path":1047,"priority":349},{"basePath":1497,"description":1498,"displayName":1499,"installMethods":1500,"rationale":1501,"selectedPaths":1502,"source":355,"sourceLanguage":18,"type":267},".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",[1503],{"path":1047,"priority":349},{"basePath":1505,"description":1506,"displayName":1507,"installMethods":1508,"rationale":1509,"selectedPaths":1510,"source":355,"sourceLanguage":18,"type":267},".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",[1511],{"path":1047,"priority":349},{"basePath":1513,"description":1514,"displayName":1515,"installMethods":1516,"rationale":1517,"selectedPaths":1518,"source":355,"sourceLanguage":18,"type":267},".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",[1519],{"path":1047,"priority":349},{"basePath":1521,"description":1522,"displayName":1523,"installMethods":1524,"rationale":1525,"selectedPaths":1526,"source":355,"sourceLanguage":18,"type":267},".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",[1527],{"path":1047,"priority":349},{"basePath":1529,"description":1530,"displayName":1531,"installMethods":1532,"rationale":1533,"selectedPaths":1534,"source":355,"sourceLanguage":18,"type":267},".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",[1535],{"path":1047,"priority":349},{"basePath":1537,"description":1538,"displayName":1539,"installMethods":1540,"rationale":1541,"selectedPaths":1542,"source":355,"sourceLanguage":18,"type":267},".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",[1543],{"path":1047,"priority":349},{"basePath":1545,"description":1546,"displayName":1547,"installMethods":1548,"rationale":1549,"selectedPaths":1550,"source":355,"sourceLanguage":18,"type":267},".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",[1551],{"path":1047,"priority":349},{"basePath":1553,"description":1554,"displayName":1555,"installMethods":1556,"rationale":1557,"selectedPaths":1558,"source":355,"sourceLanguage":18,"type":267},".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",[1559],{"path":1047,"priority":349},{"basePath":1561,"description":1562,"displayName":1563,"installMethods":1564,"rationale":1565,"selectedPaths":1566,"source":355,"sourceLanguage":18,"type":267},".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",[1567],{"path":1047,"priority":349},{"basePath":1569,"description":1570,"displayName":1571,"installMethods":1572,"rationale":1573,"selectedPaths":1574,"source":355,"sourceLanguage":18,"type":267},".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",[1575],{"path":1047,"priority":349},{"basePath":1577,"description":1578,"displayName":1579,"installMethods":1580,"rationale":1581,"selectedPaths":1582,"source":355,"sourceLanguage":18,"type":267},".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",[1583],{"path":1047,"priority":349},{"basePath":1585,"description":1586,"displayName":1587,"installMethods":1588,"rationale":1589,"selectedPaths":1590,"source":355,"sourceLanguage":18,"type":267},".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",[1591],{"path":1047,"priority":349},{"basePath":1593,"description":1594,"displayName":1595,"installMethods":1596,"rationale":1597,"selectedPaths":1598,"source":355,"sourceLanguage":18,"type":267},".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",[1599],{"path":1047,"priority":349},{"basePath":1601,"description":1602,"displayName":1603,"installMethods":1604,"rationale":1605,"selectedPaths":1606,"source":355,"sourceLanguage":18,"type":267},".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",[1607],{"path":1047,"priority":349},{"basePath":1609,"description":1610,"displayName":1611,"installMethods":1612,"rationale":1613,"selectedPaths":1614,"source":355,"sourceLanguage":18,"type":267},".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",[1615],{"path":1047,"priority":349},{"basePath":1617,"description":1618,"displayName":1619,"installMethods":1620,"rationale":1621,"selectedPaths":1622,"source":355,"sourceLanguage":18,"type":267},".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",[1623],{"path":1047,"priority":349},{"basePath":1625,"description":1626,"displayName":1627,"installMethods":1628,"rationale":1629,"selectedPaths":1630,"source":355,"sourceLanguage":18,"type":267},".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",[1631],{"path":1047,"priority":349},{"basePath":1633,"description":1634,"displayName":1635,"installMethods":1636,"rationale":1637,"selectedPaths":1638,"source":355,"sourceLanguage":18,"type":267},".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",[1639],{"path":1047,"priority":349},{"basePath":1641,"description":1642,"displayName":1643,"installMethods":1644,"rationale":1645,"selectedPaths":1646,"source":355,"sourceLanguage":18,"type":267},".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",[1647],{"path":1047,"priority":349},{"basePath":1649,"description":1650,"displayName":1651,"installMethods":1652,"rationale":1653,"selectedPaths":1654,"source":355,"sourceLanguage":18,"type":267},".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",[1655],{"path":1047,"priority":349},{"basePath":1657,"description":1658,"displayName":1659,"installMethods":1660,"rationale":1661,"selectedPaths":1662,"source":355,"sourceLanguage":18,"type":267},".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",[1663],{"path":1047,"priority":349},{"basePath":1665,"description":1666,"displayName":1667,"installMethods":1668,"rationale":1669,"selectedPaths":1670,"source":355,"sourceLanguage":18,"type":267},".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",[1671],{"path":1047,"priority":349},{"basePath":1673,"description":1674,"displayName":1675,"installMethods":1676,"rationale":1677,"selectedPaths":1678,"source":355,"sourceLanguage":18,"type":267},".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",[1679],{"path":1047,"priority":349},{"basePath":1681,"description":1682,"displayName":1683,"installMethods":1684,"rationale":1685,"selectedPaths":1686,"source":355,"sourceLanguage":18,"type":267},".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",[1687],{"path":1047,"priority":349},{"basePath":1689,"description":1690,"displayName":1691,"installMethods":1692,"rationale":1693,"selectedPaths":1694,"source":355,"sourceLanguage":18,"type":267},".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",[1695],{"path":1047,"priority":349},{"basePath":1697,"description":1698,"displayName":1699,"installMethods":1700,"rationale":1701,"selectedPaths":1702,"source":355,"sourceLanguage":18,"type":267},".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",[1703],{"path":1047,"priority":349},{"basePath":1705,"description":1706,"displayName":1707,"installMethods":1708,"rationale":1709,"selectedPaths":1710,"source":355,"sourceLanguage":18,"type":267},".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",[1711],{"path":1047,"priority":349},{"basePath":1713,"description":1714,"displayName":1715,"installMethods":1716,"rationale":1717,"selectedPaths":1718,"source":355,"sourceLanguage":18,"type":267},".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",[1719],{"path":1047,"priority":349},{"basePath":1721,"description":1722,"displayName":1723,"installMethods":1724,"rationale":1725,"selectedPaths":1726,"source":355,"sourceLanguage":18,"type":267},".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",[1727],{"path":1047,"priority":349},{"basePath":1729,"description":1730,"displayName":1731,"installMethods":1732,"rationale":1733,"selectedPaths":1734,"source":355,"sourceLanguage":18,"type":267},".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",[1735],{"path":1047,"priority":349},{"basePath":1737,"description":1738,"displayName":1739,"installMethods":1740,"rationale":1741,"selectedPaths":1742,"source":355,"sourceLanguage":18,"type":267},".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",[1743],{"path":1047,"priority":349},{"basePath":1745,"description":1746,"displayName":1747,"installMethods":1748,"rationale":1749,"selectedPaths":1750,"source":355,"sourceLanguage":18,"type":267},".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",[1751],{"path":1047,"priority":349},{"basePath":1753,"description":1754,"displayName":1755,"installMethods":1756,"rationale":1757,"selectedPaths":1758,"source":355,"sourceLanguage":18,"type":267},".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)",[1759],{"path":1047,"priority":349},{"basePath":1761,"description":1762,"displayName":1763,"installMethods":1764,"rationale":1765,"selectedPaths":1766,"source":355,"sourceLanguage":18,"type":267},".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)",[1767],{"path":1047,"priority":349},{"basePath":1769,"description":1770,"displayName":1771,"installMethods":1772,"rationale":1773,"selectedPaths":1774,"source":355,"sourceLanguage":18,"type":267},".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)",[1775],{"path":1047,"priority":349},{"basePath":1777,"description":1778,"displayName":1779,"installMethods":1780,"rationale":1781,"selectedPaths":1782,"source":355,"sourceLanguage":18,"type":267},".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)",[1783],{"path":1047,"priority":349},{"basePath":1785,"description":1786,"displayName":1787,"installMethods":1788,"rationale":1789,"selectedPaths":1790,"source":355,"sourceLanguage":18,"type":267},".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)",[1791],{"path":1047,"priority":349},{"basePath":1793,"description":1794,"displayName":1795,"installMethods":1796,"rationale":1797,"selectedPaths":1798,"source":355,"sourceLanguage":18,"type":267},".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)",[1799],{"path":1047,"priority":349},{"basePath":1801,"description":1802,"displayName":1803,"installMethods":1804,"rationale":1805,"selectedPaths":1806,"source":355,"sourceLanguage":18,"type":267},".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",[1807],{"path":1047,"priority":349},{"basePath":1809,"description":1810,"displayName":1811,"installMethods":1812,"rationale":1813,"selectedPaths":1814,"source":355,"sourceLanguage":18,"type":267},".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",[1815],{"path":1047,"priority":349},{"basePath":1817,"description":1818,"displayName":1819,"installMethods":1820,"rationale":1821,"selectedPaths":1822,"source":355,"sourceLanguage":18,"type":267},".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)",[1823],{"path":1047,"priority":349},{"basePath":1825,"description":1826,"displayName":1827,"installMethods":1828,"rationale":1829,"selectedPaths":1830,"source":355,"sourceLanguage":1832,"type":267},".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)",[1831],{"path":1047,"priority":349},"fr",{"basePath":1834,"description":1835,"displayName":1836,"installMethods":1837,"rationale":1838,"selectedPaths":1839,"source":355,"sourceLanguage":18,"type":267},".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)",[1840],{"path":1047,"priority":349},{"basePath":1842,"description":1843,"displayName":1844,"installMethods":1845,"rationale":1846,"selectedPaths":1847,"source":355,"sourceLanguage":18,"type":267},".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",[1848],{"path":1047,"priority":349},{"basePath":1850,"description":1851,"displayName":1852,"installMethods":1853,"rationale":1854,"selectedPaths":1855,"source":355,"sourceLanguage":18,"type":267},".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)",[1856],{"path":1047,"priority":349},{"basePath":1858,"description":1859,"displayName":1860,"installMethods":1861,"rationale":1862,"selectedPaths":1863,"source":355,"sourceLanguage":18,"type":267},".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)",[1864],{"path":1047,"priority":349},{"basePath":1866,"description":1867,"displayName":1868,"installMethods":1869,"rationale":1870,"selectedPaths":1871,"source":355,"sourceLanguage":18,"type":267},".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)",[1872],{"path":1047,"priority":349},{"basePath":1874,"description":1875,"displayName":1876,"installMethods":1877,"rationale":1878,"selectedPaths":1879,"source":355,"sourceLanguage":18,"type":267},".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)",[1880],{"path":1047,"priority":349},{"basePath":1882,"description":1883,"displayName":1884,"installMethods":1885,"rationale":1886,"selectedPaths":1887,"source":355,"sourceLanguage":18,"type":267},".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)",[1888],{"path":1047,"priority":349},{"basePath":1890,"description":1891,"displayName":1892,"installMethods":1893,"rationale":1894,"selectedPaths":1895,"source":355,"sourceLanguage":18,"type":267},".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",[1896],{"path":1047,"priority":349},{"basePath":1898,"description":1899,"displayName":1900,"installMethods":1901,"rationale":1902,"selectedPaths":1903,"source":355,"sourceLanguage":18,"type":267},".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)",[1904],{"path":1047,"priority":349},{"basePath":1906,"description":1907,"displayName":1908,"installMethods":1909,"rationale":1910,"selectedPaths":1911,"source":355,"sourceLanguage":18,"type":267},".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)",[1912],{"path":1047,"priority":349},{"basePath":1914,"description":1915,"displayName":1916,"installMethods":1917,"rationale":1918,"selectedPaths":1919,"source":355,"sourceLanguage":18,"type":267},".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)",[1920,1921,1923],{"path":1047,"priority":349},{"path":1922,"priority":1034},"scripts/memory-backup.sh",{"path":1924,"priority":1034},"scripts/memory-consolidate.sh",{"basePath":1926,"description":1927,"displayName":1928,"installMethods":1929,"rationale":1930,"selectedPaths":1931,"source":355,"sourceLanguage":18,"type":267},".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",[1932],{"path":1047,"priority":349},{"basePath":1934,"description":1935,"displayName":1936,"installMethods":1937,"rationale":1938,"selectedPaths":1939,"source":355,"sourceLanguage":18,"type":267},".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)",[1940],{"path":1047,"priority":349},{"basePath":1942,"description":1943,"displayName":1944,"installMethods":1945,"rationale":1946,"selectedPaths":1947,"source":355,"sourceLanguage":18,"type":267},".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)",[1948],{"path":1047,"priority":349},{"basePath":1950,"description":1951,"displayName":1952,"installMethods":1953,"rationale":1954,"selectedPaths":1955,"source":355,"sourceLanguage":18,"type":267},".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)",[1956],{"path":1047,"priority":349},{"basePath":1958,"description":1959,"displayName":1960,"installMethods":1961,"rationale":1962,"selectedPaths":1963,"source":355,"sourceLanguage":18,"type":267},".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)",[1964],{"path":1047,"priority":349},{"basePath":1966,"description":1967,"displayName":1968,"installMethods":1969,"rationale":1970,"selectedPaths":1971,"source":355,"sourceLanguage":18,"type":267},".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)",[1972,1973,1975],{"path":1047,"priority":349},{"path":1974,"priority":1034},"scripts/cve-remediate.sh",{"path":1976,"priority":1034},"scripts/security-scan.sh",{"basePath":1978,"description":1979,"displayName":1980,"installMethods":1981,"rationale":1982,"selectedPaths":1983,"source":355,"sourceLanguage":18,"type":267},".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)",[1984],{"path":1047,"priority":349},{"basePath":1986,"description":1987,"displayName":1988,"installMethods":1989,"rationale":1990,"selectedPaths":1991,"source":355,"sourceLanguage":18,"type":267},".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)",[1992],{"path":1047,"priority":349},{"basePath":1994,"description":1995,"displayName":1996,"installMethods":1997,"rationale":1998,"selectedPaths":1999,"source":355,"sourceLanguage":18,"type":267},".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)",[2000],{"path":1047,"priority":349},{"basePath":2002,"description":2003,"displayName":2004,"installMethods":2005,"rationale":2006,"selectedPaths":2007,"source":355,"sourceLanguage":18,"type":267},".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)",[2008],{"path":1047,"priority":349},{"basePath":2010,"description":2011,"displayName":2012,"installMethods":2013,"rationale":2014,"selectedPaths":2015,"source":355,"sourceLanguage":18,"type":267},".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)",[2016],{"path":1047,"priority":349},{"basePath":2018,"description":2019,"displayName":2020,"installMethods":2021,"rationale":2022,"selectedPaths":2023,"source":355,"sourceLanguage":18,"type":267},".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)",[2024],{"path":1047,"priority":349},{"basePath":2026,"description":2027,"displayName":2028,"installMethods":2029,"rationale":2030,"selectedPaths":2031,"source":355,"sourceLanguage":18,"type":267},".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)",[2032],{"path":1047,"priority":349},{"basePath":2034,"description":2035,"displayName":2036,"installMethods":2037,"rationale":2038,"selectedPaths":2039,"source":355,"sourceLanguage":18,"type":267},".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)",[2040],{"path":1047,"priority":349},{"basePath":2042,"description":2043,"displayName":2044,"installMethods":2045,"rationale":2046,"selectedPaths":2047,"source":355,"sourceLanguage":18,"type":267},".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)",[2048],{"path":1047,"priority":349},{"basePath":2050,"description":2051,"displayName":2052,"installMethods":2053,"rationale":2054,"selectedPaths":2055,"source":355,"sourceLanguage":18,"type":267},".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)",[2056],{"path":1047,"priority":349},{"basePath":2058,"description":2059,"displayName":2060,"installMethods":2061,"rationale":2062,"selectedPaths":2063,"source":355,"sourceLanguage":18,"type":267},".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)",[2064],{"path":1047,"priority":349},{"basePath":2066,"description":2067,"displayName":2068,"installMethods":2069,"rationale":2070,"selectedPaths":2071,"source":355,"sourceLanguage":18,"type":267},".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)",[2072],{"path":1047,"priority":349},{"basePath":2074,"description":2075,"displayName":2076,"installMethods":2077,"rationale":2078,"selectedPaths":2079,"source":355,"sourceLanguage":18,"type":267},".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)",[2080],{"path":1047,"priority":349},{"basePath":2082,"description":2083,"displayName":2084,"installMethods":2085,"rationale":2086,"selectedPaths":2087,"source":355,"sourceLanguage":18,"type":267},".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)",[2088],{"path":1047,"priority":349},{"basePath":2090,"description":2091,"displayName":2092,"installMethods":2093,"rationale":2094,"selectedPaths":2095,"source":355,"sourceLanguage":18,"type":267},".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)",[2096],{"path":1047,"priority":349},{"basePath":2098,"description":2099,"displayName":2100,"installMethods":2101,"rationale":2102,"selectedPaths":2103,"source":355,"sourceLanguage":18,"type":267},".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)",[2104],{"path":1047,"priority":349},{"basePath":2106,"description":2107,"displayName":2108,"installMethods":2109,"rationale":2110,"selectedPaths":2111,"source":355,"sourceLanguage":18,"type":267},".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)",[2112],{"path":1047,"priority":349},{"basePath":2114,"description":2115,"displayName":2116,"installMethods":2117,"rationale":2118,"selectedPaths":2119,"source":355,"sourceLanguage":18,"type":267},".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",[2120],{"path":1047,"priority":349},{"basePath":2122,"description":2123,"displayName":2124,"installMethods":2125,"rationale":2126,"selectedPaths":2127,"source":355,"sourceLanguage":18,"type":267},".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)",[2128],{"path":1047,"priority":349},{"basePath":2130,"description":2131,"displayName":2132,"installMethods":2133,"rationale":2134,"selectedPaths":2135,"source":355,"sourceLanguage":18,"type":267},"plugins/ruflo-adr/skills/adr-create","Create a new Architecture Decision Record with sequential numbering and AgentDB registration","adr-create",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-adr/skills/adr-create/SKILL.md",[2136],{"path":1047,"priority":349},{"basePath":2138,"description":2139,"displayName":2140,"installMethods":2141,"rationale":2142,"selectedPaths":2143,"source":355,"sourceLanguage":18,"type":267},"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",[2144],{"path":1047,"priority":349},{"basePath":2146,"description":2147,"displayName":2148,"installMethods":2149,"rationale":2150,"selectedPaths":2151,"source":355,"sourceLanguage":18,"type":267},"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",[2152],{"path":1047,"priority":349},{"basePath":2154,"description":2155,"displayName":2156,"installMethods":2157,"rationale":2158,"selectedPaths":2159,"source":355,"sourceLanguage":18,"type":267},"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",[2160],{"path":1047,"priority":349},{"basePath":2162,"description":2163,"displayName":2164,"installMethods":2165,"rationale":2166,"selectedPaths":2167,"source":355,"sourceLanguage":18,"type":267},"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",[2168],{"path":1047,"priority":349},{"basePath":2170,"description":2171,"displayName":2172,"installMethods":2173,"rationale":2174,"selectedPaths":2175,"source":355,"sourceLanguage":18,"type":267},"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",[2176],{"path":1047,"priority":349},{"basePath":2178,"description":2179,"displayName":2180,"installMethods":2181,"rationale":2182,"selectedPaths":2183,"source":355,"sourceLanguage":18,"type":267},"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",[2184],{"path":1047,"priority":349},{"basePath":2186,"description":2187,"displayName":2188,"installMethods":2189,"rationale":2190,"selectedPaths":2191,"source":355,"sourceLanguage":18,"type":267},"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",[2192],{"path":1047,"priority":349},{"basePath":2194,"description":2195,"displayName":2196,"installMethods":2197,"rationale":2198,"selectedPaths":2199,"source":355,"sourceLanguage":18,"type":267},"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",[2200],{"path":1047,"priority":349},{"basePath":2202,"description":2203,"displayName":2204,"installMethods":2205,"rationale":2206,"selectedPaths":2207,"source":355,"sourceLanguage":18,"type":267},"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",[2208],{"path":1047,"priority":349},{"basePath":2210,"description":2211,"displayName":2212,"installMethods":2213,"rationale":2214,"selectedPaths":2215,"source":355,"sourceLanguage":18,"type":267},"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",[2216],{"path":1047,"priority":349},{"basePath":2218,"description":2219,"displayName":2220,"installMethods":2221,"rationale":2222,"selectedPaths":2223,"source":355,"sourceLanguage":18,"type":267},"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",[2224],{"path":1047,"priority":349},{"basePath":2226,"description":2227,"displayName":2228,"installMethods":2229,"rationale":2230,"selectedPaths":2231,"source":355,"sourceLanguage":18,"type":267},"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",[2232],{"path":1047,"priority":349},{"basePath":2234,"description":2235,"displayName":2236,"installMethods":2237,"rationale":2238,"selectedPaths":2239,"source":355,"sourceLanguage":18,"type":267},"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",[2240],{"path":1047,"priority":349},{"basePath":2242,"description":2243,"displayName":2244,"installMethods":2245,"rationale":2246,"selectedPaths":2247,"source":355,"sourceLanguage":18,"type":267},"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",[2248],{"path":1047,"priority":349},{"basePath":2250,"description":2251,"displayName":2252,"installMethods":2253,"rationale":2254,"selectedPaths":2255,"source":355,"sourceLanguage":18,"type":267},"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",[2256],{"path":1047,"priority":349},{"basePath":2258,"description":2259,"displayName":2260,"installMethods":2261,"rationale":2262,"selectedPaths":2263,"source":355,"sourceLanguage":18,"type":267},"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",[2264],{"path":1047,"priority":349},{"basePath":2266,"description":2267,"displayName":2268,"installMethods":2269,"rationale":2270,"selectedPaths":2271,"source":355,"sourceLanguage":18,"type":267},"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",[2272],{"path":1047,"priority":349},{"basePath":2274,"description":2275,"displayName":2276,"installMethods":2277,"rationale":2278,"selectedPaths":2279,"source":355,"sourceLanguage":18,"type":267},"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",[2280],{"path":1047,"priority":349},{"basePath":2282,"description":2283,"displayName":2284,"installMethods":2285,"rationale":2286,"selectedPaths":2287,"source":355,"sourceLanguage":18,"type":267},"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",[2288],{"path":1047,"priority":349},{"basePath":2290,"description":2291,"displayName":2292,"installMethods":2293,"rationale":2294,"selectedPaths":2295,"source":355,"sourceLanguage":18,"type":267},"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",[2296],{"path":1047,"priority":349},{"basePath":2298,"description":2299,"displayName":2300,"installMethods":2301,"rationale":2302,"selectedPaths":2303,"source":355,"sourceLanguage":18,"type":267},"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",[2304],{"path":1047,"priority":349},{"basePath":2306,"description":2307,"displayName":2308,"installMethods":2309,"rationale":2310,"selectedPaths":2311,"source":355,"sourceLanguage":18,"type":267},"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",[2312],{"path":1047,"priority":349},{"basePath":2314,"description":2315,"displayName":2316,"installMethods":2317,"rationale":2318,"selectedPaths":2319,"source":355,"sourceLanguage":18,"type":267},"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",[2320],{"path":1047,"priority":349},{"basePath":2322,"description":2323,"displayName":2324,"installMethods":2325,"rationale":2326,"selectedPaths":2327,"source":355,"sourceLanguage":18,"type":267},"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",[2328],{"path":1047,"priority":349},{"basePath":2330,"description":2331,"displayName":2332,"installMethods":2333,"rationale":2334,"selectedPaths":2335,"source":355,"sourceLanguage":18,"type":267},"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",[2336],{"path":1047,"priority":349},{"basePath":2338,"description":2339,"displayName":2340,"installMethods":2341,"rationale":2342,"selectedPaths":2343,"source":355,"sourceLanguage":18,"type":267},"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",[2344],{"path":1047,"priority":349},{"basePath":2346,"description":2347,"displayName":2348,"installMethods":2349,"rationale":2350,"selectedPaths":2351,"source":355,"sourceLanguage":18,"type":267},"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",[2352],{"path":1047,"priority":349},{"basePath":2354,"description":2355,"displayName":2356,"installMethods":2357,"rationale":2358,"selectedPaths":2359,"source":355,"sourceLanguage":18,"type":267},"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",[2360],{"path":1047,"priority":349},{"basePath":2362,"description":2363,"displayName":2364,"installMethods":2365,"rationale":2366,"selectedPaths":2367,"source":355,"sourceLanguage":18,"type":267},"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",[2368],{"path":1047,"priority":349},{"basePath":2370,"description":2371,"displayName":2372,"installMethods":2373,"rationale":2374,"selectedPaths":2375,"source":355,"sourceLanguage":18,"type":267},"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",[2376],{"path":1047,"priority":349},{"basePath":2378,"description":2379,"displayName":2380,"installMethods":2381,"rationale":2382,"selectedPaths":2383,"source":355,"sourceLanguage":18,"type":267},"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",[2384],{"path":1047,"priority":349},{"basePath":2386,"description":2387,"displayName":2388,"installMethods":2389,"rationale":2390,"selectedPaths":2391,"source":355,"sourceLanguage":18,"type":267},"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",[2392],{"path":1047,"priority":349},{"basePath":2394,"description":2395,"displayName":2396,"installMethods":2397,"rationale":2398,"selectedPaths":2399,"source":355,"sourceLanguage":18,"type":267},"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",[2400],{"path":1047,"priority":349},{"basePath":2402,"description":2403,"displayName":2404,"installMethods":2405,"rationale":2406,"selectedPaths":2407,"source":355,"sourceLanguage":18,"type":267},"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",[2408],{"path":1047,"priority":349},{"basePath":2410,"description":2411,"displayName":2412,"installMethods":2413,"rationale":2414,"selectedPaths":2415,"source":355,"sourceLanguage":18,"type":267},"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",[2416],{"path":1047,"priority":349},{"basePath":2418,"description":2419,"displayName":2420,"installMethods":2421,"rationale":2422,"selectedPaths":2423,"source":355,"sourceLanguage":18,"type":267},"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",[2424],{"path":1047,"priority":349},{"basePath":2426,"description":2427,"displayName":2428,"installMethods":2429,"rationale":2430,"selectedPaths":2431,"source":355,"sourceLanguage":18,"type":267},"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",[2432],{"path":1047,"priority":349},{"basePath":2434,"description":2435,"displayName":2436,"installMethods":2437,"rationale":2438,"selectedPaths":2439,"source":355,"sourceLanguage":18,"type":267},"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",[2440],{"path":1047,"priority":349},{"basePath":2442,"description":2443,"displayName":2444,"installMethods":2445,"rationale":2446,"selectedPaths":2447,"source":355,"sourceLanguage":18,"type":267},"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",[2448],{"path":1047,"priority":349},{"basePath":2450,"description":2451,"displayName":2452,"installMethods":2453,"rationale":2454,"selectedPaths":2455,"source":355,"sourceLanguage":18,"type":267},"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",[2456],{"path":1047,"priority":349},{"basePath":2458,"description":2459,"displayName":2460,"installMethods":2461,"rationale":2462,"selectedPaths":2463,"source":355,"sourceLanguage":18,"type":267},"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",[2464],{"path":1047,"priority":349},{"basePath":2466,"description":2467,"displayName":2468,"installMethods":2469,"rationale":2470,"selectedPaths":2471,"source":355,"sourceLanguage":18,"type":267},"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",[2472],{"path":1047,"priority":349},{"basePath":2474,"description":2475,"displayName":2476,"installMethods":2477,"rationale":2478,"selectedPaths":2479,"source":355,"sourceLanguage":18,"type":267},"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",[2480],{"path":1047,"priority":349},{"basePath":2482,"description":2483,"displayName":2484,"installMethods":2485,"rationale":2486,"selectedPaths":2487,"source":355,"sourceLanguage":18,"type":267},"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",[2488],{"path":1047,"priority":349},{"basePath":2490,"description":2491,"displayName":2492,"installMethods":2493,"rationale":2494,"selectedPaths":2495,"source":355,"sourceLanguage":18,"type":267},"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",[2496],{"path":1047,"priority":349},{"basePath":2498,"description":2499,"displayName":2500,"installMethods":2501,"rationale":2502,"selectedPaths":2503,"source":355,"sourceLanguage":18,"type":267},"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",[2504],{"path":1047,"priority":349},{"basePath":2506,"description":2507,"displayName":2508,"installMethods":2509,"rationale":2510,"selectedPaths":2511,"source":355,"sourceLanguage":18,"type":267},"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",[2512],{"path":1047,"priority":349},{"basePath":2514,"description":2515,"displayName":2516,"installMethods":2517,"rationale":2518,"selectedPaths":2519,"source":355,"sourceLanguage":18,"type":267},"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",[2520],{"path":1047,"priority":349},{"basePath":2522,"description":2523,"displayName":2524,"installMethods":2525,"rationale":2526,"selectedPaths":2527,"source":355,"sourceLanguage":18,"type":267},"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",[2528],{"path":1047,"priority":349},{"basePath":2530,"description":2531,"displayName":2532,"installMethods":2533,"rationale":2534,"selectedPaths":2535,"source":355,"sourceLanguage":18,"type":267},"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",[2536],{"path":1047,"priority":349},{"basePath":2538,"description":2539,"displayName":2540,"installMethods":2541,"rationale":2542,"selectedPaths":2543,"source":355,"sourceLanguage":18,"type":267},"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",[2544],{"path":1047,"priority":349},{"basePath":2546,"description":2547,"displayName":2548,"installMethods":2549,"rationale":2550,"selectedPaths":2551,"source":355,"sourceLanguage":18,"type":267},"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",[2552],{"path":1047,"priority":349},{"basePath":2554,"description":2555,"displayName":2556,"installMethods":2557,"rationale":2558,"selectedPaths":2559,"source":355,"sourceLanguage":18,"type":267},"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",[2560],{"path":1047,"priority":349},{"basePath":263,"description":10,"displayName":266,"installMethods":2562,"rationale":2563,"selectedPaths":2564,"source":355,"sourceLanguage":18,"type":267},{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-intelligence/skills/intelligence-route/SKILL.md",[2565],{"path":1047,"priority":349},{"basePath":2567,"description":2568,"displayName":2569,"installMethods":2570,"rationale":2571,"selectedPaths":2572,"source":355,"sourceLanguage":18,"type":267},"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",[2573],{"path":1047,"priority":349},{"basePath":2575,"description":2576,"displayName":2577,"installMethods":2578,"rationale":2579,"selectedPaths":2580,"source":355,"sourceLanguage":18,"type":267},"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",[2581],{"path":1047,"priority":349},{"basePath":2583,"description":2584,"displayName":2585,"installMethods":2586,"rationale":2587,"selectedPaths":2588,"source":355,"sourceLanguage":18,"type":267},"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",[2589],{"path":1047,"priority":349},{"basePath":2591,"description":2592,"displayName":2593,"installMethods":2594,"rationale":2595,"selectedPaths":2596,"source":355,"sourceLanguage":18,"type":267},"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",[2597],{"path":1047,"priority":349},{"basePath":2599,"description":2600,"displayName":2601,"installMethods":2602,"rationale":2603,"selectedPaths":2604,"source":355,"sourceLanguage":1832,"type":267},"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",[2605],{"path":1047,"priority":349},{"basePath":2607,"description":2608,"displayName":2609,"installMethods":2610,"rationale":2611,"selectedPaths":2612,"source":355,"sourceLanguage":18,"type":267},"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",[2613],{"path":1047,"priority":349},{"basePath":2615,"description":2616,"displayName":2617,"installMethods":2618,"rationale":2619,"selectedPaths":2620,"source":355,"sourceLanguage":18,"type":267},"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",[2621],{"path":1047,"priority":349},{"basePath":2623,"description":2624,"displayName":2625,"installMethods":2626,"rationale":2627,"selectedPaths":2628,"source":355,"sourceLanguage":18,"type":267},"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",[2629],{"path":1047,"priority":349},{"basePath":2631,"description":2632,"displayName":2633,"installMethods":2634,"rationale":2635,"selectedPaths":2636,"source":355,"sourceLanguage":18,"type":267},"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",[2637],{"path":1047,"priority":349},{"basePath":2639,"description":2640,"displayName":2641,"installMethods":2642,"rationale":2643,"selectedPaths":2644,"source":355,"sourceLanguage":18,"type":267},"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",[2645],{"path":1047,"priority":349},{"basePath":2647,"description":2648,"displayName":2649,"installMethods":2650,"rationale":2651,"selectedPaths":2652,"source":355,"sourceLanguage":18,"type":267},"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",[2653],{"path":1047,"priority":349},{"basePath":2655,"description":2656,"displayName":2657,"installMethods":2658,"rationale":2659,"selectedPaths":2660,"source":355,"sourceLanguage":18,"type":267},"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",[2661],{"path":1047,"priority":349},{"basePath":2663,"description":2664,"displayName":2665,"installMethods":2666,"rationale":2667,"selectedPaths":2668,"source":355,"sourceLanguage":18,"type":267},"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",[2669],{"path":1047,"priority":349},{"basePath":2671,"description":2672,"displayName":2673,"installMethods":2674,"rationale":2675,"selectedPaths":2676,"source":355,"sourceLanguage":18,"type":267},"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",[2677],{"path":1047,"priority":349},{"basePath":2679,"description":2680,"displayName":2681,"installMethods":2682,"rationale":2683,"selectedPaths":2684,"source":355,"sourceLanguage":18,"type":267},"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",[2685],{"path":1047,"priority":349},{"basePath":2687,"description":2688,"displayName":2689,"installMethods":2690,"rationale":2691,"selectedPaths":2692,"source":355,"sourceLanguage":18,"type":267},"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",[2693],{"path":1047,"priority":349},{"basePath":2695,"description":2696,"displayName":2697,"installMethods":2698,"rationale":2699,"selectedPaths":2700,"source":355,"sourceLanguage":18,"type":267},"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",[2701],{"path":1047,"priority":349},{"basePath":2703,"description":2704,"displayName":2705,"installMethods":2706,"rationale":2707,"selectedPaths":2708,"source":355,"sourceLanguage":18,"type":267},"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",[2709],{"path":1047,"priority":349},{"basePath":2711,"description":2712,"displayName":2713,"installMethods":2714,"rationale":2715,"selectedPaths":2716,"source":355,"sourceLanguage":18,"type":267},"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",[2717],{"path":1047,"priority":349},{"basePath":2719,"description":2720,"displayName":2721,"installMethods":2722,"rationale":2723,"selectedPaths":2724,"source":355,"sourceLanguage":18,"type":267},"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",[2725],{"path":1047,"priority":349},{"basePath":2727,"description":2728,"displayName":2729,"installMethods":2730,"rationale":2731,"selectedPaths":2732,"source":355,"sourceLanguage":18,"type":267},"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",[2733],{"path":1047,"priority":349},{"basePath":2735,"description":2736,"displayName":2737,"installMethods":2738,"rationale":2739,"selectedPaths":2740,"source":355,"sourceLanguage":1832,"type":267},"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",[2741],{"path":1047,"priority":349},{"basePath":2743,"description":2744,"displayName":2745,"installMethods":2746,"rationale":2747,"selectedPaths":2748,"source":355,"sourceLanguage":18,"type":267},"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",[2749],{"path":1047,"priority":349},{"basePath":2751,"description":2752,"displayName":2753,"installMethods":2754,"rationale":2755,"selectedPaths":2756,"source":355,"sourceLanguage":18,"type":267},"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",[2757],{"path":1047,"priority":349},{"basePath":2759,"description":2760,"displayName":2761,"installMethods":2762,"rationale":2763,"selectedPaths":2764,"source":355,"sourceLanguage":18,"type":267},"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",[2765],{"path":1047,"priority":349},{"basePath":2767,"description":2768,"displayName":2769,"installMethods":2770,"rationale":2771,"selectedPaths":2772,"source":355,"sourceLanguage":18,"type":267},"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",[2773],{"path":1047,"priority":349},{"basePath":2775,"description":2776,"displayName":2777,"installMethods":2778,"rationale":2779,"selectedPaths":2780,"source":355,"sourceLanguage":18,"type":267},"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",[2781],{"path":1047,"priority":349},{"basePath":2783,"description":2784,"displayName":2785,"installMethods":2786,"rationale":2787,"selectedPaths":2788,"source":355,"sourceLanguage":18,"type":267},"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",[2789],{"path":1047,"priority":349},{"basePath":2791,"description":2792,"displayName":2793,"installMethods":2794,"rationale":2795,"selectedPaths":2796,"source":355,"sourceLanguage":18,"type":267},"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",[2797],{"path":1047,"priority":349},{"basePath":2799,"description":2800,"displayName":2801,"installMethods":2802,"rationale":2803,"selectedPaths":2804,"source":355,"sourceLanguage":18,"type":267},"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",[2805],{"path":1047,"priority":349},{"basePath":2807,"description":2808,"displayName":2809,"installMethods":2810,"rationale":2811,"selectedPaths":2812,"source":355,"sourceLanguage":18,"type":267},"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",[2813],{"path":1047,"priority":349},{"basePath":2815,"description":2816,"displayName":2817,"installMethods":2818,"rationale":2819,"selectedPaths":2820,"source":355,"sourceLanguage":18,"type":267},"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",[2821],{"path":1047,"priority":349},{"basePath":2823,"description":2824,"displayName":2825,"installMethods":2826,"rationale":2827,"selectedPaths":2828,"source":355,"sourceLanguage":18,"type":267},"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",[2829],{"path":1047,"priority":349},{"basePath":2831,"description":2832,"displayName":2833,"installMethods":2834,"rationale":2835,"selectedPaths":2836,"source":355,"sourceLanguage":18,"type":267},"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",[2837],{"path":1047,"priority":349},{"basePath":2839,"description":2840,"displayName":2841,"installMethods":2842,"rationale":2843,"selectedPaths":2844,"source":355,"sourceLanguage":18,"type":267},"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",[2845],{"path":1047,"priority":349},{"basePath":2847,"description":2848,"displayName":2849,"installMethods":2850,"rationale":2851,"selectedPaths":2852,"source":355,"sourceLanguage":18,"type":267},"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",[2853],{"path":1047,"priority":349},{"basePath":2855,"description":2856,"displayName":2857,"installMethods":2858,"rationale":2859,"selectedPaths":2860,"source":355,"sourceLanguage":18,"type":267},"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",[2861],{"path":1047,"priority":349},{"basePath":2863,"description":2864,"displayName":2865,"installMethods":2866,"rationale":2867,"selectedPaths":2868,"source":355,"sourceLanguage":18,"type":267},"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",[2869],{"path":1047,"priority":349},{"basePath":2871,"description":2872,"displayName":2873,"installMethods":2874,"rationale":2875,"selectedPaths":2876,"source":355,"sourceLanguage":18,"type":267},"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",[2877],{"path":1047,"priority":349},{"basePath":2879,"description":2880,"displayName":2881,"installMethods":2882,"rationale":2883,"selectedPaths":2884,"source":355,"sourceLanguage":18,"type":267},"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",[2885],{"path":1047,"priority":349},{"basePath":2887,"description":2888,"displayName":2889,"installMethods":2890,"rationale":2891,"selectedPaths":2892,"source":355,"sourceLanguage":18,"type":267},"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",[2893],{"path":1047,"priority":349},{"basePath":2895,"description":2896,"displayName":2897,"installMethods":2898,"rationale":2899,"selectedPaths":2900,"source":355,"sourceLanguage":18,"type":267},"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",[2901],{"path":1047,"priority":349},{"basePath":2903,"description":2904,"displayName":2905,"installMethods":2906,"rationale":2907,"selectedPaths":2908,"source":355,"sourceLanguage":18,"type":267},"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",[2909],{"path":1047,"priority":349},{"basePath":2911,"description":2912,"displayName":2913,"installMethods":2914,"rationale":2915,"selectedPaths":2916,"source":355,"sourceLanguage":18,"type":267},"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",[2917],{"path":1047,"priority":349},{"basePath":2919,"description":2920,"displayName":2921,"installMethods":2922,"rationale":2923,"selectedPaths":2924,"source":355,"sourceLanguage":18,"type":267},"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",[2925],{"path":1047,"priority":349},{"basePath":2927,"description":2928,"displayName":2929,"installMethods":2930,"rationale":2931,"selectedPaths":2932,"source":355,"sourceLanguage":18,"type":267},"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",[2933],{"path":1047,"priority":349},{"basePath":2935,"description":2936,"displayName":2937,"installMethods":2938,"rationale":2939,"selectedPaths":2940,"source":355,"sourceLanguage":18,"type":267},"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",[2941],{"path":1047,"priority":349},{"basePath":2943,"description":2944,"displayName":2945,"installMethods":2946,"rationale":2947,"selectedPaths":2948,"source":355,"sourceLanguage":18,"type":267},"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",[2949],{"path":1047,"priority":349},{"basePath":2951,"description":2952,"displayName":2953,"installMethods":2954,"rationale":2955,"selectedPaths":2956,"source":355,"sourceLanguage":18,"type":267},"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",[2957],{"path":1047,"priority":349},{"basePath":2959,"description":2960,"displayName":2961,"installMethods":2962,"rationale":2963,"selectedPaths":2964,"source":355,"sourceLanguage":18,"type":267},"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",[2965],{"path":1047,"priority":349},{"basePath":287,"description":2967,"displayName":1025,"installMethods":2968,"license":257,"rationale":2969,"selectedPaths":2970,"source":355,"sourceLanguage":18,"type":2976},"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":1025},"cli ecosystem detected at /",[2971,2973,2974,2975],{"path":2972,"priority":349},"package.json",{"path":351,"priority":349},{"path":353,"priority":354},{"path":1033,"priority":368},"cli",{"basePath":265,"description":2978,"displayName":265,"installMethods":2979,"license":257,"rationale":2980,"selectedPaths":2981,"source":355,"sourceLanguage":18,"type":2976},"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":265},"cli ecosystem detected at ruflo",[2982,2983,2984],{"path":2972,"priority":349},{"path":351,"priority":349},{"path":2985,"priority":368},"bin/ruflo.js",{"basePath":2987,"description":2988,"displayName":2989,"installMethods":2990,"license":257,"rationale":2991,"selectedPaths":2992,"source":355,"sourceLanguage":18,"type":2976},"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":2989},"cli ecosystem detected at v3/@claude-flow/cli",[2993,2994,2995,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,3094,3096,3098,3100],{"path":2972,"priority":349},{"path":351,"priority":349},{"path":1033,"priority":368},{"path":2997,"priority":368},"bin/mcp-server.js",{"path":2999,"priority":1034},"src/index.ts",{"path":3001,"priority":1034},"src/commands/agent-wasm.ts",{"path":3003,"priority":1034},"src/commands/agent.ts",{"path":3005,"priority":1034},"src/commands/analyze.ts",{"path":3007,"priority":1034},"src/commands/appliance-advanced.ts",{"path":3009,"priority":1034},"src/commands/appliance.ts",{"path":3011,"priority":1034},"src/commands/autopilot.ts",{"path":3013,"priority":1034},"src/commands/benchmark.ts",{"path":3015,"priority":1034},"src/commands/claims.ts",{"path":3017,"priority":1034},"src/commands/cleanup.ts",{"path":3019,"priority":1034},"src/commands/completions.ts",{"path":3021,"priority":1034},"src/commands/config.ts",{"path":3023,"priority":1034},"src/commands/daemon.ts",{"path":3025,"priority":1034},"src/commands/deployment.ts",{"path":3027,"priority":1034},"src/commands/doctor.ts",{"path":3029,"priority":1034},"src/commands/embeddings.ts",{"path":3031,"priority":1034},"src/commands/guidance.ts",{"path":3033,"priority":1034},"src/commands/hive-mind.ts",{"path":3035,"priority":1034},"src/commands/hooks.ts",{"path":3037,"priority":1034},"src/commands/index.ts",{"path":3039,"priority":1034},"src/commands/init.ts",{"path":3041,"priority":1034},"src/commands/issues.ts",{"path":3043,"priority":1034},"src/commands/mcp.ts",{"path":3045,"priority":1034},"src/commands/memory.ts",{"path":3047,"priority":1034},"src/commands/migrate.ts",{"path":3049,"priority":1034},"src/commands/neural.ts",{"path":3051,"priority":1034},"src/commands/performance.ts",{"path":3053,"priority":1034},"src/commands/plugins.ts",{"path":3055,"priority":1034},"src/commands/process.ts",{"path":3057,"priority":1034},"src/commands/progress.ts",{"path":3059,"priority":1034},"src/commands/providers.ts",{"path":3061,"priority":1034},"src/commands/route.ts",{"path":3063,"priority":1034},"src/commands/ruvector/backup.ts",{"path":3065,"priority":1034},"src/commands/ruvector/benchmark.ts",{"path":3067,"priority":1034},"src/commands/ruvector/import.ts",{"path":3069,"priority":1034},"src/commands/ruvector/index.ts",{"path":3071,"priority":1034},"src/commands/ruvector/init.ts",{"path":3073,"priority":1034},"src/commands/ruvector/migrate.ts",{"path":3075,"priority":1034},"src/commands/ruvector/optimize.ts",{"path":3077,"priority":1034},"src/commands/ruvector/pg-utils.ts",{"path":3079,"priority":1034},"src/commands/ruvector/setup.ts",{"path":3081,"priority":1034},"src/commands/ruvector/status.ts",{"path":3083,"priority":1034},"src/commands/security.ts",{"path":3085,"priority":1034},"src/commands/session.ts",{"path":3087,"priority":1034},"src/commands/start.ts",{"path":3089,"priority":1034},"src/commands/status.ts",{"path":3091,"priority":1034},"src/commands/swarm.ts",{"path":3093,"priority":1034},"src/commands/task.ts",{"path":3095,"priority":1034},"src/commands/transfer-store.ts",{"path":3097,"priority":1034},"src/commands/update.ts",{"path":3099,"priority":1034},"src/commands/verify.ts",{"path":3101,"priority":1034},"src/commands/workflow.ts",{"basePath":3103,"description":3104,"displayName":3105,"installMethods":3106,"license":257,"rationale":3107,"selectedPaths":3108,"source":355,"sourceLanguage":18,"type":2976},"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":3105},"cli ecosystem detected at v3/@claude-flow/cli-core",[3109,3110,3111,3112],{"path":2972,"priority":349},{"path":351,"priority":349},{"path":2999,"priority":1034},{"path":3045,"priority":1034},{"basePath":3114,"description":3115,"displayName":3116,"installMethods":3117,"license":257,"rationale":3118,"selectedPaths":3119,"source":355,"sourceLanguage":18,"type":2976},"v3/@claude-flow/codex","Codex CLI integration for Ruflo (claude-flow) - OpenAI Codex platform adapter","@claude-flow/codex",{"npm":3116},"cli ecosystem detected at v3/@claude-flow/codex",[3120,3121,3122,3123],{"path":2972,"priority":349},{"path":351,"priority":349},{"path":2999,"priority":1034},{"path":3124,"priority":1034},"src/cli.ts",{"basePath":3126,"description":3127,"displayName":3128,"installMethods":3129,"license":257,"rationale":3130,"selectedPaths":3131,"source":355,"sourceLanguage":18,"type":2976},"v3/@claude-flow/hooks","V3 Hooks System - Event-driven lifecycle hooks with ReasoningBank learning integration","@claude-flow/hooks",{"npm":3128},"cli ecosystem detected at v3/@claude-flow/hooks",[3132,3133,3134,3136,3138],{"path":2972,"priority":349},{"path":351,"priority":349},{"path":3135,"priority":368},"bin/hooks-daemon.js",{"path":3137,"priority":368},"bin/statusline.js",{"path":2999,"priority":1034},{"basePath":3140,"description":3141,"displayName":3142,"installMethods":3143,"license":257,"rationale":3144,"selectedPaths":3145,"source":355,"sourceLanguage":18,"type":2976},"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":3142},"cli ecosystem detected at v3/@claude-flow/plugin-agent-federation",[3146,3147,3148],{"path":2972,"priority":349},{"path":351,"priority":349},{"path":2999,"priority":1034},{"basePath":3150,"description":3151,"displayName":3152,"installMethods":3153,"license":257,"rationale":3154,"selectedPaths":3155,"source":355,"sourceLanguage":18,"type":2976},"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":3152},"cli ecosystem detected at v3/@claude-flow/plugin-iot-cognitum",[3156,3157,3158],{"path":2972,"priority":349},{"path":351,"priority":349},{"path":2999,"priority":1034},{"sources":3160},[3161],"manual",{"npmPackage":1025},{"closedIssues90d":249,"description":3164,"forks":250,"homepage":3165,"license":257,"openIssues90d":251,"pushedAt":252,"readmeSize":247,"stars":253,"topics":3166},"🌊 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",[3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,294,3178,3179,3180,3181,3182,3183,3184,3185],"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":255},{"classifiedAt":3188,"discoverAt":3189,"extractAt":3190,"githubAt":3190,"npmAt":3191,"updatedAt":3188},1778696691076,1778696678472,1778696685779,1778696688417,[220,223,224,221,222],{"evaluatedAt":261,"extractAt":314,"updatedAt":261},[],[3196,3224],{"_creationTime":3197,"_id":3198,"community":3199,"display":3200,"identity":3206,"providers":3210,"relations":3217,"tags":3220,"workflow":3221},1778683100520.3018,"k173wexgh7mjjz8a9cta0fbdhx86mgyk",{"reviewCount":8},{"description":3201,"installMethods":3202,"name":3204,"sourceUrl":3205},"Analyzes album state and recommends the optimal next action. Use when the user asks \"what should I do next?\" or \"what's left to do?\"",{"claudeCode":3203},"bitwize-music-studio/claude-ai-music-skills","next-step","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"basePath":3207,"githubOwner":3208,"githubRepo":3209,"locale":18,"slug":3204,"type":267},"skills/next-step","bitwize-music-studio","claude-ai-music-skills",{"evaluate":3211,"extract":3216},{"promptVersionExtension":213,"promptVersionScoring":214,"score":3212,"tags":3213,"targetMarket":225,"tier":226},96,[3214,2116,3215,220],"music-production","decision-support",{"commitSha":304},{"parentExtensionId":3218,"repoId":3219},"k1754vkdjckrkqvz9x7tjrvhzn86n1gc","kd70cgrajsrnk5gmq60rhq30zd86nyc0",[220,3215,3214,2116],{"evaluatedAt":3222,"extractAt":3223,"updatedAt":3222},1778683605144,1778683100520,{"_creationTime":3225,"_id":3226,"community":3227,"display":3228,"identity":3234,"providers":3238,"relations":3246,"tags":3248,"workflow":3249},1778695021936.56,"k1723x33e9wmk09m7z9b27kykd86nyk0",{"reviewCount":8},{"description":3229,"installMethods":3230,"name":3232,"sourceUrl":3233},"Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any fallback browsing to official OpenAI domains.",{"claudeCode":3231},"openai/skills","openai-docs","https://github.com/openai/skills",{"basePath":3235,"githubOwner":3236,"githubRepo":3237,"locale":18,"slug":3232,"type":267},"skills/.system/openai-docs","openai","skills",{"evaluate":3239,"extract":3245},{"promptVersionExtension":213,"promptVersionScoring":214,"score":3240,"tags":3241,"targetMarket":225,"tier":302},75,[3236,3242,3243,3244,221],"documentation","developer-docs","api-guidance",{"commitSha":304},{"repoId":3247},"kd75n2zj3yh472p25zffgycved86mnpx",[3244,3243,3242,221,3236],{"evaluatedAt":3250,"extractAt":3251,"updatedAt":3250},1778695428874,1778695021936]