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