[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ruvnet-vector-cluster-zh-CN":3,"guides-for-ruvnet-vector-cluster":3183,"similar-k17fz22hrbjzv0n6cgeqwvesz586n0qc-zh-CN":3184},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":253,"isFallback":234,"parentExtension":258,"providers":323,"relations":327,"repo":328,"tags":3181,"workflow":3182},1778696691708.3298,"k17fz22hrbjzv0n6cgeqwvesz586n0qc",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Cluster code by graph community detection via npx ruvector@0.2.25 hooks graph-cluster (spectral / Louvain)",{"claudeCode":12},"ruvnet/ruflo","vector-cluster","https://github.com/ruvnet/ruflo",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":232,"workflow":251},1778701299195.6094,"kn77962wkt58wv7tg9epxfb3cn86nyx7","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":201,"practices":205,"prerequisites":206,"promptVersionExtension":209,"promptVersionScoring":210,"purpose":211,"rationale":212,"score":213,"summary":214,"tags":215,"targetMarket":221,"tier":222,"useCases":223,"workflow":227},[21,26,29,32,36,39,43,47,50,53,57,61,64,69,72,75,78,81,84,87,91,95,100,104,109,112,115,118,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of clustering code by graph community detection and identifies the tool and method used.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a specific implementation of graph community detection using `ruvector`, providing value beyond a general LLM capability for this task.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides clear installation steps, execution commands, and output interpretation guidance, enabling immediate use in a workflow.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on clustering vectors using graph community detection, a coherent and well-defined domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, accurate, and clearly communicates the skill's function and the specific tool it utilizes.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific commands like `hooks graph-cluster` and `hooks graph-mincut`, which are narrowly scoped actions.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md details the `argument-hint` and mentions specific flags like `--k N`, providing sufficient parameter reference.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names (`hooks graph-cluster`, `hooks graph-mincut`) are descriptive and relevant to the domain of graph clustering.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs appear to be well-defined arguments, and the output is described as JSON with cluster assignments, indicating a focused I/O.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT License, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The `package.json` file implies standard Node.js dependency management, and the explicit versioning of `ruvector` suggests careful handling.",{"category":65,"check":66,"severity":67,"summary":68},"Security","Secret Management","not_applicable","The skill does not appear to handle any secrets.",{"category":65,"check":70,"severity":24,"summary":71},"Injection","The skill executes specific commands and does not appear to load or execute arbitrary external code.",{"category":65,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill uses `npx` with a specific, versioned package, and installs dependencies via npm, avoiding remote execution risks.",{"category":65,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates on code files and outputs to stdout/memory, and the associated Ruflo project emphasizes security and path validation.",{"category":65,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls was found.",{"category":65,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's documented function is local analysis and does not involve sending data to third parties.",{"category":65,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled SKILL.md and README do not contain hidden text tricks.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill uses standard npm/npx commands with a specific version, avoiding obfuscated or dynamically fetched code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill expects file inputs but does not make assumptions about project structure beyond the need for `ruvector` to process them.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","warning","The project has a high number of open issues (68) compared to closed issues (373) in the last 90 days, indicating slow response times.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The `ruvector` package is explicitly versioned, and the Ruflo project itself shows versioning signals in its README and dependency management.",{"category":105,"check":106,"severity":107,"summary":108},"Code Execution","Validation","info","Input validation is implied by the command-line arguments but not explicitly detailed via a schema library.",{"category":65,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The operation is analytical and does not involve destructive actions.",{"category":105,"check":113,"severity":107,"summary":114},"Error Handling","Error handling details are not explicitly provided in the SKILL.md, though standard CLI/npm error reporting is expected.",{"category":105,"check":116,"severity":67,"summary":117},"Logging","The skill performs local analysis and does not involve destructive actions or outbound calls requiring logging.",{"category":119,"check":120,"severity":67,"summary":121},"Compliance","GDPR","The skill operates on code embeddings and does not handle personal data.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill operates on code and embeddings locally, with no regional or jurisdictional limitations; targetMarket is global.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on standard Node.js/npm, which is widely available, and the `ruvector` tool is explicitly versioned.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README provides a comprehensive overview of the Ruflo project, its capabilities, and installation.",{"category":33,"check":132,"severity":67,"summary":133},"Tool surface size","This is a skill, not a server with multiple tools. It exposes a single conceptual capability.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The skill exposes distinct commands for clustering (`graph-cluster`, `graph-mincut`) rather than overlapping synonyms.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","The advertised feature of clustering code is directly implemented by the `ruvector` command.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","Clear installation instructions for both the Claude Code plugin and CLI are provided in the README.",{"category":145,"check":146,"severity":107,"summary":147},"Errors","Actionable error messages","While not explicitly detailed, standard npm/CLI error reporting is expected, but specific actionable messages for this skill are not detailed.",{"category":149,"check":150,"severity":24,"summary":151},"Execution","Pinned dependencies","The SKILL.md explicitly pins `ruvector@0.2.25`, and the project's `package.json` with `package-lock.json` implies pinned dependencies.",{"category":33,"check":153,"severity":67,"summary":154},"Dry-run preview","The skill performs analysis and does not have state-changing operations or outbound data transmission requiring a dry-run.",{"category":156,"check":157,"severity":67,"summary":158},"Protocol","Idempotent retry & timeouts","The skill performs local analysis and does not involve remote calls or state-changing operations.",{"category":119,"check":160,"severity":24,"summary":161},"Telemetry opt-in","There is no indication of telemetry being emitted by this skill.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The skill clearly states its purpose (clustering code by graph community detection) and provides explicit usage instructions.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the skill's core capability and arguments.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md is concise and delegates deeper material to the README and other project documentation.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md provides a high-level overview and directs users to the comprehensive README for further details.",{"category":172,"check":176,"severity":67,"summary":177},"Forked exploration","This skill is short-form and does not involve deep exploration requiring `context: fork`.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The SKILL.md provides clear command examples for running the clustering and instructions on how to store the results.",{"category":22,"check":182,"severity":107,"summary":183},"Edge cases","The SKILL.md mentions a potential failure mode ('graph.nodes is not iterable') and its recovery ('run hooks init first'), but other edge cases are not detailed.",{"category":105,"check":185,"severity":67,"summary":186},"Tool Fallback","The skill uses npx with a specific version, not an external MCP server that would require fallback.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The SKILL.md provides guidance on expected inputs and potential errors, implicitly suggesting halting on unexpected states.",{"category":92,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is self-contained and does not appear to rely on other specific skills being loaded.",1778701298810,"This skill leverages `ruvector@0.2.25` to perform graph community detection (spectral/Louvain) on code embeddings, outputting cluster assignments and community labels.",[197,198,199,200],"Cluster code by graph community detection","Utilizes spectral and Louvain clustering algorithms","Integrates with `ruvector@0.2.25` via npx","Stores clustering results in memory",[202,203,204],"Distributed cluster operations","Namespaced k-means clustering over arbitrary embeddings (requires custom code)","The top-level `cluster` command in ruvector, which is for distributed ops",[],[207,208],"ruvector@0.2.25 installed or installable via npm","Node.js environment","3.0.0","4.4.0","To help users discover natural groupings and themes within collections of code embeddings using advanced graph-based clustering techniques.","The skill is well-documented, provides clear instructions, and uses specific, versioned tools. The main finding is the high number of open issues on the parent project, suggesting potential maintenance delays.",95,"A high-quality skill for code clustering using graph community detection.",[216,217,218,219,220],"code-analysis","embeddings","clustering","graph-analysis","ruvector","global","community",[224,225,226],"Discovering themes in large codebases","Identifying outliers or anomalies in embeddings","Organizing and categorizing vector collections",[228,229,230,231],"Ensure `ruvector@0.2.25` is available","Run `npx ruvector@0.2.25 hooks graph-cluster` or `hooks graph-mincut` with input files","Review the JSON output for cluster assignments and community labels","Store results using `mcp__claude-flow__memory_store`",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"popularity":245,"security":247,"testCoverage":250},{"hasLockfile":234},true,1778701287508,{"descriptionLength":237,"readmeSize":238},106,26155,{"closedIssues90d":240,"forks":241,"hasChangelog":234,"openIssues90d":242,"pushedAt":243,"stars":244},373,5603,68,1778694187000,50209,{"npmDownloads":246},68309,{"hasNpmPackage":234,"license":248,"smitheryVerified":249},"MIT",false,{"hasCi":234,"hasTests":234},{"updatedAt":252},1778701299195,{"basePath":254,"githubOwner":255,"githubRepo":256,"locale":18,"slug":13,"type":257},"plugins/ruflo-ruvector/skills/vector-cluster","ruvnet","ruflo","skill",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":266,"parentExtension":269,"providers":304,"relations":319,"tags":320,"workflow":321},1778696691708.2754,"k17710fw96s8hs1y3j2cye3aa586n523",{"reviewCount":8},{"description":263,"installMethods":264,"name":265,"sourceUrl":14},"Self-learning vector database via npx ruvector@0.2.25 — HNSW, adaptive LoRA embeddings, code-graph clustering, hooks routing, brain/SONA, 103 MCP tools",{"claudeCode":265},"ruflo-ruvector",{"basePath":267,"githubOwner":255,"githubRepo":256,"locale":18,"slug":265,"type":268},"plugins/ruflo-ruvector","plugin",{"_creationTime":270,"_id":271,"community":272,"display":273,"identity":276,"providers":279,"relations":298,"tags":300,"workflow":301},1778696691708.2678,"k1753196a11bz5jzm7hqzasr0h86nk71",{"reviewCount":8},{"description":274,"installMethods":275,"name":256,"sourceUrl":14},"RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering",{"claudeCode":12},{"basePath":277,"githubOwner":255,"githubRepo":256,"locale":18,"slug":256,"type":278},"","marketplace",{"evaluate":280,"extract":292},{"promptVersionExtension":281,"promptVersionScoring":210,"score":282,"tags":283,"targetMarket":221,"tier":222},"3.1.0",78,[284,285,286,287,288,289,290,291],"multi-agent","orchestration","ai-agents","software-engineering","code-quality","security","devops","memory",{"commitSha":293,"marketplace":294,"plugin":296},"HEAD",{"name":256,"pluginCount":295},32,{"mcpCount":8,"provider":297,"skillCount":8},"classify",{"repoId":299},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[286,288,290,291,284,285,289,287],{"evaluatedAt":302,"extractAt":303,"updatedAt":302},1778696722996,1778696691708,{"evaluate":305,"extract":316},{"promptVersionExtension":209,"promptVersionScoring":210,"score":306,"tags":307,"targetMarket":221,"tier":315},98,[308,309,310,311,312,313,314],"vector-database","embedding","search","rust","npm","cli","mcp","verified",{"commitSha":293,"license":248,"plugin":317},{"mcpCount":8,"provider":297,"skillCount":318},4,{"parentExtensionId":271,"repoId":299},[313,309,314,312,311,310,308],{"evaluatedAt":322,"extractAt":303,"updatedAt":322},1778697220629,{"evaluate":324,"extract":326},{"promptVersionExtension":209,"promptVersionScoring":210,"score":213,"tags":325,"targetMarket":221,"tier":222},[216,217,218,219,220],{"commitSha":293,"license":248},{"parentExtensionId":260,"repoId":299},{"_creationTime":329,"_id":299,"identity":330,"providers":331,"workflow":3176},1778696678472.3906,{"githubOwner":255,"githubRepo":256,"sourceUrl":14},{"classify":332,"discover":3148,"extract":3151,"github":3152,"npm":3175},{"commitSha":293,"extensions":333},[334,347,380,401,420,437,456,473,490,509,530,549,566,597,614,635,652,669,686,703,720,749,770,809,828,847,876,893,910,927,960,977,995,1014,1030,1039,1047,1055,1063,1071,1079,1087,1095,1103,1111,1119,1127,1135,1143,1151,1159,1167,1175,1183,1191,1199,1207,1215,1223,1231,1239,1247,1255,1263,1271,1279,1287,1295,1303,1311,1319,1327,1335,1343,1351,1359,1367,1375,1383,1391,1399,1407,1415,1423,1431,1439,1447,1455,1463,1471,1479,1487,1495,1503,1511,1519,1527,1535,1543,1551,1559,1567,1575,1583,1591,1599,1607,1615,1623,1631,1639,1647,1655,1663,1671,1679,1687,1695,1703,1711,1719,1727,1735,1743,1751,1759,1767,1775,1783,1791,1799,1806,1814,1823,1831,1839,1847,1855,1863,1871,1879,1887,1895,1903,1915,1923,1931,1939,1947,1955,1967,1975,1983,1991,1999,2007,2015,2023,2031,2039,2047,2055,2063,2071,2079,2087,2095,2103,2111,2119,2127,2135,2143,2151,2159,2167,2175,2183,2191,2199,2207,2215,2223,2231,2239,2247,2255,2263,2271,2279,2287,2295,2303,2311,2319,2327,2335,2343,2351,2359,2367,2375,2383,2391,2399,2407,2415,2423,2431,2439,2447,2455,2463,2471,2479,2487,2495,2503,2511,2519,2527,2535,2543,2551,2559,2567,2575,2583,2591,2599,2607,2615,2623,2631,2639,2647,2655,2663,2671,2679,2687,2695,2703,2711,2719,2727,2735,2743,2751,2759,2767,2775,2783,2791,2799,2804,2812,2820,2828,2836,2844,2852,2860,2868,2876,2884,2892,2900,2908,2916,2924,2932,2940,2948,2956,2966,2975,3091,3102,3114,3128,3138],{"basePath":277,"description":274,"displayName":256,"installMethods":335,"rationale":336,"selectedPaths":337,"source":346,"sourceLanguage":18,"type":278},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[338,341,343],{"path":339,"priority":340},".claude-plugin/marketplace.json","mandatory",{"path":342,"priority":340},"README.md",{"path":344,"priority":345},"LICENSE","high","rule",{"basePath":348,"description":349,"displayName":350,"installMethods":351,"license":248,"rationale":352,"selectedPaths":353,"source":346,"sourceLanguage":18,"type":268},"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":350},"plugin manifest at plugins/ruflo-core/.claude-plugin/plugin.json",[354,356,357,360,362,364,366,368,370,372,374,376,378],{"path":355,"priority":340},".claude-plugin/plugin.json",{"path":342,"priority":340},{"path":358,"priority":359},"skills/discover-plugins/SKILL.md","medium",{"path":361,"priority":359},"skills/init-project/SKILL.md",{"path":363,"priority":359},"skills/ruflo-doctor/SKILL.md",{"path":365,"priority":359},"skills/witness/SKILL.md",{"path":367,"priority":345},"agents/coder.md",{"path":369,"priority":345},"agents/researcher.md",{"path":371,"priority":345},"agents/reviewer.md",{"path":373,"priority":345},"agents/witness-curator.md",{"path":375,"priority":345},"commands/ruflo-status.md",{"path":377,"priority":345},"commands/witness.md",{"path":379,"priority":345},"hooks/hooks.json",{"basePath":381,"description":382,"displayName":383,"installMethods":384,"license":248,"rationale":385,"selectedPaths":386,"source":346,"sourceLanguage":18,"type":268},"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":383},"plugin manifest at plugins/ruflo-swarm/.claude-plugin/plugin.json",[387,388,389,391,393,395,397,399],{"path":355,"priority":340},{"path":342,"priority":340},{"path":390,"priority":359},"skills/monitor-stream/SKILL.md",{"path":392,"priority":359},"skills/swarm-init/SKILL.md",{"path":394,"priority":345},"agents/architect.md",{"path":396,"priority":345},"agents/coordinator.md",{"path":398,"priority":345},"commands/swarm.md",{"path":400,"priority":345},"commands/watch.md",{"basePath":402,"description":403,"displayName":404,"installMethods":405,"license":248,"rationale":406,"selectedPaths":407,"source":346,"sourceLanguage":18,"type":268},"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":404},"plugin manifest at plugins/ruflo-loop-workers/.claude-plugin/plugin.json",[408,409,410,412,414,416,418],{"path":355,"priority":340},{"path":342,"priority":340},{"path":411,"priority":359},"skills/cron-schedule/SKILL.md",{"path":413,"priority":359},"skills/loop-worker/SKILL.md",{"path":415,"priority":345},"agents/loop-worker-coordinator.md",{"path":417,"priority":345},"commands/ruflo-loop.md",{"path":419,"priority":345},"commands/ruflo-schedule.md",{"basePath":421,"description":422,"displayName":423,"installMethods":424,"license":248,"rationale":425,"selectedPaths":426,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-security-audit","Security review, dependency scanning, policy gates, and CVE monitoring","ruflo-security-audit",{"claudeCode":423},"plugin manifest at plugins/ruflo-security-audit/.claude-plugin/plugin.json",[427,428,429,431,433,435],{"path":355,"priority":340},{"path":342,"priority":340},{"path":430,"priority":359},"skills/dependency-check/SKILL.md",{"path":432,"priority":359},"skills/security-scan/SKILL.md",{"path":434,"priority":345},"agents/security-auditor.md",{"path":436,"priority":345},"commands/audit.md",{"basePath":438,"description":439,"displayName":440,"installMethods":441,"license":248,"rationale":442,"selectedPaths":443,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-rag-memory","RuVector memory with HNSW search, AgentDB, and semantic retrieval","ruflo-rag-memory",{"claudeCode":440},"plugin manifest at plugins/ruflo-rag-memory/.claude-plugin/plugin.json",[444,445,446,448,450,452,454],{"path":355,"priority":340},{"path":342,"priority":340},{"path":447,"priority":359},"skills/memory-bridge/SKILL.md",{"path":449,"priority":359},"skills/memory-search/SKILL.md",{"path":451,"priority":345},"agents/memory-specialist.md",{"path":453,"priority":345},"commands/recall.md",{"path":455,"priority":345},"commands/ruflo-memory.md",{"basePath":457,"description":458,"displayName":459,"installMethods":460,"license":248,"rationale":461,"selectedPaths":462,"source":346,"sourceLanguage":18,"type":268},"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":459},"plugin manifest at plugins/ruflo-testgen/.claude-plugin/plugin.json",[463,464,465,467,469,471],{"path":355,"priority":340},{"path":342,"priority":340},{"path":466,"priority":359},"skills/tdd-workflow/SKILL.md",{"path":468,"priority":359},"skills/test-gaps/SKILL.md",{"path":470,"priority":345},"agents/tester.md",{"path":472,"priority":345},"commands/testgen.md",{"basePath":474,"description":475,"displayName":476,"installMethods":477,"license":248,"rationale":478,"selectedPaths":479,"source":346,"sourceLanguage":18,"type":268},"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":476},"plugin manifest at plugins/ruflo-docs/.claude-plugin/plugin.json",[480,481,482,484,486,488],{"path":355,"priority":340},{"path":342,"priority":340},{"path":483,"priority":359},"skills/api-docs/SKILL.md",{"path":485,"priority":359},"skills/doc-gen/SKILL.md",{"path":487,"priority":345},"agents/docs-writer.md",{"path":489,"priority":345},"commands/ruflo-docs.md",{"basePath":491,"description":492,"displayName":493,"installMethods":494,"license":248,"rationale":495,"selectedPaths":496,"source":346,"sourceLanguage":18,"type":268},"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":493},"plugin manifest at plugins/ruflo-autopilot/.claude-plugin/plugin.json",[497,498,499,501,503,505,507],{"path":355,"priority":340},{"path":342,"priority":340},{"path":500,"priority":359},"skills/autopilot-loop/SKILL.md",{"path":502,"priority":359},"skills/autopilot-predict/SKILL.md",{"path":504,"priority":345},"agents/autopilot-coordinator.md",{"path":506,"priority":345},"commands/autopilot-status.md",{"path":508,"priority":345},"commands/autopilot.md",{"basePath":510,"description":511,"displayName":512,"installMethods":513,"license":248,"rationale":514,"selectedPaths":515,"source":346,"sourceLanguage":18,"type":268},"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":512},"plugin manifest at plugins/ruflo-intelligence/.claude-plugin/plugin.json",[516,517,518,520,522,524,526,528],{"path":355,"priority":340},{"path":342,"priority":340},{"path":519,"priority":359},"skills/intelligence-route/SKILL.md",{"path":521,"priority":359},"skills/intelligence-transfer/SKILL.md",{"path":523,"priority":359},"skills/neural-train/SKILL.md",{"path":525,"priority":345},"agents/intelligence-specialist.md",{"path":527,"priority":345},"commands/intelligence.md",{"path":529,"priority":345},"commands/neural.md",{"basePath":531,"description":532,"displayName":533,"installMethods":534,"license":248,"rationale":535,"selectedPaths":536,"source":346,"sourceLanguage":18,"type":268},"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":533},"plugin manifest at plugins/ruflo-agentdb/.claude-plugin/plugin.json",[537,538,539,541,543,545,547],{"path":355,"priority":340},{"path":342,"priority":340},{"path":540,"priority":359},"skills/agentdb-query/SKILL.md",{"path":542,"priority":359},"skills/vector-search/SKILL.md",{"path":544,"priority":345},"agents/agentdb-specialist.md",{"path":546,"priority":345},"commands/agentdb.md",{"path":548,"priority":345},"commands/embeddings.md",{"basePath":550,"description":551,"displayName":552,"installMethods":553,"license":248,"rationale":554,"selectedPaths":555,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-aidefence","AI safety scanning, PII detection, prompt injection defense, and adaptive threat learning","ruflo-aidefence",{"claudeCode":552},"plugin manifest at plugins/ruflo-aidefence/.claude-plugin/plugin.json",[556,557,558,560,562,564],{"path":355,"priority":340},{"path":342,"priority":340},{"path":559,"priority":359},"skills/pii-detect/SKILL.md",{"path":561,"priority":359},"skills/safety-scan/SKILL.md",{"path":563,"priority":345},"agents/safety-specialist.md",{"path":565,"priority":345},"commands/aidefence.md",{"basePath":567,"description":568,"displayName":569,"installMethods":570,"license":248,"rationale":571,"selectedPaths":572,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-browser","Session-as-skill browser automation: Playwright + RVF cognitive containers + ruvector trajectories + AgentDB selector memory + AIDefence PII/injection gates","ruflo-browser",{"claudeCode":569},"plugin manifest at plugins/ruflo-browser/.claude-plugin/plugin.json",[573,574,575,577,579,581,583,585,587,589,591,593,595],{"path":355,"priority":340},{"path":342,"priority":340},{"path":576,"priority":359},"skills/browser-auth-flow/SKILL.md",{"path":578,"priority":359},"skills/browser-extract/SKILL.md",{"path":580,"priority":359},"skills/browser-form-fill/SKILL.md",{"path":582,"priority":359},"skills/browser-login/SKILL.md",{"path":584,"priority":359},"skills/browser-record/SKILL.md",{"path":586,"priority":359},"skills/browser-replay/SKILL.md",{"path":588,"priority":359},"skills/browser-scrape/SKILL.md",{"path":590,"priority":359},"skills/browser-screenshot-diff/SKILL.md",{"path":592,"priority":359},"skills/browser-test/SKILL.md",{"path":594,"priority":345},"agents/browser-agent.md",{"path":596,"priority":345},"commands/ruflo-browser.md",{"basePath":598,"description":599,"displayName":600,"installMethods":601,"license":248,"rationale":602,"selectedPaths":603,"source":346,"sourceLanguage":18,"type":268},"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":600},"plugin manifest at plugins/ruflo-jujutsu/.claude-plugin/plugin.json",[604,605,606,608,610,612],{"path":355,"priority":340},{"path":342,"priority":340},{"path":607,"priority":359},"skills/diff-analyze/SKILL.md",{"path":609,"priority":359},"skills/git-workflow/SKILL.md",{"path":611,"priority":345},"agents/git-specialist.md",{"path":613,"priority":345},"commands/jujutsu.md",{"basePath":615,"description":616,"displayName":617,"installMethods":618,"license":248,"rationale":619,"selectedPaths":620,"source":346,"sourceLanguage":18,"type":268},"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":617},"plugin manifest at plugins/ruflo-agent/.claude-plugin/plugin.json",[621,622,623,625,627,629,631,633],{"path":355,"priority":340},{"path":342,"priority":340},{"path":624,"priority":359},"skills/managed-agent/SKILL.md",{"path":626,"priority":359},"skills/wasm-agent/SKILL.md",{"path":628,"priority":359},"skills/wasm-gallery/SKILL.md",{"path":630,"priority":345},"agents/wasm-specialist.md",{"path":632,"priority":345},"commands/managed-agent.md",{"path":634,"priority":345},"commands/wasm.md",{"basePath":636,"description":637,"displayName":638,"installMethods":639,"license":248,"rationale":640,"selectedPaths":641,"source":346,"sourceLanguage":18,"type":268},"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":638},"plugin manifest at plugins/ruflo-workflows/.claude-plugin/plugin.json",[642,643,644,646,648,650],{"path":355,"priority":340},{"path":342,"priority":340},{"path":645,"priority":359},"skills/workflow-create/SKILL.md",{"path":647,"priority":359},"skills/workflow-run/SKILL.md",{"path":649,"priority":345},"agents/workflow-specialist.md",{"path":651,"priority":345},"commands/workflow.md",{"basePath":653,"description":654,"displayName":655,"installMethods":656,"license":248,"rationale":657,"selectedPaths":658,"source":346,"sourceLanguage":18,"type":268},"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":655},"plugin manifest at plugins/ruflo-daa/.claude-plugin/plugin.json",[659,660,661,663,665,667],{"path":355,"priority":340},{"path":342,"priority":340},{"path":662,"priority":359},"skills/cognitive-pattern/SKILL.md",{"path":664,"priority":359},"skills/daa-agent/SKILL.md",{"path":666,"priority":345},"agents/daa-specialist.md",{"path":668,"priority":345},"commands/daa.md",{"basePath":670,"description":671,"displayName":672,"installMethods":673,"license":248,"rationale":674,"selectedPaths":675,"source":346,"sourceLanguage":18,"type":268},"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":672},"plugin manifest at plugins/ruflo-ruvllm/.claude-plugin/plugin.json",[676,677,678,680,682,684],{"path":355,"priority":340},{"path":342,"priority":340},{"path":679,"priority":359},"skills/chat-format/SKILL.md",{"path":681,"priority":359},"skills/llm-config/SKILL.md",{"path":683,"priority":345},"agents/llm-specialist.md",{"path":685,"priority":345},"commands/ruvllm.md",{"basePath":687,"description":688,"displayName":689,"installMethods":690,"license":248,"rationale":691,"selectedPaths":692,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-rvf","RVF format for portable agent memory, session persistence, and cross-platform transfer","ruflo-rvf",{"claudeCode":689},"plugin manifest at plugins/ruflo-rvf/.claude-plugin/plugin.json",[693,694,695,697,699,701],{"path":355,"priority":340},{"path":342,"priority":340},{"path":696,"priority":359},"skills/rvf-manage/SKILL.md",{"path":698,"priority":359},"skills/session-persist/SKILL.md",{"path":700,"priority":345},"agents/session-specialist.md",{"path":702,"priority":345},"commands/rvf.md",{"basePath":704,"description":705,"displayName":706,"installMethods":707,"license":248,"rationale":708,"selectedPaths":709,"source":346,"sourceLanguage":18,"type":268},"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":706},"plugin manifest at plugins/ruflo-plugin-creator/.claude-plugin/plugin.json",[710,711,712,714,716,718],{"path":355,"priority":340},{"path":342,"priority":340},{"path":713,"priority":359},"skills/create-plugin/SKILL.md",{"path":715,"priority":359},"skills/validate-plugin/SKILL.md",{"path":717,"priority":345},"agents/plugin-developer.md",{"path":719,"priority":345},"commands/create-plugin.md",{"basePath":721,"description":722,"displayName":723,"installMethods":724,"license":248,"rationale":725,"selectedPaths":726,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-goals","Long-horizon goal planning, deep research orchestration, and adaptive replanning using GOAP algorithms","ruflo-goals",{"claudeCode":723},"plugin manifest at plugins/ruflo-goals/.claude-plugin/plugin.json",[727,728,729,731,733,735,737,739,741,743,745,747],{"path":355,"priority":340},{"path":342,"priority":340},{"path":730,"priority":359},"skills/deep-research/SKILL.md",{"path":732,"priority":359},"skills/dossier-collect/SKILL.md",{"path":734,"priority":359},"skills/goal-plan/SKILL.md",{"path":736,"priority":359},"skills/horizon-track/SKILL.md",{"path":738,"priority":359},"skills/research-synthesize/SKILL.md",{"path":740,"priority":345},"agents/deep-researcher.md",{"path":742,"priority":345},"agents/dossier-investigator.md",{"path":744,"priority":345},"agents/goal-planner.md",{"path":746,"priority":345},"agents/horizon-tracker.md",{"path":748,"priority":345},"commands/goals.md",{"basePath":750,"description":751,"displayName":752,"installMethods":753,"license":248,"rationale":754,"selectedPaths":755,"source":346,"sourceLanguage":18,"type":268},"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":752},"plugin manifest at plugins/ruflo-adr/.claude-plugin/plugin.json",[756,757,758,760,762,764,766,768],{"path":355,"priority":340},{"path":342,"priority":340},{"path":759,"priority":359},"skills/adr-create/SKILL.md",{"path":761,"priority":359},"skills/adr-index/SKILL.md",{"path":763,"priority":359},"skills/adr-review/SKILL.md",{"path":765,"priority":359},"skills/adr-verify/SKILL.md",{"path":767,"priority":345},"agents/adr-architect.md",{"path":769,"priority":345},"commands/adr.md",{"basePath":771,"description":772,"displayName":773,"installMethods":774,"license":248,"rationale":775,"selectedPaths":776,"source":346,"sourceLanguage":18,"type":268},"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":773},"plugin manifest at plugins/ruflo-cost-tracker/.claude-plugin/plugin.json",[777,778,779,781,783,785,787,789,791,793,795,797,799,801,803,805,807],{"path":355,"priority":340},{"path":342,"priority":340},{"path":780,"priority":359},"skills/cost-benchmark/SKILL.md",{"path":782,"priority":359},"skills/cost-booster-edit/SKILL.md",{"path":784,"priority":359},"skills/cost-booster-route/SKILL.md",{"path":786,"priority":359},"skills/cost-budget-check/SKILL.md",{"path":788,"priority":359},"skills/cost-compact-context/SKILL.md",{"path":790,"priority":359},"skills/cost-conversation/SKILL.md",{"path":792,"priority":359},"skills/cost-export/SKILL.md",{"path":794,"priority":359},"skills/cost-federation/SKILL.md",{"path":796,"priority":359},"skills/cost-optimize/SKILL.md",{"path":798,"priority":359},"skills/cost-report/SKILL.md",{"path":800,"priority":359},"skills/cost-summary/SKILL.md",{"path":802,"priority":359},"skills/cost-track/SKILL.md",{"path":804,"priority":359},"skills/cost-trend/SKILL.md",{"path":806,"priority":345},"agents/cost-analyst.md",{"path":808,"priority":345},"commands/ruflo-cost.md",{"basePath":810,"description":811,"displayName":812,"installMethods":813,"license":248,"rationale":814,"selectedPaths":815,"source":346,"sourceLanguage":18,"type":268},"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":812},"plugin manifest at plugins/ruflo-ddd/.claude-plugin/plugin.json",[816,817,818,820,822,824,826],{"path":355,"priority":340},{"path":342,"priority":340},{"path":819,"priority":359},"skills/ddd-aggregate/SKILL.md",{"path":821,"priority":359},"skills/ddd-context/SKILL.md",{"path":823,"priority":359},"skills/ddd-validate/SKILL.md",{"path":825,"priority":345},"agents/domain-modeler.md",{"path":827,"priority":345},"commands/ddd.md",{"basePath":829,"description":830,"displayName":831,"installMethods":832,"license":248,"rationale":833,"selectedPaths":834,"source":346,"sourceLanguage":18,"type":268},"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":831},"plugin manifest at plugins/ruflo-federation/.claude-plugin/plugin.json",[835,836,837,839,841,843,845],{"path":355,"priority":340},{"path":342,"priority":340},{"path":838,"priority":359},"skills/federation-audit/SKILL.md",{"path":840,"priority":359},"skills/federation-init/SKILL.md",{"path":842,"priority":359},"skills/federation-status/SKILL.md",{"path":844,"priority":345},"agents/federation-coordinator.md",{"path":846,"priority":345},"commands/federation.md",{"basePath":848,"description":849,"displayName":850,"installMethods":851,"license":248,"rationale":852,"selectedPaths":853,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-iot-cognitum","IoT device lifecycle, telemetry anomaly detection, fleet management, and witness chain verification for Cognitum Seed hardware","ruflo-iot-cognitum",{"claudeCode":850},"plugin manifest at plugins/ruflo-iot-cognitum/.claude-plugin/plugin.json",[854,855,856,858,860,862,864,866,868,870,872,874],{"path":355,"priority":340},{"path":342,"priority":340},{"path":857,"priority":359},"skills/iot-anomalies/SKILL.md",{"path":859,"priority":359},"skills/iot-firmware/SKILL.md",{"path":861,"priority":359},"skills/iot-fleet/SKILL.md",{"path":863,"priority":359},"skills/iot-register/SKILL.md",{"path":865,"priority":359},"skills/iot-witness-verify/SKILL.md",{"path":867,"priority":345},"agents/device-coordinator.md",{"path":869,"priority":345},"agents/fleet-manager.md",{"path":871,"priority":345},"agents/telemetry-analyzer.md",{"path":873,"priority":345},"agents/witness-auditor.md",{"path":875,"priority":345},"commands/iot.md",{"basePath":877,"description":878,"displayName":879,"installMethods":880,"license":248,"rationale":881,"selectedPaths":882,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-knowledge-graph","Knowledge graph construction — entity extraction, relation mapping, and pathfinder graph traversal","ruflo-knowledge-graph",{"claudeCode":879},"plugin manifest at plugins/ruflo-knowledge-graph/.claude-plugin/plugin.json",[883,884,885,887,889,891],{"path":355,"priority":340},{"path":342,"priority":340},{"path":886,"priority":359},"skills/kg-extract/SKILL.md",{"path":888,"priority":359},"skills/kg-traverse/SKILL.md",{"path":890,"priority":345},"agents/graph-navigator.md",{"path":892,"priority":345},"commands/kg.md",{"basePath":894,"description":895,"displayName":896,"installMethods":897,"license":248,"rationale":898,"selectedPaths":899,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-market-data","Market data ingestion — feed normalization, OHLCV vectorization, and HNSW-indexed pattern matching","ruflo-market-data",{"claudeCode":896},"plugin manifest at plugins/ruflo-market-data/.claude-plugin/plugin.json",[900,901,902,904,906,908],{"path":355,"priority":340},{"path":342,"priority":340},{"path":903,"priority":359},"skills/market-ingest/SKILL.md",{"path":905,"priority":359},"skills/market-pattern/SKILL.md",{"path":907,"priority":345},"agents/data-engineer.md",{"path":909,"priority":345},"commands/market.md",{"basePath":911,"description":912,"displayName":913,"installMethods":914,"license":248,"rationale":915,"selectedPaths":916,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-migrations","Schema migration management — generate, validate, dry-run, and rollback database migrations","ruflo-migrations",{"claudeCode":913},"plugin manifest at plugins/ruflo-migrations/.claude-plugin/plugin.json",[917,918,919,921,923,925],{"path":355,"priority":340},{"path":342,"priority":340},{"path":920,"priority":359},"skills/migrate-create/SKILL.md",{"path":922,"priority":359},"skills/migrate-validate/SKILL.md",{"path":924,"priority":345},"agents/migration-engineer.md",{"path":926,"priority":345},"commands/migrate.md",{"basePath":928,"description":929,"displayName":930,"installMethods":931,"license":248,"rationale":932,"selectedPaths":933,"source":346,"sourceLanguage":18,"type":268},"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":930},"plugin manifest at plugins/ruflo-neural-trader/.claude-plugin/plugin.json",[934,935,936,938,940,942,944,946,948,950,952,954,956,958],{"path":355,"priority":340},{"path":342,"priority":340},{"path":937,"priority":359},"skills/trader-backtest/SKILL.md",{"path":939,"priority":359},"skills/trader-cloud-backtest/SKILL.md",{"path":941,"priority":359},"skills/trader-portfolio/SKILL.md",{"path":943,"priority":359},"skills/trader-regime/SKILL.md",{"path":945,"priority":359},"skills/trader-risk/SKILL.md",{"path":947,"priority":359},"skills/trader-signal/SKILL.md",{"path":949,"priority":359},"skills/trader-train/SKILL.md",{"path":951,"priority":345},"agents/backtest-engineer.md",{"path":953,"priority":345},"agents/market-analyst.md",{"path":955,"priority":345},"agents/risk-analyst.md",{"path":957,"priority":345},"agents/trading-strategist.md",{"path":959,"priority":345},"commands/trader.md",{"basePath":961,"description":962,"displayName":963,"installMethods":964,"license":248,"rationale":965,"selectedPaths":966,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-observability","Structured logging, distributed tracing, and metrics — correlate agent swarm activity with application telemetry","ruflo-observability",{"claudeCode":963},"plugin manifest at plugins/ruflo-observability/.claude-plugin/plugin.json",[967,968,969,971,973,975],{"path":355,"priority":340},{"path":342,"priority":340},{"path":970,"priority":359},"skills/observe-metrics/SKILL.md",{"path":972,"priority":359},"skills/observe-trace/SKILL.md",{"path":974,"priority":345},"agents/observability-engineer.md",{"path":976,"priority":345},"commands/observe.md",{"basePath":267,"description":263,"displayName":265,"installMethods":978,"license":248,"rationale":979,"selectedPaths":980,"source":346,"sourceLanguage":18,"type":268},{"claudeCode":265},"plugin manifest at plugins/ruflo-ruvector/.claude-plugin/plugin.json",[981,982,983,985,987,989,991,993],{"path":355,"priority":340},{"path":342,"priority":340},{"path":984,"priority":359},"skills/vector-cluster/SKILL.md",{"path":986,"priority":359},"skills/vector-embed/SKILL.md",{"path":988,"priority":359},"skills/vector-hyperbolic/SKILL.md",{"path":990,"priority":359},"skills/vector-setup/SKILL.md",{"path":992,"priority":345},"agents/vector-engineer.md",{"path":994,"priority":345},"commands/vector.md",{"basePath":996,"description":997,"displayName":998,"installMethods":999,"license":248,"rationale":1000,"selectedPaths":1001,"source":346,"sourceLanguage":18,"type":268},"plugins/ruflo-sparc","SPARC methodology — Specification, Pseudocode, Architecture, Refinement, Completion phases with gate checks","ruflo-sparc",{"claudeCode":998},"plugin manifest at plugins/ruflo-sparc/.claude-plugin/plugin.json",[1002,1003,1004,1006,1008,1010,1012],{"path":355,"priority":340},{"path":342,"priority":340},{"path":1005,"priority":359},"skills/sparc-implement/SKILL.md",{"path":1007,"priority":359},"skills/sparc-refine/SKILL.md",{"path":1009,"priority":359},"skills/sparc-spec/SKILL.md",{"path":1011,"priority":345},"agents/sparc-orchestrator.md",{"path":1013,"priority":345},"commands/ruflo-sparc.md",{"basePath":277,"description":1015,"displayName":1016,"installMethods":1017,"license":248,"rationale":1018,"selectedPaths":1019,"source":346,"sourceLanguage":18,"type":268},"Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities","claude-flow",{"claudeCode":1016},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at plugin)",[1020,1021,1022,1023,1026,1028],{"path":355,"priority":340},{"path":342,"priority":340},{"path":344,"priority":345},{"path":1024,"priority":1025},"bin/cli.js","low",{"path":1027,"priority":1025},"bin/npx-repair.js",{"path":1029,"priority":1025},"bin/npx-safe-launch.js",{"basePath":1031,"description":1032,"displayName":1033,"installMethods":1034,"rationale":1035,"selectedPaths":1036,"source":346,"sourceLanguage":18,"type":257},".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",[1037],{"path":1038,"priority":340},"SKILL.md",{"basePath":1040,"description":1041,"displayName":1042,"installMethods":1043,"rationale":1044,"selectedPaths":1045,"source":346,"sourceLanguage":18,"type":257},".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",[1046],{"path":1038,"priority":340},{"basePath":1048,"description":1049,"displayName":1050,"installMethods":1051,"rationale":1052,"selectedPaths":1053,"source":346,"sourceLanguage":18,"type":257},".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",[1054],{"path":1038,"priority":340},{"basePath":1056,"description":1057,"displayName":1058,"installMethods":1059,"rationale":1060,"selectedPaths":1061,"source":346,"sourceLanguage":18,"type":257},".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",[1062],{"path":1038,"priority":340},{"basePath":1064,"description":1065,"displayName":1066,"installMethods":1067,"rationale":1068,"selectedPaths":1069,"source":346,"sourceLanguage":18,"type":257},".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",[1070],{"path":1038,"priority":340},{"basePath":1072,"description":1073,"displayName":1074,"installMethods":1075,"rationale":1076,"selectedPaths":1077,"source":346,"sourceLanguage":18,"type":257},".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",[1078],{"path":1038,"priority":340},{"basePath":1080,"description":1081,"displayName":1082,"installMethods":1083,"rationale":1084,"selectedPaths":1085,"source":346,"sourceLanguage":18,"type":257},".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",[1086],{"path":1038,"priority":340},{"basePath":1088,"description":1089,"displayName":1090,"installMethods":1091,"rationale":1092,"selectedPaths":1093,"source":346,"sourceLanguage":18,"type":257},".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",[1094],{"path":1038,"priority":340},{"basePath":1096,"description":1097,"displayName":1098,"installMethods":1099,"rationale":1100,"selectedPaths":1101,"source":346,"sourceLanguage":18,"type":257},".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",[1102],{"path":1038,"priority":340},{"basePath":1104,"description":1105,"displayName":1106,"installMethods":1107,"rationale":1108,"selectedPaths":1109,"source":346,"sourceLanguage":18,"type":257},".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",[1110],{"path":1038,"priority":340},{"basePath":1112,"description":1113,"displayName":1114,"installMethods":1115,"rationale":1116,"selectedPaths":1117,"source":346,"sourceLanguage":18,"type":257},".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",[1118],{"path":1038,"priority":340},{"basePath":1120,"description":1121,"displayName":1122,"installMethods":1123,"rationale":1124,"selectedPaths":1125,"source":346,"sourceLanguage":18,"type":257},".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",[1126],{"path":1038,"priority":340},{"basePath":1128,"description":1129,"displayName":1130,"installMethods":1131,"rationale":1132,"selectedPaths":1133,"source":346,"sourceLanguage":18,"type":257},".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",[1134],{"path":1038,"priority":340},{"basePath":1136,"description":1137,"displayName":1138,"installMethods":1139,"rationale":1140,"selectedPaths":1141,"source":346,"sourceLanguage":18,"type":257},".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",[1142],{"path":1038,"priority":340},{"basePath":1144,"description":1145,"displayName":1146,"installMethods":1147,"rationale":1148,"selectedPaths":1149,"source":346,"sourceLanguage":18,"type":257},".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",[1150],{"path":1038,"priority":340},{"basePath":1152,"description":1153,"displayName":1154,"installMethods":1155,"rationale":1156,"selectedPaths":1157,"source":346,"sourceLanguage":18,"type":257},".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",[1158],{"path":1038,"priority":340},{"basePath":1160,"description":1161,"displayName":1162,"installMethods":1163,"rationale":1164,"selectedPaths":1165,"source":346,"sourceLanguage":18,"type":257},".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",[1166],{"path":1038,"priority":340},{"basePath":1168,"description":1169,"displayName":1170,"installMethods":1171,"rationale":1172,"selectedPaths":1173,"source":346,"sourceLanguage":18,"type":257},".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",[1174],{"path":1038,"priority":340},{"basePath":1176,"description":1177,"displayName":1178,"installMethods":1179,"rationale":1180,"selectedPaths":1181,"source":346,"sourceLanguage":18,"type":257},".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",[1182],{"path":1038,"priority":340},{"basePath":1184,"description":1185,"displayName":1186,"installMethods":1187,"rationale":1188,"selectedPaths":1189,"source":346,"sourceLanguage":18,"type":257},".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",[1190],{"path":1038,"priority":340},{"basePath":1192,"description":1193,"displayName":1194,"installMethods":1195,"rationale":1196,"selectedPaths":1197,"source":346,"sourceLanguage":18,"type":257},".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",[1198],{"path":1038,"priority":340},{"basePath":1200,"description":1201,"displayName":1202,"installMethods":1203,"rationale":1204,"selectedPaths":1205,"source":346,"sourceLanguage":18,"type":257},".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",[1206],{"path":1038,"priority":340},{"basePath":1208,"description":1209,"displayName":1210,"installMethods":1211,"rationale":1212,"selectedPaths":1213,"source":346,"sourceLanguage":18,"type":257},".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",[1214],{"path":1038,"priority":340},{"basePath":1216,"description":1217,"displayName":1218,"installMethods":1219,"rationale":1220,"selectedPaths":1221,"source":346,"sourceLanguage":18,"type":257},".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",[1222],{"path":1038,"priority":340},{"basePath":1224,"description":1225,"displayName":1226,"installMethods":1227,"rationale":1228,"selectedPaths":1229,"source":346,"sourceLanguage":18,"type":257},".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",[1230],{"path":1038,"priority":340},{"basePath":1232,"description":1233,"displayName":1234,"installMethods":1235,"rationale":1236,"selectedPaths":1237,"source":346,"sourceLanguage":18,"type":257},".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",[1238],{"path":1038,"priority":340},{"basePath":1240,"description":1241,"displayName":1242,"installMethods":1243,"rationale":1244,"selectedPaths":1245,"source":346,"sourceLanguage":18,"type":257},".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",[1246],{"path":1038,"priority":340},{"basePath":1248,"description":1249,"displayName":1250,"installMethods":1251,"rationale":1252,"selectedPaths":1253,"source":346,"sourceLanguage":18,"type":257},".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",[1254],{"path":1038,"priority":340},{"basePath":1256,"description":1257,"displayName":1258,"installMethods":1259,"rationale":1260,"selectedPaths":1261,"source":346,"sourceLanguage":18,"type":257},".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",[1262],{"path":1038,"priority":340},{"basePath":1264,"description":1265,"displayName":1266,"installMethods":1267,"rationale":1268,"selectedPaths":1269,"source":346,"sourceLanguage":18,"type":257},".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",[1270],{"path":1038,"priority":340},{"basePath":1272,"description":1273,"displayName":1274,"installMethods":1275,"rationale":1276,"selectedPaths":1277,"source":346,"sourceLanguage":18,"type":257},".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",[1278],{"path":1038,"priority":340},{"basePath":1280,"description":1281,"displayName":1282,"installMethods":1283,"rationale":1284,"selectedPaths":1285,"source":346,"sourceLanguage":18,"type":257},".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",[1286],{"path":1038,"priority":340},{"basePath":1288,"description":1289,"displayName":1290,"installMethods":1291,"rationale":1292,"selectedPaths":1293,"source":346,"sourceLanguage":18,"type":257},".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",[1294],{"path":1038,"priority":340},{"basePath":1296,"description":1297,"displayName":1298,"installMethods":1299,"rationale":1300,"selectedPaths":1301,"source":346,"sourceLanguage":18,"type":257},".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",[1302],{"path":1038,"priority":340},{"basePath":1304,"description":1305,"displayName":1306,"installMethods":1307,"rationale":1308,"selectedPaths":1309,"source":346,"sourceLanguage":18,"type":257},".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",[1310],{"path":1038,"priority":340},{"basePath":1312,"description":1313,"displayName":1314,"installMethods":1315,"rationale":1316,"selectedPaths":1317,"source":346,"sourceLanguage":18,"type":257},".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",[1318],{"path":1038,"priority":340},{"basePath":1320,"description":1321,"displayName":1322,"installMethods":1323,"rationale":1324,"selectedPaths":1325,"source":346,"sourceLanguage":18,"type":257},".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",[1326],{"path":1038,"priority":340},{"basePath":1328,"description":1329,"displayName":1330,"installMethods":1331,"rationale":1332,"selectedPaths":1333,"source":346,"sourceLanguage":18,"type":257},".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",[1334],{"path":1038,"priority":340},{"basePath":1336,"description":1337,"displayName":1338,"installMethods":1339,"rationale":1340,"selectedPaths":1341,"source":346,"sourceLanguage":18,"type":257},".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",[1342],{"path":1038,"priority":340},{"basePath":1344,"description":1345,"displayName":1346,"installMethods":1347,"rationale":1348,"selectedPaths":1349,"source":346,"sourceLanguage":18,"type":257},".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",[1350],{"path":1038,"priority":340},{"basePath":1352,"description":1353,"displayName":1354,"installMethods":1355,"rationale":1356,"selectedPaths":1357,"source":346,"sourceLanguage":18,"type":257},".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",[1358],{"path":1038,"priority":340},{"basePath":1360,"description":1361,"displayName":1362,"installMethods":1363,"rationale":1364,"selectedPaths":1365,"source":346,"sourceLanguage":18,"type":257},".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",[1366],{"path":1038,"priority":340},{"basePath":1368,"description":1369,"displayName":1370,"installMethods":1371,"rationale":1372,"selectedPaths":1373,"source":346,"sourceLanguage":18,"type":257},".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",[1374],{"path":1038,"priority":340},{"basePath":1376,"description":1377,"displayName":1378,"installMethods":1379,"rationale":1380,"selectedPaths":1381,"source":346,"sourceLanguage":18,"type":257},".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",[1382],{"path":1038,"priority":340},{"basePath":1384,"description":1385,"displayName":1386,"installMethods":1387,"rationale":1388,"selectedPaths":1389,"source":346,"sourceLanguage":18,"type":257},".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",[1390],{"path":1038,"priority":340},{"basePath":1392,"description":1393,"displayName":1394,"installMethods":1395,"rationale":1396,"selectedPaths":1397,"source":346,"sourceLanguage":18,"type":257},".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",[1398],{"path":1038,"priority":340},{"basePath":1400,"description":1401,"displayName":1402,"installMethods":1403,"rationale":1404,"selectedPaths":1405,"source":346,"sourceLanguage":18,"type":257},".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",[1406],{"path":1038,"priority":340},{"basePath":1408,"description":1409,"displayName":1410,"installMethods":1411,"rationale":1412,"selectedPaths":1413,"source":346,"sourceLanguage":18,"type":257},".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",[1414],{"path":1038,"priority":340},{"basePath":1416,"description":1417,"displayName":1418,"installMethods":1419,"rationale":1420,"selectedPaths":1421,"source":346,"sourceLanguage":18,"type":257},".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",[1422],{"path":1038,"priority":340},{"basePath":1424,"description":1425,"displayName":1426,"installMethods":1427,"rationale":1428,"selectedPaths":1429,"source":346,"sourceLanguage":18,"type":257},".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",[1430],{"path":1038,"priority":340},{"basePath":1432,"description":1433,"displayName":1434,"installMethods":1435,"rationale":1436,"selectedPaths":1437,"source":346,"sourceLanguage":18,"type":257},".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",[1438],{"path":1038,"priority":340},{"basePath":1440,"description":1441,"displayName":1442,"installMethods":1443,"rationale":1444,"selectedPaths":1445,"source":346,"sourceLanguage":18,"type":257},".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",[1446],{"path":1038,"priority":340},{"basePath":1448,"description":1449,"displayName":1450,"installMethods":1451,"rationale":1452,"selectedPaths":1453,"source":346,"sourceLanguage":18,"type":257},".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",[1454],{"path":1038,"priority":340},{"basePath":1456,"description":1457,"displayName":1458,"installMethods":1459,"rationale":1460,"selectedPaths":1461,"source":346,"sourceLanguage":18,"type":257},".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",[1462],{"path":1038,"priority":340},{"basePath":1464,"description":1465,"displayName":1466,"installMethods":1467,"rationale":1468,"selectedPaths":1469,"source":346,"sourceLanguage":18,"type":257},".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",[1470],{"path":1038,"priority":340},{"basePath":1472,"description":1473,"displayName":1474,"installMethods":1475,"rationale":1476,"selectedPaths":1477,"source":346,"sourceLanguage":18,"type":257},".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",[1478],{"path":1038,"priority":340},{"basePath":1480,"description":1481,"displayName":1482,"installMethods":1483,"rationale":1484,"selectedPaths":1485,"source":346,"sourceLanguage":18,"type":257},".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",[1486],{"path":1038,"priority":340},{"basePath":1488,"description":1489,"displayName":1490,"installMethods":1491,"rationale":1492,"selectedPaths":1493,"source":346,"sourceLanguage":18,"type":257},".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",[1494],{"path":1038,"priority":340},{"basePath":1496,"description":1497,"displayName":1498,"installMethods":1499,"rationale":1500,"selectedPaths":1501,"source":346,"sourceLanguage":18,"type":257},".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",[1502],{"path":1038,"priority":340},{"basePath":1504,"description":1505,"displayName":1506,"installMethods":1507,"rationale":1508,"selectedPaths":1509,"source":346,"sourceLanguage":18,"type":257},".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",[1510],{"path":1038,"priority":340},{"basePath":1512,"description":1513,"displayName":1514,"installMethods":1515,"rationale":1516,"selectedPaths":1517,"source":346,"sourceLanguage":18,"type":257},".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",[1518],{"path":1038,"priority":340},{"basePath":1520,"description":1521,"displayName":1522,"installMethods":1523,"rationale":1524,"selectedPaths":1525,"source":346,"sourceLanguage":18,"type":257},".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",[1526],{"path":1038,"priority":340},{"basePath":1528,"description":1529,"displayName":1530,"installMethods":1531,"rationale":1532,"selectedPaths":1533,"source":346,"sourceLanguage":18,"type":257},".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",[1534],{"path":1038,"priority":340},{"basePath":1536,"description":1537,"displayName":1538,"installMethods":1539,"rationale":1540,"selectedPaths":1541,"source":346,"sourceLanguage":18,"type":257},".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",[1542],{"path":1038,"priority":340},{"basePath":1544,"description":1545,"displayName":1546,"installMethods":1547,"rationale":1548,"selectedPaths":1549,"source":346,"sourceLanguage":18,"type":257},".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",[1550],{"path":1038,"priority":340},{"basePath":1552,"description":1553,"displayName":1554,"installMethods":1555,"rationale":1556,"selectedPaths":1557,"source":346,"sourceLanguage":18,"type":257},".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",[1558],{"path":1038,"priority":340},{"basePath":1560,"description":1561,"displayName":1562,"installMethods":1563,"rationale":1564,"selectedPaths":1565,"source":346,"sourceLanguage":18,"type":257},".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",[1566],{"path":1038,"priority":340},{"basePath":1568,"description":1569,"displayName":1570,"installMethods":1571,"rationale":1572,"selectedPaths":1573,"source":346,"sourceLanguage":18,"type":257},".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",[1574],{"path":1038,"priority":340},{"basePath":1576,"description":1577,"displayName":1578,"installMethods":1579,"rationale":1580,"selectedPaths":1581,"source":346,"sourceLanguage":18,"type":257},".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",[1582],{"path":1038,"priority":340},{"basePath":1584,"description":1585,"displayName":1586,"installMethods":1587,"rationale":1588,"selectedPaths":1589,"source":346,"sourceLanguage":18,"type":257},".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",[1590],{"path":1038,"priority":340},{"basePath":1592,"description":1593,"displayName":1594,"installMethods":1595,"rationale":1596,"selectedPaths":1597,"source":346,"sourceLanguage":18,"type":257},".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",[1598],{"path":1038,"priority":340},{"basePath":1600,"description":1601,"displayName":1602,"installMethods":1603,"rationale":1604,"selectedPaths":1605,"source":346,"sourceLanguage":18,"type":257},".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",[1606],{"path":1038,"priority":340},{"basePath":1608,"description":1609,"displayName":1610,"installMethods":1611,"rationale":1612,"selectedPaths":1613,"source":346,"sourceLanguage":18,"type":257},".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",[1614],{"path":1038,"priority":340},{"basePath":1616,"description":1617,"displayName":1618,"installMethods":1619,"rationale":1620,"selectedPaths":1621,"source":346,"sourceLanguage":18,"type":257},".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",[1622],{"path":1038,"priority":340},{"basePath":1624,"description":1625,"displayName":1626,"installMethods":1627,"rationale":1628,"selectedPaths":1629,"source":346,"sourceLanguage":18,"type":257},".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",[1630],{"path":1038,"priority":340},{"basePath":1632,"description":1633,"displayName":1634,"installMethods":1635,"rationale":1636,"selectedPaths":1637,"source":346,"sourceLanguage":18,"type":257},".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",[1638],{"path":1038,"priority":340},{"basePath":1640,"description":1641,"displayName":1642,"installMethods":1643,"rationale":1644,"selectedPaths":1645,"source":346,"sourceLanguage":18,"type":257},".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",[1646],{"path":1038,"priority":340},{"basePath":1648,"description":1649,"displayName":1650,"installMethods":1651,"rationale":1652,"selectedPaths":1653,"source":346,"sourceLanguage":18,"type":257},".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",[1654],{"path":1038,"priority":340},{"basePath":1656,"description":1657,"displayName":1658,"installMethods":1659,"rationale":1660,"selectedPaths":1661,"source":346,"sourceLanguage":18,"type":257},".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",[1662],{"path":1038,"priority":340},{"basePath":1664,"description":1665,"displayName":1666,"installMethods":1667,"rationale":1668,"selectedPaths":1669,"source":346,"sourceLanguage":18,"type":257},".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",[1670],{"path":1038,"priority":340},{"basePath":1672,"description":1673,"displayName":1674,"installMethods":1675,"rationale":1676,"selectedPaths":1677,"source":346,"sourceLanguage":18,"type":257},".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",[1678],{"path":1038,"priority":340},{"basePath":1680,"description":1681,"displayName":1682,"installMethods":1683,"rationale":1684,"selectedPaths":1685,"source":346,"sourceLanguage":18,"type":257},".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",[1686],{"path":1038,"priority":340},{"basePath":1688,"description":1689,"displayName":1690,"installMethods":1691,"rationale":1692,"selectedPaths":1693,"source":346,"sourceLanguage":18,"type":257},".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",[1694],{"path":1038,"priority":340},{"basePath":1696,"description":1697,"displayName":1698,"installMethods":1699,"rationale":1700,"selectedPaths":1701,"source":346,"sourceLanguage":18,"type":257},".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",[1702],{"path":1038,"priority":340},{"basePath":1704,"description":1705,"displayName":1706,"installMethods":1707,"rationale":1708,"selectedPaths":1709,"source":346,"sourceLanguage":18,"type":257},".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",[1710],{"path":1038,"priority":340},{"basePath":1712,"description":1713,"displayName":1714,"installMethods":1715,"rationale":1716,"selectedPaths":1717,"source":346,"sourceLanguage":18,"type":257},".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",[1718],{"path":1038,"priority":340},{"basePath":1720,"description":1721,"displayName":1722,"installMethods":1723,"rationale":1724,"selectedPaths":1725,"source":346,"sourceLanguage":18,"type":257},".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",[1726],{"path":1038,"priority":340},{"basePath":1728,"description":1729,"displayName":1730,"installMethods":1731,"rationale":1732,"selectedPaths":1733,"source":346,"sourceLanguage":18,"type":257},".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",[1734],{"path":1038,"priority":340},{"basePath":1736,"description":1737,"displayName":1738,"installMethods":1739,"rationale":1740,"selectedPaths":1741,"source":346,"sourceLanguage":18,"type":257},".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",[1742],{"path":1038,"priority":340},{"basePath":1744,"description":1745,"displayName":1746,"installMethods":1747,"rationale":1748,"selectedPaths":1749,"source":346,"sourceLanguage":18,"type":257},".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)",[1750],{"path":1038,"priority":340},{"basePath":1752,"description":1753,"displayName":1754,"installMethods":1755,"rationale":1756,"selectedPaths":1757,"source":346,"sourceLanguage":18,"type":257},".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)",[1758],{"path":1038,"priority":340},{"basePath":1760,"description":1761,"displayName":1762,"installMethods":1763,"rationale":1764,"selectedPaths":1765,"source":346,"sourceLanguage":18,"type":257},".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)",[1766],{"path":1038,"priority":340},{"basePath":1768,"description":1769,"displayName":1770,"installMethods":1771,"rationale":1772,"selectedPaths":1773,"source":346,"sourceLanguage":18,"type":257},".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)",[1774],{"path":1038,"priority":340},{"basePath":1776,"description":1777,"displayName":1778,"installMethods":1779,"rationale":1780,"selectedPaths":1781,"source":346,"sourceLanguage":18,"type":257},".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)",[1782],{"path":1038,"priority":340},{"basePath":1784,"description":1785,"displayName":1786,"installMethods":1787,"rationale":1788,"selectedPaths":1789,"source":346,"sourceLanguage":18,"type":257},".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)",[1790],{"path":1038,"priority":340},{"basePath":1792,"description":1793,"displayName":1794,"installMethods":1795,"rationale":1796,"selectedPaths":1797,"source":346,"sourceLanguage":18,"type":257},".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",[1798],{"path":1038,"priority":340},{"basePath":1800,"description":1801,"displayName":217,"installMethods":1802,"rationale":1803,"selectedPaths":1804,"source":346,"sourceLanguage":18,"type":257},".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",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/embeddings/SKILL.md",[1805],{"path":1038,"priority":340},{"basePath":1807,"description":1808,"displayName":1809,"installMethods":1810,"rationale":1811,"selectedPaths":1812,"source":346,"sourceLanguage":18,"type":257},".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)",[1813],{"path":1038,"priority":340},{"basePath":1815,"description":1816,"displayName":1817,"installMethods":1818,"rationale":1819,"selectedPaths":1820,"source":346,"sourceLanguage":1822,"type":257},".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)",[1821],{"path":1038,"priority":340},"fr",{"basePath":1824,"description":1825,"displayName":1826,"installMethods":1827,"rationale":1828,"selectedPaths":1829,"source":346,"sourceLanguage":18,"type":257},".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)",[1830],{"path":1038,"priority":340},{"basePath":1832,"description":1833,"displayName":1834,"installMethods":1835,"rationale":1836,"selectedPaths":1837,"source":346,"sourceLanguage":18,"type":257},".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",[1838],{"path":1038,"priority":340},{"basePath":1840,"description":1841,"displayName":1842,"installMethods":1843,"rationale":1844,"selectedPaths":1845,"source":346,"sourceLanguage":18,"type":257},".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)",[1846],{"path":1038,"priority":340},{"basePath":1848,"description":1849,"displayName":1850,"installMethods":1851,"rationale":1852,"selectedPaths":1853,"source":346,"sourceLanguage":18,"type":257},".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)",[1854],{"path":1038,"priority":340},{"basePath":1856,"description":1857,"displayName":1858,"installMethods":1859,"rationale":1860,"selectedPaths":1861,"source":346,"sourceLanguage":18,"type":257},".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)",[1862],{"path":1038,"priority":340},{"basePath":1864,"description":1865,"displayName":1866,"installMethods":1867,"rationale":1868,"selectedPaths":1869,"source":346,"sourceLanguage":18,"type":257},".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)",[1870],{"path":1038,"priority":340},{"basePath":1872,"description":1873,"displayName":1874,"installMethods":1875,"rationale":1876,"selectedPaths":1877,"source":346,"sourceLanguage":18,"type":257},".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)",[1878],{"path":1038,"priority":340},{"basePath":1880,"description":1881,"displayName":1882,"installMethods":1883,"rationale":1884,"selectedPaths":1885,"source":346,"sourceLanguage":18,"type":257},".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",[1886],{"path":1038,"priority":340},{"basePath":1888,"description":1889,"displayName":1890,"installMethods":1891,"rationale":1892,"selectedPaths":1893,"source":346,"sourceLanguage":18,"type":257},".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)",[1894],{"path":1038,"priority":340},{"basePath":1896,"description":1897,"displayName":1898,"installMethods":1899,"rationale":1900,"selectedPaths":1901,"source":346,"sourceLanguage":18,"type":257},".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)",[1902],{"path":1038,"priority":340},{"basePath":1904,"description":1905,"displayName":1906,"installMethods":1907,"rationale":1908,"selectedPaths":1909,"source":346,"sourceLanguage":18,"type":257},".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)",[1910,1911,1913],{"path":1038,"priority":340},{"path":1912,"priority":1025},"scripts/memory-backup.sh",{"path":1914,"priority":1025},"scripts/memory-consolidate.sh",{"basePath":1916,"description":1917,"displayName":1918,"installMethods":1919,"rationale":1920,"selectedPaths":1921,"source":346,"sourceLanguage":18,"type":257},".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",[1922],{"path":1038,"priority":340},{"basePath":1924,"description":1925,"displayName":1926,"installMethods":1927,"rationale":1928,"selectedPaths":1929,"source":346,"sourceLanguage":18,"type":257},".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)",[1930],{"path":1038,"priority":340},{"basePath":1932,"description":1933,"displayName":1934,"installMethods":1935,"rationale":1936,"selectedPaths":1937,"source":346,"sourceLanguage":18,"type":257},".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)",[1938],{"path":1038,"priority":340},{"basePath":1940,"description":1941,"displayName":1942,"installMethods":1943,"rationale":1944,"selectedPaths":1945,"source":346,"sourceLanguage":18,"type":257},".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)",[1946],{"path":1038,"priority":340},{"basePath":1948,"description":1949,"displayName":1950,"installMethods":1951,"rationale":1952,"selectedPaths":1953,"source":346,"sourceLanguage":18,"type":257},".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)",[1954],{"path":1038,"priority":340},{"basePath":1956,"description":1957,"displayName":1958,"installMethods":1959,"rationale":1960,"selectedPaths":1961,"source":346,"sourceLanguage":18,"type":257},".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)",[1962,1963,1965],{"path":1038,"priority":340},{"path":1964,"priority":1025},"scripts/cve-remediate.sh",{"path":1966,"priority":1025},"scripts/security-scan.sh",{"basePath":1968,"description":1969,"displayName":1970,"installMethods":1971,"rationale":1972,"selectedPaths":1973,"source":346,"sourceLanguage":18,"type":257},".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)",[1974],{"path":1038,"priority":340},{"basePath":1976,"description":1977,"displayName":1978,"installMethods":1979,"rationale":1980,"selectedPaths":1981,"source":346,"sourceLanguage":18,"type":257},".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)",[1982],{"path":1038,"priority":340},{"basePath":1984,"description":1985,"displayName":1986,"installMethods":1987,"rationale":1988,"selectedPaths":1989,"source":346,"sourceLanguage":18,"type":257},".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)",[1990],{"path":1038,"priority":340},{"basePath":1992,"description":1993,"displayName":1994,"installMethods":1995,"rationale":1996,"selectedPaths":1997,"source":346,"sourceLanguage":18,"type":257},".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)",[1998],{"path":1038,"priority":340},{"basePath":2000,"description":2001,"displayName":2002,"installMethods":2003,"rationale":2004,"selectedPaths":2005,"source":346,"sourceLanguage":18,"type":257},".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)",[2006],{"path":1038,"priority":340},{"basePath":2008,"description":2009,"displayName":2010,"installMethods":2011,"rationale":2012,"selectedPaths":2013,"source":346,"sourceLanguage":18,"type":257},".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)",[2014],{"path":1038,"priority":340},{"basePath":2016,"description":2017,"displayName":2018,"installMethods":2019,"rationale":2020,"selectedPaths":2021,"source":346,"sourceLanguage":18,"type":257},".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)",[2022],{"path":1038,"priority":340},{"basePath":2024,"description":2025,"displayName":2026,"installMethods":2027,"rationale":2028,"selectedPaths":2029,"source":346,"sourceLanguage":18,"type":257},".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)",[2030],{"path":1038,"priority":340},{"basePath":2032,"description":2033,"displayName":2034,"installMethods":2035,"rationale":2036,"selectedPaths":2037,"source":346,"sourceLanguage":18,"type":257},".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)",[2038],{"path":1038,"priority":340},{"basePath":2040,"description":2041,"displayName":2042,"installMethods":2043,"rationale":2044,"selectedPaths":2045,"source":346,"sourceLanguage":18,"type":257},".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)",[2046],{"path":1038,"priority":340},{"basePath":2048,"description":2049,"displayName":2050,"installMethods":2051,"rationale":2052,"selectedPaths":2053,"source":346,"sourceLanguage":18,"type":257},".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)",[2054],{"path":1038,"priority":340},{"basePath":2056,"description":2057,"displayName":2058,"installMethods":2059,"rationale":2060,"selectedPaths":2061,"source":346,"sourceLanguage":18,"type":257},".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)",[2062],{"path":1038,"priority":340},{"basePath":2064,"description":2065,"displayName":2066,"installMethods":2067,"rationale":2068,"selectedPaths":2069,"source":346,"sourceLanguage":18,"type":257},".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)",[2070],{"path":1038,"priority":340},{"basePath":2072,"description":2073,"displayName":2074,"installMethods":2075,"rationale":2076,"selectedPaths":2077,"source":346,"sourceLanguage":18,"type":257},".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)",[2078],{"path":1038,"priority":340},{"basePath":2080,"description":2081,"displayName":2082,"installMethods":2083,"rationale":2084,"selectedPaths":2085,"source":346,"sourceLanguage":18,"type":257},".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)",[2086],{"path":1038,"priority":340},{"basePath":2088,"description":2089,"displayName":2090,"installMethods":2091,"rationale":2092,"selectedPaths":2093,"source":346,"sourceLanguage":18,"type":257},".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)",[2094],{"path":1038,"priority":340},{"basePath":2096,"description":2097,"displayName":2098,"installMethods":2099,"rationale":2100,"selectedPaths":2101,"source":346,"sourceLanguage":18,"type":257},".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)",[2102],{"path":1038,"priority":340},{"basePath":2104,"description":2105,"displayName":2106,"installMethods":2107,"rationale":2108,"selectedPaths":2109,"source":346,"sourceLanguage":18,"type":257},".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",[2110],{"path":1038,"priority":340},{"basePath":2112,"description":2113,"displayName":2114,"installMethods":2115,"rationale":2116,"selectedPaths":2117,"source":346,"sourceLanguage":18,"type":257},".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)",[2118],{"path":1038,"priority":340},{"basePath":2120,"description":2121,"displayName":2122,"installMethods":2123,"rationale":2124,"selectedPaths":2125,"source":346,"sourceLanguage":18,"type":257},"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",[2126],{"path":1038,"priority":340},{"basePath":2128,"description":2129,"displayName":2130,"installMethods":2131,"rationale":2132,"selectedPaths":2133,"source":346,"sourceLanguage":18,"type":257},"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",[2134],{"path":1038,"priority":340},{"basePath":2136,"description":2137,"displayName":2138,"installMethods":2139,"rationale":2140,"selectedPaths":2141,"source":346,"sourceLanguage":18,"type":257},"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",[2142],{"path":1038,"priority":340},{"basePath":2144,"description":2145,"displayName":2146,"installMethods":2147,"rationale":2148,"selectedPaths":2149,"source":346,"sourceLanguage":18,"type":257},"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",[2150],{"path":1038,"priority":340},{"basePath":2152,"description":2153,"displayName":2154,"installMethods":2155,"rationale":2156,"selectedPaths":2157,"source":346,"sourceLanguage":18,"type":257},"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",[2158],{"path":1038,"priority":340},{"basePath":2160,"description":2161,"displayName":2162,"installMethods":2163,"rationale":2164,"selectedPaths":2165,"source":346,"sourceLanguage":18,"type":257},"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",[2166],{"path":1038,"priority":340},{"basePath":2168,"description":2169,"displayName":2170,"installMethods":2171,"rationale":2172,"selectedPaths":2173,"source":346,"sourceLanguage":18,"type":257},"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",[2174],{"path":1038,"priority":340},{"basePath":2176,"description":2177,"displayName":2178,"installMethods":2179,"rationale":2180,"selectedPaths":2181,"source":346,"sourceLanguage":18,"type":257},"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",[2182],{"path":1038,"priority":340},{"basePath":2184,"description":2185,"displayName":2186,"installMethods":2187,"rationale":2188,"selectedPaths":2189,"source":346,"sourceLanguage":18,"type":257},"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",[2190],{"path":1038,"priority":340},{"basePath":2192,"description":2193,"displayName":2194,"installMethods":2195,"rationale":2196,"selectedPaths":2197,"source":346,"sourceLanguage":18,"type":257},"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",[2198],{"path":1038,"priority":340},{"basePath":2200,"description":2201,"displayName":2202,"installMethods":2203,"rationale":2204,"selectedPaths":2205,"source":346,"sourceLanguage":18,"type":257},"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",[2206],{"path":1038,"priority":340},{"basePath":2208,"description":2209,"displayName":2210,"installMethods":2211,"rationale":2212,"selectedPaths":2213,"source":346,"sourceLanguage":18,"type":257},"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",[2214],{"path":1038,"priority":340},{"basePath":2216,"description":2217,"displayName":2218,"installMethods":2219,"rationale":2220,"selectedPaths":2221,"source":346,"sourceLanguage":18,"type":257},"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",[2222],{"path":1038,"priority":340},{"basePath":2224,"description":2225,"displayName":2226,"installMethods":2227,"rationale":2228,"selectedPaths":2229,"source":346,"sourceLanguage":18,"type":257},"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",[2230],{"path":1038,"priority":340},{"basePath":2232,"description":2233,"displayName":2234,"installMethods":2235,"rationale":2236,"selectedPaths":2237,"source":346,"sourceLanguage":18,"type":257},"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",[2238],{"path":1038,"priority":340},{"basePath":2240,"description":2241,"displayName":2242,"installMethods":2243,"rationale":2244,"selectedPaths":2245,"source":346,"sourceLanguage":18,"type":257},"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",[2246],{"path":1038,"priority":340},{"basePath":2248,"description":2249,"displayName":2250,"installMethods":2251,"rationale":2252,"selectedPaths":2253,"source":346,"sourceLanguage":18,"type":257},"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",[2254],{"path":1038,"priority":340},{"basePath":2256,"description":2257,"displayName":2258,"installMethods":2259,"rationale":2260,"selectedPaths":2261,"source":346,"sourceLanguage":18,"type":257},"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",[2262],{"path":1038,"priority":340},{"basePath":2264,"description":2265,"displayName":2266,"installMethods":2267,"rationale":2268,"selectedPaths":2269,"source":346,"sourceLanguage":18,"type":257},"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",[2270],{"path":1038,"priority":340},{"basePath":2272,"description":2273,"displayName":2274,"installMethods":2275,"rationale":2276,"selectedPaths":2277,"source":346,"sourceLanguage":18,"type":257},"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",[2278],{"path":1038,"priority":340},{"basePath":2280,"description":2281,"displayName":2282,"installMethods":2283,"rationale":2284,"selectedPaths":2285,"source":346,"sourceLanguage":18,"type":257},"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",[2286],{"path":1038,"priority":340},{"basePath":2288,"description":2289,"displayName":2290,"installMethods":2291,"rationale":2292,"selectedPaths":2293,"source":346,"sourceLanguage":18,"type":257},"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",[2294],{"path":1038,"priority":340},{"basePath":2296,"description":2297,"displayName":2298,"installMethods":2299,"rationale":2300,"selectedPaths":2301,"source":346,"sourceLanguage":18,"type":257},"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",[2302],{"path":1038,"priority":340},{"basePath":2304,"description":2305,"displayName":2306,"installMethods":2307,"rationale":2308,"selectedPaths":2309,"source":346,"sourceLanguage":18,"type":257},"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",[2310],{"path":1038,"priority":340},{"basePath":2312,"description":2313,"displayName":2314,"installMethods":2315,"rationale":2316,"selectedPaths":2317,"source":346,"sourceLanguage":18,"type":257},"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",[2318],{"path":1038,"priority":340},{"basePath":2320,"description":2321,"displayName":2322,"installMethods":2323,"rationale":2324,"selectedPaths":2325,"source":346,"sourceLanguage":18,"type":257},"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",[2326],{"path":1038,"priority":340},{"basePath":2328,"description":2329,"displayName":2330,"installMethods":2331,"rationale":2332,"selectedPaths":2333,"source":346,"sourceLanguage":18,"type":257},"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",[2334],{"path":1038,"priority":340},{"basePath":2336,"description":2337,"displayName":2338,"installMethods":2339,"rationale":2340,"selectedPaths":2341,"source":346,"sourceLanguage":18,"type":257},"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",[2342],{"path":1038,"priority":340},{"basePath":2344,"description":2345,"displayName":2346,"installMethods":2347,"rationale":2348,"selectedPaths":2349,"source":346,"sourceLanguage":18,"type":257},"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",[2350],{"path":1038,"priority":340},{"basePath":2352,"description":2353,"displayName":2354,"installMethods":2355,"rationale":2356,"selectedPaths":2357,"source":346,"sourceLanguage":18,"type":257},"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",[2358],{"path":1038,"priority":340},{"basePath":2360,"description":2361,"displayName":2362,"installMethods":2363,"rationale":2364,"selectedPaths":2365,"source":346,"sourceLanguage":18,"type":257},"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",[2366],{"path":1038,"priority":340},{"basePath":2368,"description":2369,"displayName":2370,"installMethods":2371,"rationale":2372,"selectedPaths":2373,"source":346,"sourceLanguage":18,"type":257},"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",[2374],{"path":1038,"priority":340},{"basePath":2376,"description":2377,"displayName":2378,"installMethods":2379,"rationale":2380,"selectedPaths":2381,"source":346,"sourceLanguage":18,"type":257},"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",[2382],{"path":1038,"priority":340},{"basePath":2384,"description":2385,"displayName":2386,"installMethods":2387,"rationale":2388,"selectedPaths":2389,"source":346,"sourceLanguage":18,"type":257},"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",[2390],{"path":1038,"priority":340},{"basePath":2392,"description":2393,"displayName":2394,"installMethods":2395,"rationale":2396,"selectedPaths":2397,"source":346,"sourceLanguage":18,"type":257},"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",[2398],{"path":1038,"priority":340},{"basePath":2400,"description":2401,"displayName":2402,"installMethods":2403,"rationale":2404,"selectedPaths":2405,"source":346,"sourceLanguage":18,"type":257},"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",[2406],{"path":1038,"priority":340},{"basePath":2408,"description":2409,"displayName":2410,"installMethods":2411,"rationale":2412,"selectedPaths":2413,"source":346,"sourceLanguage":18,"type":257},"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",[2414],{"path":1038,"priority":340},{"basePath":2416,"description":2417,"displayName":2418,"installMethods":2419,"rationale":2420,"selectedPaths":2421,"source":346,"sourceLanguage":18,"type":257},"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",[2422],{"path":1038,"priority":340},{"basePath":2424,"description":2425,"displayName":2426,"installMethods":2427,"rationale":2428,"selectedPaths":2429,"source":346,"sourceLanguage":18,"type":257},"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",[2430],{"path":1038,"priority":340},{"basePath":2432,"description":2433,"displayName":2434,"installMethods":2435,"rationale":2436,"selectedPaths":2437,"source":346,"sourceLanguage":18,"type":257},"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",[2438],{"path":1038,"priority":340},{"basePath":2440,"description":2441,"displayName":2442,"installMethods":2443,"rationale":2444,"selectedPaths":2445,"source":346,"sourceLanguage":18,"type":257},"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",[2446],{"path":1038,"priority":340},{"basePath":2448,"description":2449,"displayName":2450,"installMethods":2451,"rationale":2452,"selectedPaths":2453,"source":346,"sourceLanguage":18,"type":257},"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",[2454],{"path":1038,"priority":340},{"basePath":2456,"description":2457,"displayName":2458,"installMethods":2459,"rationale":2460,"selectedPaths":2461,"source":346,"sourceLanguage":18,"type":257},"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",[2462],{"path":1038,"priority":340},{"basePath":2464,"description":2465,"displayName":2466,"installMethods":2467,"rationale":2468,"selectedPaths":2469,"source":346,"sourceLanguage":18,"type":257},"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",[2470],{"path":1038,"priority":340},{"basePath":2472,"description":2473,"displayName":2474,"installMethods":2475,"rationale":2476,"selectedPaths":2477,"source":346,"sourceLanguage":18,"type":257},"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",[2478],{"path":1038,"priority":340},{"basePath":2480,"description":2481,"displayName":2482,"installMethods":2483,"rationale":2484,"selectedPaths":2485,"source":346,"sourceLanguage":18,"type":257},"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",[2486],{"path":1038,"priority":340},{"basePath":2488,"description":2489,"displayName":2490,"installMethods":2491,"rationale":2492,"selectedPaths":2493,"source":346,"sourceLanguage":18,"type":257},"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",[2494],{"path":1038,"priority":340},{"basePath":2496,"description":2497,"displayName":2498,"installMethods":2499,"rationale":2500,"selectedPaths":2501,"source":346,"sourceLanguage":18,"type":257},"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",[2502],{"path":1038,"priority":340},{"basePath":2504,"description":2505,"displayName":2506,"installMethods":2507,"rationale":2508,"selectedPaths":2509,"source":346,"sourceLanguage":18,"type":257},"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",[2510],{"path":1038,"priority":340},{"basePath":2512,"description":2513,"displayName":2514,"installMethods":2515,"rationale":2516,"selectedPaths":2517,"source":346,"sourceLanguage":18,"type":257},"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",[2518],{"path":1038,"priority":340},{"basePath":2520,"description":2521,"displayName":2522,"installMethods":2523,"rationale":2524,"selectedPaths":2525,"source":346,"sourceLanguage":18,"type":257},"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",[2526],{"path":1038,"priority":340},{"basePath":2528,"description":2529,"displayName":2530,"installMethods":2531,"rationale":2532,"selectedPaths":2533,"source":346,"sourceLanguage":18,"type":257},"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",[2534],{"path":1038,"priority":340},{"basePath":2536,"description":2537,"displayName":2538,"installMethods":2539,"rationale":2540,"selectedPaths":2541,"source":346,"sourceLanguage":18,"type":257},"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",[2542],{"path":1038,"priority":340},{"basePath":2544,"description":2545,"displayName":2546,"installMethods":2547,"rationale":2548,"selectedPaths":2549,"source":346,"sourceLanguage":18,"type":257},"plugins/ruflo-goals/skills/research-synthesize","Synthesize research findings from memory into structured reports with evidence grading, contradiction resolution, and actionable recommendations","research-synthesize",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-goals/skills/research-synthesize/SKILL.md",[2550],{"path":1038,"priority":340},{"basePath":2552,"description":2553,"displayName":2554,"installMethods":2555,"rationale":2556,"selectedPaths":2557,"source":346,"sourceLanguage":18,"type":257},"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",[2558],{"path":1038,"priority":340},{"basePath":2560,"description":2561,"displayName":2562,"installMethods":2563,"rationale":2564,"selectedPaths":2565,"source":346,"sourceLanguage":18,"type":257},"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",[2566],{"path":1038,"priority":340},{"basePath":2568,"description":2569,"displayName":2570,"installMethods":2571,"rationale":2572,"selectedPaths":2573,"source":346,"sourceLanguage":18,"type":257},"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",[2574],{"path":1038,"priority":340},{"basePath":2576,"description":2577,"displayName":2578,"installMethods":2579,"rationale":2580,"selectedPaths":2581,"source":346,"sourceLanguage":18,"type":257},"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",[2582],{"path":1038,"priority":340},{"basePath":2584,"description":2585,"displayName":2586,"installMethods":2587,"rationale":2588,"selectedPaths":2589,"source":346,"sourceLanguage":18,"type":257},"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",[2590],{"path":1038,"priority":340},{"basePath":2592,"description":2593,"displayName":2594,"installMethods":2595,"rationale":2596,"selectedPaths":2597,"source":346,"sourceLanguage":1822,"type":257},"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",[2598],{"path":1038,"priority":340},{"basePath":2600,"description":2601,"displayName":2602,"installMethods":2603,"rationale":2604,"selectedPaths":2605,"source":346,"sourceLanguage":18,"type":257},"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",[2606],{"path":1038,"priority":340},{"basePath":2608,"description":2609,"displayName":2610,"installMethods":2611,"rationale":2612,"selectedPaths":2613,"source":346,"sourceLanguage":18,"type":257},"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",[2614],{"path":1038,"priority":340},{"basePath":2616,"description":2617,"displayName":2618,"installMethods":2619,"rationale":2620,"selectedPaths":2621,"source":346,"sourceLanguage":18,"type":257},"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",[2622],{"path":1038,"priority":340},{"basePath":2624,"description":2625,"displayName":2626,"installMethods":2627,"rationale":2628,"selectedPaths":2629,"source":346,"sourceLanguage":18,"type":257},"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",[2630],{"path":1038,"priority":340},{"basePath":2632,"description":2633,"displayName":2634,"installMethods":2635,"rationale":2636,"selectedPaths":2637,"source":346,"sourceLanguage":18,"type":257},"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",[2638],{"path":1038,"priority":340},{"basePath":2640,"description":2641,"displayName":2642,"installMethods":2643,"rationale":2644,"selectedPaths":2645,"source":346,"sourceLanguage":18,"type":257},"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",[2646],{"path":1038,"priority":340},{"basePath":2648,"description":2649,"displayName":2650,"installMethods":2651,"rationale":2652,"selectedPaths":2653,"source":346,"sourceLanguage":18,"type":257},"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",[2654],{"path":1038,"priority":340},{"basePath":2656,"description":2657,"displayName":2658,"installMethods":2659,"rationale":2660,"selectedPaths":2661,"source":346,"sourceLanguage":18,"type":257},"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",[2662],{"path":1038,"priority":340},{"basePath":2664,"description":2665,"displayName":2666,"installMethods":2667,"rationale":2668,"selectedPaths":2669,"source":346,"sourceLanguage":18,"type":257},"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",[2670],{"path":1038,"priority":340},{"basePath":2672,"description":2673,"displayName":2674,"installMethods":2675,"rationale":2676,"selectedPaths":2677,"source":346,"sourceLanguage":18,"type":257},"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",[2678],{"path":1038,"priority":340},{"basePath":2680,"description":2681,"displayName":2682,"installMethods":2683,"rationale":2684,"selectedPaths":2685,"source":346,"sourceLanguage":18,"type":257},"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",[2686],{"path":1038,"priority":340},{"basePath":2688,"description":2689,"displayName":2690,"installMethods":2691,"rationale":2692,"selectedPaths":2693,"source":346,"sourceLanguage":18,"type":257},"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",[2694],{"path":1038,"priority":340},{"basePath":2696,"description":2697,"displayName":2698,"installMethods":2699,"rationale":2700,"selectedPaths":2701,"source":346,"sourceLanguage":18,"type":257},"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",[2702],{"path":1038,"priority":340},{"basePath":2704,"description":2705,"displayName":2706,"installMethods":2707,"rationale":2708,"selectedPaths":2709,"source":346,"sourceLanguage":18,"type":257},"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",[2710],{"path":1038,"priority":340},{"basePath":2712,"description":2713,"displayName":2714,"installMethods":2715,"rationale":2716,"selectedPaths":2717,"source":346,"sourceLanguage":18,"type":257},"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",[2718],{"path":1038,"priority":340},{"basePath":2720,"description":2721,"displayName":2722,"installMethods":2723,"rationale":2724,"selectedPaths":2725,"source":346,"sourceLanguage":18,"type":257},"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",[2726],{"path":1038,"priority":340},{"basePath":2728,"description":2729,"displayName":2730,"installMethods":2731,"rationale":2732,"selectedPaths":2733,"source":346,"sourceLanguage":1822,"type":257},"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",[2734],{"path":1038,"priority":340},{"basePath":2736,"description":2737,"displayName":2738,"installMethods":2739,"rationale":2740,"selectedPaths":2741,"source":346,"sourceLanguage":18,"type":257},"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",[2742],{"path":1038,"priority":340},{"basePath":2744,"description":2745,"displayName":2746,"installMethods":2747,"rationale":2748,"selectedPaths":2749,"source":346,"sourceLanguage":18,"type":257},"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",[2750],{"path":1038,"priority":340},{"basePath":2752,"description":2753,"displayName":2754,"installMethods":2755,"rationale":2756,"selectedPaths":2757,"source":346,"sourceLanguage":18,"type":257},"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",[2758],{"path":1038,"priority":340},{"basePath":2760,"description":2761,"displayName":2762,"installMethods":2763,"rationale":2764,"selectedPaths":2765,"source":346,"sourceLanguage":18,"type":257},"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",[2766],{"path":1038,"priority":340},{"basePath":2768,"description":2769,"displayName":2770,"installMethods":2771,"rationale":2772,"selectedPaths":2773,"source":346,"sourceLanguage":18,"type":257},"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",[2774],{"path":1038,"priority":340},{"basePath":2776,"description":2777,"displayName":2778,"installMethods":2779,"rationale":2780,"selectedPaths":2781,"source":346,"sourceLanguage":18,"type":257},"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",[2782],{"path":1038,"priority":340},{"basePath":2784,"description":2785,"displayName":2786,"installMethods":2787,"rationale":2788,"selectedPaths":2789,"source":346,"sourceLanguage":18,"type":257},"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",[2790],{"path":1038,"priority":340},{"basePath":2792,"description":2793,"displayName":2794,"installMethods":2795,"rationale":2796,"selectedPaths":2797,"source":346,"sourceLanguage":18,"type":257},"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",[2798],{"path":1038,"priority":340},{"basePath":254,"description":10,"displayName":13,"installMethods":2800,"rationale":2801,"selectedPaths":2802,"source":346,"sourceLanguage":18,"type":257},{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvector/skills/vector-cluster/SKILL.md",[2803],{"path":1038,"priority":340},{"basePath":2805,"description":2806,"displayName":2807,"installMethods":2808,"rationale":2809,"selectedPaths":2810,"source":346,"sourceLanguage":18,"type":257},"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",[2811],{"path":1038,"priority":340},{"basePath":2813,"description":2814,"displayName":2815,"installMethods":2816,"rationale":2817,"selectedPaths":2818,"source":346,"sourceLanguage":18,"type":257},"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",[2819],{"path":1038,"priority":340},{"basePath":2821,"description":2822,"displayName":2823,"installMethods":2824,"rationale":2825,"selectedPaths":2826,"source":346,"sourceLanguage":18,"type":257},"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",[2827],{"path":1038,"priority":340},{"basePath":2829,"description":2830,"displayName":2831,"installMethods":2832,"rationale":2833,"selectedPaths":2834,"source":346,"sourceLanguage":18,"type":257},"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",[2835],{"path":1038,"priority":340},{"basePath":2837,"description":2838,"displayName":2839,"installMethods":2840,"rationale":2841,"selectedPaths":2842,"source":346,"sourceLanguage":18,"type":257},"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",[2843],{"path":1038,"priority":340},{"basePath":2845,"description":2846,"displayName":2847,"installMethods":2848,"rationale":2849,"selectedPaths":2850,"source":346,"sourceLanguage":18,"type":257},"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",[2851],{"path":1038,"priority":340},{"basePath":2853,"description":2854,"displayName":2855,"installMethods":2856,"rationale":2857,"selectedPaths":2858,"source":346,"sourceLanguage":18,"type":257},"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",[2859],{"path":1038,"priority":340},{"basePath":2861,"description":2862,"displayName":2863,"installMethods":2864,"rationale":2865,"selectedPaths":2866,"source":346,"sourceLanguage":18,"type":257},"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",[2867],{"path":1038,"priority":340},{"basePath":2869,"description":2870,"displayName":2871,"installMethods":2872,"rationale":2873,"selectedPaths":2874,"source":346,"sourceLanguage":18,"type":257},"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",[2875],{"path":1038,"priority":340},{"basePath":2877,"description":2878,"displayName":2879,"installMethods":2880,"rationale":2881,"selectedPaths":2882,"source":346,"sourceLanguage":18,"type":257},"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",[2883],{"path":1038,"priority":340},{"basePath":2885,"description":2886,"displayName":2887,"installMethods":2888,"rationale":2889,"selectedPaths":2890,"source":346,"sourceLanguage":18,"type":257},"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",[2891],{"path":1038,"priority":340},{"basePath":2893,"description":2894,"displayName":2895,"installMethods":2896,"rationale":2897,"selectedPaths":2898,"source":346,"sourceLanguage":18,"type":257},"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",[2899],{"path":1038,"priority":340},{"basePath":2901,"description":2902,"displayName":2903,"installMethods":2904,"rationale":2905,"selectedPaths":2906,"source":346,"sourceLanguage":18,"type":257},"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",[2907],{"path":1038,"priority":340},{"basePath":2909,"description":2910,"displayName":2911,"installMethods":2912,"rationale":2913,"selectedPaths":2914,"source":346,"sourceLanguage":18,"type":257},"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",[2915],{"path":1038,"priority":340},{"basePath":2917,"description":2918,"displayName":2919,"installMethods":2920,"rationale":2921,"selectedPaths":2922,"source":346,"sourceLanguage":18,"type":257},"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",[2923],{"path":1038,"priority":340},{"basePath":2925,"description":2926,"displayName":2927,"installMethods":2928,"rationale":2929,"selectedPaths":2930,"source":346,"sourceLanguage":18,"type":257},"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",[2931],{"path":1038,"priority":340},{"basePath":2933,"description":2934,"displayName":2935,"installMethods":2936,"rationale":2937,"selectedPaths":2938,"source":346,"sourceLanguage":18,"type":257},"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",[2939],{"path":1038,"priority":340},{"basePath":2941,"description":2942,"displayName":2943,"installMethods":2944,"rationale":2945,"selectedPaths":2946,"source":346,"sourceLanguage":18,"type":257},"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",[2947],{"path":1038,"priority":340},{"basePath":2949,"description":2950,"displayName":2951,"installMethods":2952,"rationale":2953,"selectedPaths":2954,"source":346,"sourceLanguage":18,"type":257},"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",[2955],{"path":1038,"priority":340},{"basePath":277,"description":2957,"displayName":1016,"installMethods":2958,"license":248,"rationale":2959,"selectedPaths":2960,"source":346,"sourceLanguage":18,"type":313},"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":1016},"cli ecosystem detected at /",[2961,2963,2964,2965],{"path":2962,"priority":340},"package.json",{"path":342,"priority":340},{"path":344,"priority":345},{"path":1024,"priority":359},{"basePath":256,"description":2967,"displayName":256,"installMethods":2968,"license":248,"rationale":2969,"selectedPaths":2970,"source":346,"sourceLanguage":18,"type":313},"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":256},"cli ecosystem detected at ruflo",[2971,2972,2973],{"path":2962,"priority":340},{"path":342,"priority":340},{"path":2974,"priority":359},"bin/ruflo.js",{"basePath":2976,"description":2977,"displayName":2978,"installMethods":2979,"license":248,"rationale":2980,"selectedPaths":2981,"source":346,"sourceLanguage":18,"type":313},"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":2978},"cli ecosystem detected at v3/@claude-flow/cli",[2982,2983,2984,2985,2987,2989,2991,2993,2995,2997,2999,3001,3003,3005,3007,3009,3011,3013,3015,3017,3019,3021,3023,3025,3027,3029,3031,3033,3035,3037,3039,3041,3043,3045,3047,3049,3051,3053,3055,3057,3059,3061,3063,3065,3067,3069,3071,3073,3075,3077,3079,3081,3083,3085,3087,3089],{"path":2962,"priority":340},{"path":342,"priority":340},{"path":1024,"priority":359},{"path":2986,"priority":359},"bin/mcp-server.js",{"path":2988,"priority":1025},"src/index.ts",{"path":2990,"priority":1025},"src/commands/agent-wasm.ts",{"path":2992,"priority":1025},"src/commands/agent.ts",{"path":2994,"priority":1025},"src/commands/analyze.ts",{"path":2996,"priority":1025},"src/commands/appliance-advanced.ts",{"path":2998,"priority":1025},"src/commands/appliance.ts",{"path":3000,"priority":1025},"src/commands/autopilot.ts",{"path":3002,"priority":1025},"src/commands/benchmark.ts",{"path":3004,"priority":1025},"src/commands/claims.ts",{"path":3006,"priority":1025},"src/commands/cleanup.ts",{"path":3008,"priority":1025},"src/commands/completions.ts",{"path":3010,"priority":1025},"src/commands/config.ts",{"path":3012,"priority":1025},"src/commands/daemon.ts",{"path":3014,"priority":1025},"src/commands/deployment.ts",{"path":3016,"priority":1025},"src/commands/doctor.ts",{"path":3018,"priority":1025},"src/commands/embeddings.ts",{"path":3020,"priority":1025},"src/commands/guidance.ts",{"path":3022,"priority":1025},"src/commands/hive-mind.ts",{"path":3024,"priority":1025},"src/commands/hooks.ts",{"path":3026,"priority":1025},"src/commands/index.ts",{"path":3028,"priority":1025},"src/commands/init.ts",{"path":3030,"priority":1025},"src/commands/issues.ts",{"path":3032,"priority":1025},"src/commands/mcp.ts",{"path":3034,"priority":1025},"src/commands/memory.ts",{"path":3036,"priority":1025},"src/commands/migrate.ts",{"path":3038,"priority":1025},"src/commands/neural.ts",{"path":3040,"priority":1025},"src/commands/performance.ts",{"path":3042,"priority":1025},"src/commands/plugins.ts",{"path":3044,"priority":1025},"src/commands/process.ts",{"path":3046,"priority":1025},"src/commands/progress.ts",{"path":3048,"priority":1025},"src/commands/providers.ts",{"path":3050,"priority":1025},"src/commands/route.ts",{"path":3052,"priority":1025},"src/commands/ruvector/backup.ts",{"path":3054,"priority":1025},"src/commands/ruvector/benchmark.ts",{"path":3056,"priority":1025},"src/commands/ruvector/import.ts",{"path":3058,"priority":1025},"src/commands/ruvector/index.ts",{"path":3060,"priority":1025},"src/commands/ruvector/init.ts",{"path":3062,"priority":1025},"src/commands/ruvector/migrate.ts",{"path":3064,"priority":1025},"src/commands/ruvector/optimize.ts",{"path":3066,"priority":1025},"src/commands/ruvector/pg-utils.ts",{"path":3068,"priority":1025},"src/commands/ruvector/setup.ts",{"path":3070,"priority":1025},"src/commands/ruvector/status.ts",{"path":3072,"priority":1025},"src/commands/security.ts",{"path":3074,"priority":1025},"src/commands/session.ts",{"path":3076,"priority":1025},"src/commands/start.ts",{"path":3078,"priority":1025},"src/commands/status.ts",{"path":3080,"priority":1025},"src/commands/swarm.ts",{"path":3082,"priority":1025},"src/commands/task.ts",{"path":3084,"priority":1025},"src/commands/transfer-store.ts",{"path":3086,"priority":1025},"src/commands/update.ts",{"path":3088,"priority":1025},"src/commands/verify.ts",{"path":3090,"priority":1025},"src/commands/workflow.ts",{"basePath":3092,"description":3093,"displayName":3094,"installMethods":3095,"license":248,"rationale":3096,"selectedPaths":3097,"source":346,"sourceLanguage":18,"type":313},"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":3094},"cli ecosystem detected at v3/@claude-flow/cli-core",[3098,3099,3100,3101],{"path":2962,"priority":340},{"path":342,"priority":340},{"path":2988,"priority":1025},{"path":3034,"priority":1025},{"basePath":3103,"description":3104,"displayName":3105,"installMethods":3106,"license":248,"rationale":3107,"selectedPaths":3108,"source":346,"sourceLanguage":18,"type":313},"v3/@claude-flow/codex","Codex CLI integration for Ruflo (claude-flow) - OpenAI Codex platform adapter","@claude-flow/codex",{"npm":3105},"cli ecosystem detected at v3/@claude-flow/codex",[3109,3110,3111,3112],{"path":2962,"priority":340},{"path":342,"priority":340},{"path":2988,"priority":1025},{"path":3113,"priority":1025},"src/cli.ts",{"basePath":3115,"description":3116,"displayName":3117,"installMethods":3118,"license":248,"rationale":3119,"selectedPaths":3120,"source":346,"sourceLanguage":18,"type":313},"v3/@claude-flow/hooks","V3 Hooks System - Event-driven lifecycle hooks with ReasoningBank learning integration","@claude-flow/hooks",{"npm":3117},"cli ecosystem detected at v3/@claude-flow/hooks",[3121,3122,3123,3125,3127],{"path":2962,"priority":340},{"path":342,"priority":340},{"path":3124,"priority":359},"bin/hooks-daemon.js",{"path":3126,"priority":359},"bin/statusline.js",{"path":2988,"priority":1025},{"basePath":3129,"description":3130,"displayName":3131,"installMethods":3132,"license":248,"rationale":3133,"selectedPaths":3134,"source":346,"sourceLanguage":18,"type":313},"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":3131},"cli ecosystem detected at v3/@claude-flow/plugin-agent-federation",[3135,3136,3137],{"path":2962,"priority":340},{"path":342,"priority":340},{"path":2988,"priority":1025},{"basePath":3139,"description":3140,"displayName":3141,"installMethods":3142,"license":248,"rationale":3143,"selectedPaths":3144,"source":346,"sourceLanguage":18,"type":313},"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":3141},"cli ecosystem detected at v3/@claude-flow/plugin-iot-cognitum",[3145,3146,3147],{"path":2962,"priority":340},{"path":342,"priority":340},{"path":2988,"priority":1025},{"sources":3149},[3150],"manual",{"npmPackage":1016},{"closedIssues90d":240,"description":3153,"forks":241,"homepage":3154,"license":248,"openIssues90d":242,"pushedAt":243,"readmeSize":238,"stars":244,"topics":3155},"🌊 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",[3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,284,3167,3168,3169,3170,3171,3172,3173,3174],"claude-code","swarm","agentic-ai","agentic-framework","agentic-rag","agentic-workflow","anthropic-claude","autonomous-agents","codex","mcp-server","model-context-protocol","ai-assistant","multi-agent-systems","swarm-intelligence","agents","claude-code-skills","ai-agent","ai-coding","ai-skills",{"downloads":246},{"classifiedAt":3177,"discoverAt":3178,"extractAt":3179,"githubAt":3179,"npmAt":3180,"updatedAt":3177},1778696691076,1778696678472,1778696685779,1778696688417,[218,216,217,219,220],{"evaluatedAt":252,"extractAt":303,"updatedAt":252},[],[3185,3216,3245,3277,3305,3334],{"_creationTime":3186,"_id":3187,"community":3188,"display":3189,"identity":3195,"providers":3200,"relations":3209,"tags":3212,"workflow":3213},1778695548458.377,"k17esa27yncbsd0bz8hcg2crg986mjqk",{"reviewCount":8},{"description":3190,"installMethods":3191,"name":3193,"sourceUrl":3194},"Extract the conceptual essence of a repository as skills, agents, and teams — the project's roles, procedures, and coordination patterns expressed as agentskills.io-standard definitions. Reads an arbitrary codebase and produces generalized definitions that capture WHAT the project does and WHO operates it, without replicating HOW it does it. Use when onboarding to a new codebase and wanting to understand its conceptual architecture, when bootstrapping an agentic system from an existing project, when studying a project's organizational DNA for cross-pollination, or when creating a skill/agent/team library inspired by a reference implementation.\n",{"claudeCode":3192},"pjt222/agent-almanac","Metal","https://github.com/pjt222/agent-almanac",{"basePath":3196,"githubOwner":3197,"githubRepo":3198,"locale":18,"slug":3199,"type":257},"skills/metal","pjt222","agent-almanac","metal",{"evaluate":3201,"extract":3208},{"promptVersionExtension":209,"promptVersionScoring":210,"score":3202,"tags":3203,"targetMarket":221,"tier":315},100,[216,3204,3205,3206,3207],"conceptualization","agent-definition","repository-structure","software-architecture",{"commitSha":293,"license":248},{"parentExtensionId":3210,"repoId":3211},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[3205,216,3204,3206,3207],{"evaluatedAt":3214,"extractAt":3215,"updatedAt":3214},1778699463464,1778695548458,{"_creationTime":3217,"_id":3218,"community":3219,"display":3220,"identity":3226,"providers":3230,"relations":3237,"tags":3240,"workflow":3241},1778699514767.176,"k17f4qpem03b53manh7vcdvtr986mmjg",{"reviewCount":8},{"description":3221,"installMethods":3222,"name":3224,"sourceUrl":3225},"AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在，则自动安装。",{"claudeCode":3223},"yvgude/lean-ctx","lean-ctx","https://github.com/yvgude/lean-ctx",{"basePath":3227,"githubOwner":3228,"githubRepo":3224,"locale":3229,"slug":3224,"type":257},"skills/lean-ctx","yvgude","zh-CN",{"evaluate":3231,"extract":3236},{"promptVersionExtension":209,"promptVersionScoring":210,"score":3202,"tags":3232,"targetMarket":221,"tier":315},[3233,3172,3234,3235,311,216],"context-compression","cli-tools","developer-tools",{"commitSha":293},{"repoId":3238,"translatedFrom":3239},"kd7dxtfr9j3z54hs3bz0218e1n86may0","k170fxxh22hdspg4vr94whgj1986mpr9",[3172,3234,216,3233,3235,311],{"evaluatedAt":3242,"extractAt":3243,"updatedAt":3244},1778699456179,1778699438912,1778699514767,{"_creationTime":3246,"_id":3247,"community":3248,"display":3249,"identity":3255,"providers":3260,"relations":3269,"tags":3272,"workflow":3273},1778698402261.987,"k17a3kqv7728k9gtyr2ymzkhpd86nny4",{"reviewCount":8},{"description":3250,"installMethods":3251,"name":3253,"sourceUrl":3254},"将代码库映射为按功能分组的流程图，识别不同功能之间的重复关注点，并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。",{"claudeCode":3252},"thedotmack/claude-mem","Pathfinder","https://github.com/thedotmack/claude-mem",{"basePath":3256,"githubOwner":3257,"githubRepo":3258,"locale":3229,"slug":3259,"type":257},"plugin/skills/pathfinder","thedotmack","claude-mem","pathfinder",{"evaluate":3261,"extract":3267},{"promptVersionExtension":209,"promptVersionScoring":210,"score":3202,"tags":3262,"targetMarket":221,"tier":315},[216,3263,3264,3265,3266],"architecture","documentation","refactoring","flowchart",{"commitSha":293,"license":3268},"Apache-2.0",{"repoId":3270,"translatedFrom":3271},"kd70jnxgm695az2wtf37zbqdj986mp7k","k176pxdjxvnyex7jv6abt3myd586n5vv",[3263,216,3264,3266,3265],{"evaluatedAt":3274,"extractAt":3275,"updatedAt":3276},1778698228002,1778698056313,1778698402262,{"_creationTime":3278,"_id":3279,"community":3280,"display":3281,"identity":3287,"providers":3290,"relations":3299,"tags":3301,"workflow":3302},1778694578248.103,"k17712r7xw99tfa8w7xzre9a4d86m8re",{"reviewCount":8},{"description":3282,"installMethods":3283,"name":3285,"sourceUrl":3286},"Codacy Cloud workflow for this repository -- run Codacy's analyzers locally before `git push` (mirrors what Codacy CI runs), and fetch/cluster Codacy issues for any PR via the v3 API. Use when the user mentions Codacy, \"codacy analysis\", `codacy-analysis-cli`, \"codacy issues on PR\", \"fix codacy CI\", \"codacy markdownlint findings\", or any Codacy gate failing on a netdata-org PR. Ships scripts analyze-local.sh (docker/binary runner for codacy-analysis-cli) and pr-issues.sh (paginated v3 issue fetch + group-by tool/pattern/severity/file). Token-safe -- CODACY_TOKEN never reaches assistant-visible stdout. Read-only by design in the current SOW; write actions (mark FP, mark fixed) are deferred.",{"claudeCode":3284},"netdata/netdata","codacy-audit","https://github.com/netdata/netdata",{"basePath":3288,"githubOwner":3289,"githubRepo":3289,"locale":18,"slug":3285,"type":257},".agents/skills/codacy-audit","netdata",{"evaluate":3291,"extract":3298},{"promptVersionExtension":209,"promptVersionScoring":210,"score":3202,"tags":3292,"targetMarket":221,"tier":315},[3293,216,3294,3295,3296,3297],"codacy","ci","pr-review","linting","security-analysis",{"commitSha":293},{"repoId":3300},"kd70yp91ybn40a638h3hzz6nbd86m2cw",[3294,3293,216,3296,3295,3297],{"evaluatedAt":3303,"extractAt":3304,"updatedAt":3303},1778694601008,1778694578248,{"_creationTime":3306,"_id":3307,"community":3308,"display":3309,"identity":3315,"providers":3319,"relations":3327,"tags":3330,"workflow":3331},1778692488329.0144,"k1724vjyyetw8qcfh8anb4c3tn86ngy7",{"reviewCount":8},{"description":3310,"installMethods":3311,"name":3313,"sourceUrl":3314},"Extract domain knowledge from existing project sources and generate domain rules. Also handles vault sync and domain listing.",{"claudeCode":3312},"luiseiman/claude-kit","domain-extract","https://github.com/luiseiman/claude-kit",{"basePath":3316,"githubOwner":3317,"githubRepo":3318,"locale":18,"slug":3313,"type":257},"skills/domain-extract","luiseiman","claude-kit",{"evaluate":3320,"extract":3326},{"promptVersionExtension":209,"promptVersionScoring":210,"score":3202,"tags":3321,"targetMarket":221,"tier":315},[3322,3323,3324,216,3325],"domain-extraction","knowledge-management","rule-generation","automation",{"commitSha":293},{"parentExtensionId":3328,"repoId":3329},"k17650xadq8363kzchr4w0gmf186nq24","kd79wqc8an5wh20cc2znr8tyb586mxwx",[3325,216,3322,3323,3324],{"evaluatedAt":3332,"extractAt":3333,"updatedAt":3332},1778693090713,1778692488329,{"_creationTime":3335,"_id":3336,"community":3337,"display":3338,"identity":3344,"providers":3348,"relations":3353,"tags":3356,"workflow":3357},1778692978469.281,"k17fvrbr8zcyr4j5pmdazwefps86mk8e",{"reviewCount":8},{"description":3339,"installMethods":3340,"name":3342,"sourceUrl":3343},"自动化分析、评估、设计和优化目标项目。将 VibeGuard 集成作为基线扫描，修复过程遵循 VibeGuard 规范，并在最后运行合规性检查。支持 auto-run-agent 自主执行。",{"claudeCode":3341},"majiayu000/vibeguard","auto-optimize","https://github.com/majiayu000/vibeguard",{"basePath":3345,"githubOwner":3346,"githubRepo":3347,"locale":3229,"slug":3342,"type":257},"workflows/auto-optimize","majiayu000","vibeguard",{"evaluate":3349,"extract":3352},{"promptVersionExtension":209,"promptVersionScoring":210,"score":3202,"tags":3350,"targetMarket":221,"tier":315},[216,3351,3347,3325,3235],"optimization",{"commitSha":293},{"repoId":3354,"translatedFrom":3355},"kd7b0vh258xpbyerk68bk3e1ks86mk58","k170rpk64k5rypx65jra7hetvx86nt23",[3325,216,3235,3351,3347],{"evaluatedAt":3358,"extractAt":3359,"updatedAt":3360},1778692790049,1778692607327,1778692978469]