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