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