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