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