[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ruvnet-cost-federation-en":3,"guides-for-ruvnet-cost-federation":3176,"similar-k17emgm27ea63958fh4qxa8a4x86nsx9-en":3177},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":243,"parentExtension":252,"providers":315,"relations":319,"repo":320,"tags":3174,"workflow":3175},1778696691708.3171,"k17emgm27ea63958fh4qxa8a4x86nsx9",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Consumer-side wiring for ADR-097 Phase 3 federation_spend events — per-peer rolling windows + suspension-threshold check",{"claudeCode":12},"ruvnet/ruflo","cost-federation","https://github.com/ruvnet/ruflo",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":245},1778700248948.5237,"kn753yqztxcsbpsg5yth71vm4h86nnb2","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,118,122,125,128,131,134,137,140,144,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of tracking federation spend events and the need for per-peer rolling windows and suspension-threshold checks, directly addressing ADR-097 Phase 3.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides consumer-side wiring for federation spend events, offering a specific mechanism to monitor and potentially suspend peers based on configured thresholds, which goes beyond default LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready as it is designed to activate when upstream events are published and includes a clear 'no events found' notice for the interim period, covering the complete lifecycle of its intended function.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on the consumer-side wiring for federation spend events, aligning with its declared scope and avoiding unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, readable, and accurately reflects the skill's function related to federation spend events and the ADR-097 specification.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, well-defined tool (`Bash`) with specific arguments and environment variables, which are narrow and specialized for its task.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All relevant environment variables (`FED_FORMAT`, `FED_NAMESPACE`, `FED_SUSPEND_THRESHOLD_USD`) are documented with their default values and purpose.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool invocation is a clear bash command, and the skill itself is well-named, making its function understandable.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The input is controlled via documented environment variables and a clear bash command. The output is structured markdown or JSON, focusing only on the relevant spend data and suspension checks.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is MIT, a permissive open-source license, clearly stated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill only relies on Bash and Node.js, and the primary dependency is Node.js itself, which is assumed to be managed by the environment. No third-party dependencies requiring explicit management are used within the script.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not handle or require any secrets, API keys, or tokens.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses Bash and Node.js scripts that operate on well-defined inputs (environment variables, namespace) and do not execute arbitrary code or fetch untrusted external data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill executes a local script and relies on assumed environment variables; it does not fetch external code or data at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill executes a local script and only interacts with specified namespaces and standard environment variables, without attempting to modify files outside its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The provided script does not contain primitives for escaping the sandbox, such as detached processes or retry loops around denied calls.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill processes local event data and reports it; it does not read or submit confidential data to any third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content (SKILL.md, script, README) is free of hidden-steering tricks, using standard text and formatting.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The script executed by the skill is plain JavaScript/Node.js and is not obfuscated or dynamically fetched.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes standard Node.js and Bash environments and does not make assumptions about user project file layouts beyond accessing the script itself.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository shows a high closure rate for open issues and a significant number of closed issues in the last 90 days, indicating active maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a clear versioning scheme indicated by Git tags and recent commits, and the README mentions installing from `main` which is acceptable given the recent activity.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","Input is handled via environment variables and command-line arguments for the script, which are inherently validated by the script's parsing logic and documented in the SKILL.md.",{"category":66,"check":108,"severity":63,"summary":109},"Unguarded Destructive Operations","The skill is read-only, performing analysis and reporting without any destructive operations.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The script is expected to handle errors gracefully, exiting non-zero with descriptive messages for issues like missing events or configuration errors, as is standard for Node.js scripts.",{"category":111,"check":115,"severity":116,"summary":117},"Logging","info","The script outputs results to stdout/stderr, which is captured by the agent. Explicit audit logging to a local file is not implemented but is not strictly necessary for this read-only skill.",{"category":119,"check":120,"severity":63,"summary":121},"Compliance","GDPR","The skill processes event data related to federation spend, which is not personal data. It does not handle PII or other sensitive personal information.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill is global in scope, focusing on event processing logic without any regional or jurisdictional limitations.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on standard Bash and Node.js, ensuring broad compatibility across POSIX-like systems.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README is extensive, well-organized, and provides a comprehensive overview of Ruflo, including installation, features, and documentation links.",{"category":33,"check":132,"severity":63,"summary":133},"Tool surface size","This is a skill with a single primary execution path (running the bash script), not a collection of multiple distinct tools.",{"category":40,"check":135,"severity":63,"summary":136},"Overlapping near-synonym tools","The skill executes a single script and does not expose multiple tools that could be considered near-synonyms.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All features mentioned in the README related to the cost-tracker plugin are implemented or clearly described as dependent on upstream changes.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions for both the Claude Code plugin and CLI methods, including copy-paste examples for plugin installation.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The script is expected to provide clear error messages for any failures, such as missing events or incorrect configuration, with documentation available for context.",{"category":104,"check":149,"severity":63,"summary":150},"Pinned dependencies","The skill relies on standard system interpreters (Bash, Node.js) and does not include third-party package dependencies that require pinning.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","The skill is purely analytical and does not perform any state-changing operations or send data outward, thus a dry-run is not applicable.",{"category":155,"check":156,"severity":63,"summary":157},"Protocol","Idempotent retry & timeouts","The skill is a local script execution and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":119,"check":159,"severity":63,"summary":160},"Telemetry opt-in","The skill does not emit any telemetry or analytics data.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill's purpose is precisely defined as consumer-side wiring for federation spend events, detailing the artifact (events) and user intent (monitoring, suspension checks) with clear non-goals and when-to-use scenarios.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is dense and self-contained, providing a clear summary of the core capability and relevant context like ADR-097.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is concise, with deeper material like ADRs and cross-references linked externally, adhering to progressive disclosure.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the procedure and links to external ADRs and related skills, demonstrating effective progressive disclosure.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is a focused script execution for data analysis and does not involve deep code review or exploration requiring a forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides a clear, ready-to-use bash command example, including optional environment variables, and describes the expected observable outcome.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md documents the 'no events found' scenario and mentions how events accumulate, indicating handling of expected states and limitations.",{"category":111,"check":184,"severity":63,"summary":185},"Tool Fallback","The skill only relies on standard Bash and Node.js, which are assumed to be available and do not require a fallback mechanism or specific MCP server listing.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The SKILL.md implies that the script will report cleanly if no events are found, and standard script execution would halt on unexpected errors, aligning with expected behavior for such tools.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills, with clear cross-references provided where relevant.",1778700248826,"This skill wires consumer-side logic for federation spend events, processing them to monitor per-peer rolling windows and check against suspension thresholds. It uses a bash script to read events from a specified namespace and provides output in Markdown or JSON. The skill is designed to work even before the upstream event publishing is fully implemented.",[196,197,198,199,200],"Consumer-side wiring for federation spend events","Per-peer rolling window aggregation (1h, 24h, 7d)","Suspension threshold check for peers","Handles interim 'no events found' state cleanly","Configurable output format (JSON/Markdown) and namespace",[202,203,204,205],"Acting as the producer of federation spend events.","Managing or directly enforcing peer suspension (it reports the check).","Processing events from namespaces other than the configured one.","Providing real-time alerting beyond periodic script execution.","3.0.0","4.4.0","To provide essential consumer-side monitoring for federation spend events, enabling the tracking of per-peer usage and facilitating automated suspension of peers exceeding configured thresholds, in preparation for ADR-097 Phase 3.","High quality across all checks, with a strong emphasis on clear documentation, security, and a well-defined purpose. The few `info` or `not_applicable` findings are due to the skill's focused and read-only nature.",98,"A well-documented and secure skill for tracking federation spend events with clear use cases and actionable insights.",[213,214,215,216,217,218],"cost-tracking","federation","events","monitoring","bash","node-js","global","verified",[222,223,224,225],"Establish baseline spend before opening federation traffic to a new peer.","Periodically monitor per-peer spend across defined time windows.","Verify suspension reasoning after ADR-097 Phase 2/3 lands.","Integrate with existing cost-tracking systems by processing event data.",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"popularity":239,"security":241,"testCoverage":244},{"hasLockfile":228},true,1778700232840,{"descriptionLength":231,"readmeSize":232},120,26155,{"closedIssues90d":234,"forks":235,"hasChangelog":228,"openIssues90d":236,"pushedAt":237,"stars":238},373,5603,68,1778694187000,50209,{"npmDownloads":240},68309,{"hasNpmPackage":228,"license":242,"smitheryVerified":243},"MIT",false,{"hasCi":228,"hasTests":228},{"updatedAt":246},1778700248948,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"plugins/ruflo-cost-tracker/skills/cost-federation","ruvnet","ruflo","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":260,"parentExtension":263,"providers":299,"relations":311,"tags":312,"workflow":313},1778696691708.2732,"k17b8vdneh7d9tjrpjvkkhp6p586mbtn",{"reviewCount":8},{"description":257,"installMethods":258,"name":259,"sourceUrl":14},"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)",{"claudeCode":259},"ruflo-cost-tracker",{"basePath":261,"githubOwner":249,"githubRepo":250,"locale":18,"slug":259,"type":262},"plugins/ruflo-cost-tracker","plugin",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":270,"providers":273,"relations":293,"tags":295,"workflow":296},1778696691708.2678,"k1753196a11bz5jzm7hqzasr0h86nk71",{"reviewCount":8},{"description":268,"installMethods":269,"name":250,"sourceUrl":14},"RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering",{"claudeCode":12},{"basePath":271,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":272},"","marketplace",{"evaluate":274,"extract":287},{"promptVersionExtension":275,"promptVersionScoring":207,"score":276,"tags":277,"targetMarket":219,"tier":286},"3.1.0",78,[278,279,280,281,282,283,284,285],"multi-agent","orchestration","ai-agents","software-engineering","code-quality","security","devops","memory","community",{"commitSha":288,"marketplace":289,"plugin":291},"HEAD",{"name":250,"pluginCount":290},32,{"mcpCount":8,"provider":292,"skillCount":8},"classify",{"repoId":294},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[280,282,284,285,278,279,283,281],{"evaluatedAt":297,"extractAt":298,"updatedAt":297},1778696722996,1778696691708,{"evaluate":300,"extract":308},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":301,"targetMarket":219,"tier":220},[213,302,303,304,305,306,307],"budget","optimization","observability","cli","reporting","agentic-flow",{"commitSha":288,"license":242,"plugin":309},{"mcpCount":8,"provider":292,"skillCount":310},13,{"parentExtensionId":265,"repoId":294},[307,302,305,213,304,303,306],{"evaluatedAt":314,"extractAt":298,"updatedAt":314},1778697070674,{"evaluate":316,"extract":318},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":317,"targetMarket":219,"tier":220},[213,214,215,216,217,218],{"commitSha":288},{"parentExtensionId":254,"repoId":294},{"_creationTime":321,"_id":294,"identity":322,"providers":323,"workflow":3169},1778696678472.3906,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":324,"discover":3141,"extract":3144,"github":3145,"npm":3168},{"commitSha":288,"extensions":325},[326,339,372,393,412,429,448,465,482,501,522,541,558,589,606,627,644,661,678,695,712,741,762,798,817,836,865,882,899,916,949,966,987,1006,1022,1031,1039,1047,1055,1063,1071,1079,1087,1095,1103,1111,1119,1127,1135,1143,1151,1159,1167,1175,1183,1191,1199,1207,1215,1223,1231,1239,1247,1255,1263,1271,1279,1287,1295,1303,1311,1319,1327,1335,1343,1351,1359,1367,1375,1383,1391,1399,1407,1415,1423,1431,1439,1447,1455,1463,1471,1479,1487,1495,1503,1511,1519,1527,1535,1543,1551,1559,1567,1575,1583,1591,1599,1607,1615,1623,1631,1639,1647,1655,1663,1671,1679,1687,1695,1703,1711,1719,1727,1735,1743,1751,1759,1767,1775,1783,1791,1799,1807,1816,1824,1832,1840,1848,1856,1864,1872,1880,1888,1896,1908,1916,1924,1932,1940,1948,1960,1968,1976,1984,1992,2000,2008,2016,2024,2032,2040,2048,2056,2064,2072,2080,2088,2096,2104,2112,2120,2128,2136,2144,2152,2160,2168,2176,2184,2192,2200,2208,2216,2224,2232,2240,2248,2256,2264,2272,2280,2288,2296,2304,2312,2320,2328,2336,2344,2352,2360,2368,2376,2381,2389,2397,2405,2413,2421,2429,2437,2445,2453,2461,2469,2477,2485,2493,2501,2509,2517,2525,2533,2541,2549,2557,2565,2573,2581,2589,2597,2605,2613,2621,2629,2637,2645,2653,2661,2669,2677,2685,2693,2701,2709,2717,2725,2733,2741,2749,2757,2765,2773,2781,2789,2797,2805,2813,2821,2829,2837,2845,2853,2861,2869,2877,2885,2893,2901,2909,2917,2925,2933,2941,2949,2959,2968,3084,3095,3107,3121,3131],{"basePath":271,"description":268,"displayName":250,"installMethods":327,"rationale":328,"selectedPaths":329,"source":338,"sourceLanguage":18,"type":272},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[330,333,335],{"path":331,"priority":332},".claude-plugin/marketplace.json","mandatory",{"path":334,"priority":332},"README.md",{"path":336,"priority":337},"LICENSE","high","rule",{"basePath":340,"description":341,"displayName":342,"installMethods":343,"license":242,"rationale":344,"selectedPaths":345,"source":338,"sourceLanguage":18,"type":262},"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":342},"plugin manifest at plugins/ruflo-core/.claude-plugin/plugin.json",[346,348,349,352,354,356,358,360,362,364,366,368,370],{"path":347,"priority":332},".claude-plugin/plugin.json",{"path":334,"priority":332},{"path":350,"priority":351},"skills/discover-plugins/SKILL.md","medium",{"path":353,"priority":351},"skills/init-project/SKILL.md",{"path":355,"priority":351},"skills/ruflo-doctor/SKILL.md",{"path":357,"priority":351},"skills/witness/SKILL.md",{"path":359,"priority":337},"agents/coder.md",{"path":361,"priority":337},"agents/researcher.md",{"path":363,"priority":337},"agents/reviewer.md",{"path":365,"priority":337},"agents/witness-curator.md",{"path":367,"priority":337},"commands/ruflo-status.md",{"path":369,"priority":337},"commands/witness.md",{"path":371,"priority":337},"hooks/hooks.json",{"basePath":373,"description":374,"displayName":375,"installMethods":376,"license":242,"rationale":377,"selectedPaths":378,"source":338,"sourceLanguage":18,"type":262},"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":375},"plugin manifest at plugins/ruflo-swarm/.claude-plugin/plugin.json",[379,380,381,383,385,387,389,391],{"path":347,"priority":332},{"path":334,"priority":332},{"path":382,"priority":351},"skills/monitor-stream/SKILL.md",{"path":384,"priority":351},"skills/swarm-init/SKILL.md",{"path":386,"priority":337},"agents/architect.md",{"path":388,"priority":337},"agents/coordinator.md",{"path":390,"priority":337},"commands/swarm.md",{"path":392,"priority":337},"commands/watch.md",{"basePath":394,"description":395,"displayName":396,"installMethods":397,"license":242,"rationale":398,"selectedPaths":399,"source":338,"sourceLanguage":18,"type":262},"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":396},"plugin manifest at plugins/ruflo-loop-workers/.claude-plugin/plugin.json",[400,401,402,404,406,408,410],{"path":347,"priority":332},{"path":334,"priority":332},{"path":403,"priority":351},"skills/cron-schedule/SKILL.md",{"path":405,"priority":351},"skills/loop-worker/SKILL.md",{"path":407,"priority":337},"agents/loop-worker-coordinator.md",{"path":409,"priority":337},"commands/ruflo-loop.md",{"path":411,"priority":337},"commands/ruflo-schedule.md",{"basePath":413,"description":414,"displayName":415,"installMethods":416,"license":242,"rationale":417,"selectedPaths":418,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-security-audit","Security review, dependency scanning, policy gates, and CVE monitoring","ruflo-security-audit",{"claudeCode":415},"plugin manifest at plugins/ruflo-security-audit/.claude-plugin/plugin.json",[419,420,421,423,425,427],{"path":347,"priority":332},{"path":334,"priority":332},{"path":422,"priority":351},"skills/dependency-check/SKILL.md",{"path":424,"priority":351},"skills/security-scan/SKILL.md",{"path":426,"priority":337},"agents/security-auditor.md",{"path":428,"priority":337},"commands/audit.md",{"basePath":430,"description":431,"displayName":432,"installMethods":433,"license":242,"rationale":434,"selectedPaths":435,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-rag-memory","RuVector memory with HNSW search, AgentDB, and semantic retrieval","ruflo-rag-memory",{"claudeCode":432},"plugin manifest at plugins/ruflo-rag-memory/.claude-plugin/plugin.json",[436,437,438,440,442,444,446],{"path":347,"priority":332},{"path":334,"priority":332},{"path":439,"priority":351},"skills/memory-bridge/SKILL.md",{"path":441,"priority":351},"skills/memory-search/SKILL.md",{"path":443,"priority":337},"agents/memory-specialist.md",{"path":445,"priority":337},"commands/recall.md",{"path":447,"priority":337},"commands/ruflo-memory.md",{"basePath":449,"description":450,"displayName":451,"installMethods":452,"license":242,"rationale":453,"selectedPaths":454,"source":338,"sourceLanguage":18,"type":262},"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":451},"plugin manifest at plugins/ruflo-testgen/.claude-plugin/plugin.json",[455,456,457,459,461,463],{"path":347,"priority":332},{"path":334,"priority":332},{"path":458,"priority":351},"skills/tdd-workflow/SKILL.md",{"path":460,"priority":351},"skills/test-gaps/SKILL.md",{"path":462,"priority":337},"agents/tester.md",{"path":464,"priority":337},"commands/testgen.md",{"basePath":466,"description":467,"displayName":468,"installMethods":469,"license":242,"rationale":470,"selectedPaths":471,"source":338,"sourceLanguage":18,"type":262},"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":468},"plugin manifest at plugins/ruflo-docs/.claude-plugin/plugin.json",[472,473,474,476,478,480],{"path":347,"priority":332},{"path":334,"priority":332},{"path":475,"priority":351},"skills/api-docs/SKILL.md",{"path":477,"priority":351},"skills/doc-gen/SKILL.md",{"path":479,"priority":337},"agents/docs-writer.md",{"path":481,"priority":337},"commands/ruflo-docs.md",{"basePath":483,"description":484,"displayName":485,"installMethods":486,"license":242,"rationale":487,"selectedPaths":488,"source":338,"sourceLanguage":18,"type":262},"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":485},"plugin manifest at plugins/ruflo-autopilot/.claude-plugin/plugin.json",[489,490,491,493,495,497,499],{"path":347,"priority":332},{"path":334,"priority":332},{"path":492,"priority":351},"skills/autopilot-loop/SKILL.md",{"path":494,"priority":351},"skills/autopilot-predict/SKILL.md",{"path":496,"priority":337},"agents/autopilot-coordinator.md",{"path":498,"priority":337},"commands/autopilot-status.md",{"path":500,"priority":337},"commands/autopilot.md",{"basePath":502,"description":503,"displayName":504,"installMethods":505,"license":242,"rationale":506,"selectedPaths":507,"source":338,"sourceLanguage":18,"type":262},"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":504},"plugin manifest at plugins/ruflo-intelligence/.claude-plugin/plugin.json",[508,509,510,512,514,516,518,520],{"path":347,"priority":332},{"path":334,"priority":332},{"path":511,"priority":351},"skills/intelligence-route/SKILL.md",{"path":513,"priority":351},"skills/intelligence-transfer/SKILL.md",{"path":515,"priority":351},"skills/neural-train/SKILL.md",{"path":517,"priority":337},"agents/intelligence-specialist.md",{"path":519,"priority":337},"commands/intelligence.md",{"path":521,"priority":337},"commands/neural.md",{"basePath":523,"description":524,"displayName":525,"installMethods":526,"license":242,"rationale":527,"selectedPaths":528,"source":338,"sourceLanguage":18,"type":262},"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":525},"plugin manifest at plugins/ruflo-agentdb/.claude-plugin/plugin.json",[529,530,531,533,535,537,539],{"path":347,"priority":332},{"path":334,"priority":332},{"path":532,"priority":351},"skills/agentdb-query/SKILL.md",{"path":534,"priority":351},"skills/vector-search/SKILL.md",{"path":536,"priority":337},"agents/agentdb-specialist.md",{"path":538,"priority":337},"commands/agentdb.md",{"path":540,"priority":337},"commands/embeddings.md",{"basePath":542,"description":543,"displayName":544,"installMethods":545,"license":242,"rationale":546,"selectedPaths":547,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-aidefence","AI safety scanning, PII detection, prompt injection defense, and adaptive threat learning","ruflo-aidefence",{"claudeCode":544},"plugin manifest at plugins/ruflo-aidefence/.claude-plugin/plugin.json",[548,549,550,552,554,556],{"path":347,"priority":332},{"path":334,"priority":332},{"path":551,"priority":351},"skills/pii-detect/SKILL.md",{"path":553,"priority":351},"skills/safety-scan/SKILL.md",{"path":555,"priority":337},"agents/safety-specialist.md",{"path":557,"priority":337},"commands/aidefence.md",{"basePath":559,"description":560,"displayName":561,"installMethods":562,"license":242,"rationale":563,"selectedPaths":564,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-browser","Session-as-skill browser automation: Playwright + RVF cognitive containers + ruvector trajectories + AgentDB selector memory + AIDefence PII/injection gates","ruflo-browser",{"claudeCode":561},"plugin manifest at plugins/ruflo-browser/.claude-plugin/plugin.json",[565,566,567,569,571,573,575,577,579,581,583,585,587],{"path":347,"priority":332},{"path":334,"priority":332},{"path":568,"priority":351},"skills/browser-auth-flow/SKILL.md",{"path":570,"priority":351},"skills/browser-extract/SKILL.md",{"path":572,"priority":351},"skills/browser-form-fill/SKILL.md",{"path":574,"priority":351},"skills/browser-login/SKILL.md",{"path":576,"priority":351},"skills/browser-record/SKILL.md",{"path":578,"priority":351},"skills/browser-replay/SKILL.md",{"path":580,"priority":351},"skills/browser-scrape/SKILL.md",{"path":582,"priority":351},"skills/browser-screenshot-diff/SKILL.md",{"path":584,"priority":351},"skills/browser-test/SKILL.md",{"path":586,"priority":337},"agents/browser-agent.md",{"path":588,"priority":337},"commands/ruflo-browser.md",{"basePath":590,"description":591,"displayName":592,"installMethods":593,"license":242,"rationale":594,"selectedPaths":595,"source":338,"sourceLanguage":18,"type":262},"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":592},"plugin manifest at plugins/ruflo-jujutsu/.claude-plugin/plugin.json",[596,597,598,600,602,604],{"path":347,"priority":332},{"path":334,"priority":332},{"path":599,"priority":351},"skills/diff-analyze/SKILL.md",{"path":601,"priority":351},"skills/git-workflow/SKILL.md",{"path":603,"priority":337},"agents/git-specialist.md",{"path":605,"priority":337},"commands/jujutsu.md",{"basePath":607,"description":608,"displayName":609,"installMethods":610,"license":242,"rationale":611,"selectedPaths":612,"source":338,"sourceLanguage":18,"type":262},"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":609},"plugin manifest at plugins/ruflo-agent/.claude-plugin/plugin.json",[613,614,615,617,619,621,623,625],{"path":347,"priority":332},{"path":334,"priority":332},{"path":616,"priority":351},"skills/managed-agent/SKILL.md",{"path":618,"priority":351},"skills/wasm-agent/SKILL.md",{"path":620,"priority":351},"skills/wasm-gallery/SKILL.md",{"path":622,"priority":337},"agents/wasm-specialist.md",{"path":624,"priority":337},"commands/managed-agent.md",{"path":626,"priority":337},"commands/wasm.md",{"basePath":628,"description":629,"displayName":630,"installMethods":631,"license":242,"rationale":632,"selectedPaths":633,"source":338,"sourceLanguage":18,"type":262},"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":630},"plugin manifest at plugins/ruflo-workflows/.claude-plugin/plugin.json",[634,635,636,638,640,642],{"path":347,"priority":332},{"path":334,"priority":332},{"path":637,"priority":351},"skills/workflow-create/SKILL.md",{"path":639,"priority":351},"skills/workflow-run/SKILL.md",{"path":641,"priority":337},"agents/workflow-specialist.md",{"path":643,"priority":337},"commands/workflow.md",{"basePath":645,"description":646,"displayName":647,"installMethods":648,"license":242,"rationale":649,"selectedPaths":650,"source":338,"sourceLanguage":18,"type":262},"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":647},"plugin manifest at plugins/ruflo-daa/.claude-plugin/plugin.json",[651,652,653,655,657,659],{"path":347,"priority":332},{"path":334,"priority":332},{"path":654,"priority":351},"skills/cognitive-pattern/SKILL.md",{"path":656,"priority":351},"skills/daa-agent/SKILL.md",{"path":658,"priority":337},"agents/daa-specialist.md",{"path":660,"priority":337},"commands/daa.md",{"basePath":662,"description":663,"displayName":664,"installMethods":665,"license":242,"rationale":666,"selectedPaths":667,"source":338,"sourceLanguage":18,"type":262},"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":664},"plugin manifest at plugins/ruflo-ruvllm/.claude-plugin/plugin.json",[668,669,670,672,674,676],{"path":347,"priority":332},{"path":334,"priority":332},{"path":671,"priority":351},"skills/chat-format/SKILL.md",{"path":673,"priority":351},"skills/llm-config/SKILL.md",{"path":675,"priority":337},"agents/llm-specialist.md",{"path":677,"priority":337},"commands/ruvllm.md",{"basePath":679,"description":680,"displayName":681,"installMethods":682,"license":242,"rationale":683,"selectedPaths":684,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-rvf","RVF format for portable agent memory, session persistence, and cross-platform transfer","ruflo-rvf",{"claudeCode":681},"plugin manifest at plugins/ruflo-rvf/.claude-plugin/plugin.json",[685,686,687,689,691,693],{"path":347,"priority":332},{"path":334,"priority":332},{"path":688,"priority":351},"skills/rvf-manage/SKILL.md",{"path":690,"priority":351},"skills/session-persist/SKILL.md",{"path":692,"priority":337},"agents/session-specialist.md",{"path":694,"priority":337},"commands/rvf.md",{"basePath":696,"description":697,"displayName":698,"installMethods":699,"license":242,"rationale":700,"selectedPaths":701,"source":338,"sourceLanguage":18,"type":262},"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":698},"plugin manifest at plugins/ruflo-plugin-creator/.claude-plugin/plugin.json",[702,703,704,706,708,710],{"path":347,"priority":332},{"path":334,"priority":332},{"path":705,"priority":351},"skills/create-plugin/SKILL.md",{"path":707,"priority":351},"skills/validate-plugin/SKILL.md",{"path":709,"priority":337},"agents/plugin-developer.md",{"path":711,"priority":337},"commands/create-plugin.md",{"basePath":713,"description":714,"displayName":715,"installMethods":716,"license":242,"rationale":717,"selectedPaths":718,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-goals","Long-horizon goal planning, deep research orchestration, and adaptive replanning using GOAP algorithms","ruflo-goals",{"claudeCode":715},"plugin manifest at plugins/ruflo-goals/.claude-plugin/plugin.json",[719,720,721,723,725,727,729,731,733,735,737,739],{"path":347,"priority":332},{"path":334,"priority":332},{"path":722,"priority":351},"skills/deep-research/SKILL.md",{"path":724,"priority":351},"skills/dossier-collect/SKILL.md",{"path":726,"priority":351},"skills/goal-plan/SKILL.md",{"path":728,"priority":351},"skills/horizon-track/SKILL.md",{"path":730,"priority":351},"skills/research-synthesize/SKILL.md",{"path":732,"priority":337},"agents/deep-researcher.md",{"path":734,"priority":337},"agents/dossier-investigator.md",{"path":736,"priority":337},"agents/goal-planner.md",{"path":738,"priority":337},"agents/horizon-tracker.md",{"path":740,"priority":337},"commands/goals.md",{"basePath":742,"description":743,"displayName":744,"installMethods":745,"license":242,"rationale":746,"selectedPaths":747,"source":338,"sourceLanguage":18,"type":262},"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":744},"plugin manifest at plugins/ruflo-adr/.claude-plugin/plugin.json",[748,749,750,752,754,756,758,760],{"path":347,"priority":332},{"path":334,"priority":332},{"path":751,"priority":351},"skills/adr-create/SKILL.md",{"path":753,"priority":351},"skills/adr-index/SKILL.md",{"path":755,"priority":351},"skills/adr-review/SKILL.md",{"path":757,"priority":351},"skills/adr-verify/SKILL.md",{"path":759,"priority":337},"agents/adr-architect.md",{"path":761,"priority":337},"commands/adr.md",{"basePath":261,"description":257,"displayName":259,"installMethods":763,"license":242,"rationale":764,"selectedPaths":765,"source":338,"sourceLanguage":18,"type":262},{"claudeCode":259},"plugin manifest at plugins/ruflo-cost-tracker/.claude-plugin/plugin.json",[766,767,768,770,772,774,776,778,780,782,784,786,788,790,792,794,796],{"path":347,"priority":332},{"path":334,"priority":332},{"path":769,"priority":351},"skills/cost-benchmark/SKILL.md",{"path":771,"priority":351},"skills/cost-booster-edit/SKILL.md",{"path":773,"priority":351},"skills/cost-booster-route/SKILL.md",{"path":775,"priority":351},"skills/cost-budget-check/SKILL.md",{"path":777,"priority":351},"skills/cost-compact-context/SKILL.md",{"path":779,"priority":351},"skills/cost-conversation/SKILL.md",{"path":781,"priority":351},"skills/cost-export/SKILL.md",{"path":783,"priority":351},"skills/cost-federation/SKILL.md",{"path":785,"priority":351},"skills/cost-optimize/SKILL.md",{"path":787,"priority":351},"skills/cost-report/SKILL.md",{"path":789,"priority":351},"skills/cost-summary/SKILL.md",{"path":791,"priority":351},"skills/cost-track/SKILL.md",{"path":793,"priority":351},"skills/cost-trend/SKILL.md",{"path":795,"priority":337},"agents/cost-analyst.md",{"path":797,"priority":337},"commands/ruflo-cost.md",{"basePath":799,"description":800,"displayName":801,"installMethods":802,"license":242,"rationale":803,"selectedPaths":804,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-ddd","Domain-Driven Design scaffolding — bounded contexts, aggregate roots, domain events, value objects, repositories, and anti-corruption layers; navigable domain graph stored in AgentDB","ruflo-ddd",{"claudeCode":801},"plugin manifest at plugins/ruflo-ddd/.claude-plugin/plugin.json",[805,806,807,809,811,813,815],{"path":347,"priority":332},{"path":334,"priority":332},{"path":808,"priority":351},"skills/ddd-aggregate/SKILL.md",{"path":810,"priority":351},"skills/ddd-context/SKILL.md",{"path":812,"priority":351},"skills/ddd-validate/SKILL.md",{"path":814,"priority":337},"agents/domain-modeler.md",{"path":816,"priority":337},"commands/ddd.md",{"basePath":818,"description":819,"displayName":820,"installMethods":821,"license":242,"rationale":822,"selectedPaths":823,"source":338,"sourceLanguage":18,"type":262},"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":820},"plugin manifest at plugins/ruflo-federation/.claude-plugin/plugin.json",[824,825,826,828,830,832,834],{"path":347,"priority":332},{"path":334,"priority":332},{"path":827,"priority":351},"skills/federation-audit/SKILL.md",{"path":829,"priority":351},"skills/federation-init/SKILL.md",{"path":831,"priority":351},"skills/federation-status/SKILL.md",{"path":833,"priority":337},"agents/federation-coordinator.md",{"path":835,"priority":337},"commands/federation.md",{"basePath":837,"description":838,"displayName":839,"installMethods":840,"license":242,"rationale":841,"selectedPaths":842,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-iot-cognitum","IoT device lifecycle, telemetry anomaly detection, fleet management, and witness chain verification for Cognitum Seed hardware","ruflo-iot-cognitum",{"claudeCode":839},"plugin manifest at plugins/ruflo-iot-cognitum/.claude-plugin/plugin.json",[843,844,845,847,849,851,853,855,857,859,861,863],{"path":347,"priority":332},{"path":334,"priority":332},{"path":846,"priority":351},"skills/iot-anomalies/SKILL.md",{"path":848,"priority":351},"skills/iot-firmware/SKILL.md",{"path":850,"priority":351},"skills/iot-fleet/SKILL.md",{"path":852,"priority":351},"skills/iot-register/SKILL.md",{"path":854,"priority":351},"skills/iot-witness-verify/SKILL.md",{"path":856,"priority":337},"agents/device-coordinator.md",{"path":858,"priority":337},"agents/fleet-manager.md",{"path":860,"priority":337},"agents/telemetry-analyzer.md",{"path":862,"priority":337},"agents/witness-auditor.md",{"path":864,"priority":337},"commands/iot.md",{"basePath":866,"description":867,"displayName":868,"installMethods":869,"license":242,"rationale":870,"selectedPaths":871,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-knowledge-graph","Knowledge graph construction — entity extraction, relation mapping, and pathfinder graph traversal","ruflo-knowledge-graph",{"claudeCode":868},"plugin manifest at plugins/ruflo-knowledge-graph/.claude-plugin/plugin.json",[872,873,874,876,878,880],{"path":347,"priority":332},{"path":334,"priority":332},{"path":875,"priority":351},"skills/kg-extract/SKILL.md",{"path":877,"priority":351},"skills/kg-traverse/SKILL.md",{"path":879,"priority":337},"agents/graph-navigator.md",{"path":881,"priority":337},"commands/kg.md",{"basePath":883,"description":884,"displayName":885,"installMethods":886,"license":242,"rationale":887,"selectedPaths":888,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-market-data","Market data ingestion — feed normalization, OHLCV vectorization, and HNSW-indexed pattern matching","ruflo-market-data",{"claudeCode":885},"plugin manifest at plugins/ruflo-market-data/.claude-plugin/plugin.json",[889,890,891,893,895,897],{"path":347,"priority":332},{"path":334,"priority":332},{"path":892,"priority":351},"skills/market-ingest/SKILL.md",{"path":894,"priority":351},"skills/market-pattern/SKILL.md",{"path":896,"priority":337},"agents/data-engineer.md",{"path":898,"priority":337},"commands/market.md",{"basePath":900,"description":901,"displayName":902,"installMethods":903,"license":242,"rationale":904,"selectedPaths":905,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-migrations","Schema migration management — generate, validate, dry-run, and rollback database migrations","ruflo-migrations",{"claudeCode":902},"plugin manifest at plugins/ruflo-migrations/.claude-plugin/plugin.json",[906,907,908,910,912,914],{"path":347,"priority":332},{"path":334,"priority":332},{"path":909,"priority":351},"skills/migrate-create/SKILL.md",{"path":911,"priority":351},"skills/migrate-validate/SKILL.md",{"path":913,"priority":337},"agents/migration-engineer.md",{"path":915,"priority":337},"commands/migrate.md",{"basePath":917,"description":918,"displayName":919,"installMethods":920,"license":242,"rationale":921,"selectedPaths":922,"source":338,"sourceLanguage":18,"type":262},"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":919},"plugin manifest at plugins/ruflo-neural-trader/.claude-plugin/plugin.json",[923,924,925,927,929,931,933,935,937,939,941,943,945,947],{"path":347,"priority":332},{"path":334,"priority":332},{"path":926,"priority":351},"skills/trader-backtest/SKILL.md",{"path":928,"priority":351},"skills/trader-cloud-backtest/SKILL.md",{"path":930,"priority":351},"skills/trader-portfolio/SKILL.md",{"path":932,"priority":351},"skills/trader-regime/SKILL.md",{"path":934,"priority":351},"skills/trader-risk/SKILL.md",{"path":936,"priority":351},"skills/trader-signal/SKILL.md",{"path":938,"priority":351},"skills/trader-train/SKILL.md",{"path":940,"priority":337},"agents/backtest-engineer.md",{"path":942,"priority":337},"agents/market-analyst.md",{"path":944,"priority":337},"agents/risk-analyst.md",{"path":946,"priority":337},"agents/trading-strategist.md",{"path":948,"priority":337},"commands/trader.md",{"basePath":950,"description":951,"displayName":952,"installMethods":953,"license":242,"rationale":954,"selectedPaths":955,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-observability","Structured logging, distributed tracing, and metrics — correlate agent swarm activity with application telemetry","ruflo-observability",{"claudeCode":952},"plugin manifest at plugins/ruflo-observability/.claude-plugin/plugin.json",[956,957,958,960,962,964],{"path":347,"priority":332},{"path":334,"priority":332},{"path":959,"priority":351},"skills/observe-metrics/SKILL.md",{"path":961,"priority":351},"skills/observe-trace/SKILL.md",{"path":963,"priority":337},"agents/observability-engineer.md",{"path":965,"priority":337},"commands/observe.md",{"basePath":967,"description":968,"displayName":969,"installMethods":970,"license":242,"rationale":971,"selectedPaths":972,"source":338,"sourceLanguage":18,"type":262},"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":969},"plugin manifest at plugins/ruflo-ruvector/.claude-plugin/plugin.json",[973,974,975,977,979,981,983,985],{"path":347,"priority":332},{"path":334,"priority":332},{"path":976,"priority":351},"skills/vector-cluster/SKILL.md",{"path":978,"priority":351},"skills/vector-embed/SKILL.md",{"path":980,"priority":351},"skills/vector-hyperbolic/SKILL.md",{"path":982,"priority":351},"skills/vector-setup/SKILL.md",{"path":984,"priority":337},"agents/vector-engineer.md",{"path":986,"priority":337},"commands/vector.md",{"basePath":988,"description":989,"displayName":990,"installMethods":991,"license":242,"rationale":992,"selectedPaths":993,"source":338,"sourceLanguage":18,"type":262},"plugins/ruflo-sparc","SPARC methodology — Specification, Pseudocode, Architecture, Refinement, Completion phases with gate checks","ruflo-sparc",{"claudeCode":990},"plugin manifest at plugins/ruflo-sparc/.claude-plugin/plugin.json",[994,995,996,998,1000,1002,1004],{"path":347,"priority":332},{"path":334,"priority":332},{"path":997,"priority":351},"skills/sparc-implement/SKILL.md",{"path":999,"priority":351},"skills/sparc-refine/SKILL.md",{"path":1001,"priority":351},"skills/sparc-spec/SKILL.md",{"path":1003,"priority":337},"agents/sparc-orchestrator.md",{"path":1005,"priority":337},"commands/ruflo-sparc.md",{"basePath":271,"description":1007,"displayName":1008,"installMethods":1009,"license":242,"rationale":1010,"selectedPaths":1011,"source":338,"sourceLanguage":18,"type":262},"Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities","claude-flow",{"claudeCode":1008},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at plugin)",[1012,1013,1014,1015,1018,1020],{"path":347,"priority":332},{"path":334,"priority":332},{"path":336,"priority":337},{"path":1016,"priority":1017},"bin/cli.js","low",{"path":1019,"priority":1017},"bin/npx-repair.js",{"path":1021,"priority":1017},"bin/npx-safe-launch.js",{"basePath":1023,"description":1024,"displayName":1025,"installMethods":1026,"rationale":1027,"selectedPaths":1028,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-adaptive-coordinator","Agent skill for adaptive-coordinator - invoke with $agent-adaptive-coordinator","agent-adaptive-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-adaptive-coordinator/SKILL.md",[1029],{"path":1030,"priority":332},"SKILL.md",{"basePath":1032,"description":1033,"displayName":1034,"installMethods":1035,"rationale":1036,"selectedPaths":1037,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-agent","Agent skill for agent - invoke with $agent-agent","agent-agent",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-agent/SKILL.md",[1038],{"path":1030,"priority":332},{"basePath":1040,"description":1041,"displayName":1042,"installMethods":1043,"rationale":1044,"selectedPaths":1045,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-agentic-payments","Agent skill for agentic-payments - invoke with $agent-agentic-payments","agent-agentic-payments",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-agentic-payments/SKILL.md",[1046],{"path":1030,"priority":332},{"basePath":1048,"description":1049,"displayName":1050,"installMethods":1051,"rationale":1052,"selectedPaths":1053,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-analyze-code-quality","Agent skill for analyze-code-quality - invoke with $agent-analyze-code-quality","agent-analyze-code-quality",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-analyze-code-quality/SKILL.md",[1054],{"path":1030,"priority":332},{"basePath":1056,"description":1057,"displayName":1058,"installMethods":1059,"rationale":1060,"selectedPaths":1061,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-app-store","Agent skill for app-store - invoke with $agent-app-store","agent-app-store",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-app-store/SKILL.md",[1062],{"path":1030,"priority":332},{"basePath":1064,"description":1065,"displayName":1066,"installMethods":1067,"rationale":1068,"selectedPaths":1069,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-arch-system-design","Agent skill for arch-system-design - invoke with $agent-arch-system-design","agent-arch-system-design",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-arch-system-design/SKILL.md",[1070],{"path":1030,"priority":332},{"basePath":1072,"description":1073,"displayName":1074,"installMethods":1075,"rationale":1076,"selectedPaths":1077,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-architecture","Agent skill for architecture - invoke with $agent-architecture","agent-architecture",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-architecture/SKILL.md",[1078],{"path":1030,"priority":332},{"basePath":1080,"description":1081,"displayName":1082,"installMethods":1083,"rationale":1084,"selectedPaths":1085,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-authentication","Agent skill for authentication - invoke with $agent-authentication","agent-authentication",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-authentication/SKILL.md",[1086],{"path":1030,"priority":332},{"basePath":1088,"description":1089,"displayName":1090,"installMethods":1091,"rationale":1092,"selectedPaths":1093,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-automation-smart-agent","Agent skill for automation-smart-agent - invoke with $agent-automation-smart-agent","agent-automation-smart-agent",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-automation-smart-agent/SKILL.md",[1094],{"path":1030,"priority":332},{"basePath":1096,"description":1097,"displayName":1098,"installMethods":1099,"rationale":1100,"selectedPaths":1101,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-base-template-generator","Agent skill for base-template-generator - invoke with $agent-base-template-generator","agent-base-template-generator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-base-template-generator/SKILL.md",[1102],{"path":1030,"priority":332},{"basePath":1104,"description":1105,"displayName":1106,"installMethods":1107,"rationale":1108,"selectedPaths":1109,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-benchmark-suite","Agent skill for benchmark-suite - invoke with $agent-benchmark-suite","agent-benchmark-suite",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-benchmark-suite/SKILL.md",[1110],{"path":1030,"priority":332},{"basePath":1112,"description":1113,"displayName":1114,"installMethods":1115,"rationale":1116,"selectedPaths":1117,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-byzantine-coordinator","Agent skill for byzantine-coordinator - invoke with $agent-byzantine-coordinator","agent-byzantine-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-byzantine-coordinator/SKILL.md",[1118],{"path":1030,"priority":332},{"basePath":1120,"description":1121,"displayName":1122,"installMethods":1123,"rationale":1124,"selectedPaths":1125,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-challenges","Agent skill for challenges - invoke with $agent-challenges","agent-challenges",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-challenges/SKILL.md",[1126],{"path":1030,"priority":332},{"basePath":1128,"description":1129,"displayName":1130,"installMethods":1131,"rationale":1132,"selectedPaths":1133,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-code-analyzer","Agent skill for code-analyzer - invoke with $agent-code-analyzer","agent-code-analyzer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-code-analyzer/SKILL.md",[1134],{"path":1030,"priority":332},{"basePath":1136,"description":1137,"displayName":1138,"installMethods":1139,"rationale":1140,"selectedPaths":1141,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-code-goal-planner","Agent skill for code-goal-planner - invoke with $agent-code-goal-planner","agent-code-goal-planner",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-code-goal-planner/SKILL.md",[1142],{"path":1030,"priority":332},{"basePath":1144,"description":1145,"displayName":1146,"installMethods":1147,"rationale":1148,"selectedPaths":1149,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-code-review-swarm","Agent skill for code-review-swarm - invoke with $agent-code-review-swarm","agent-code-review-swarm",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-code-review-swarm/SKILL.md",[1150],{"path":1030,"priority":332},{"basePath":1152,"description":1153,"displayName":1154,"installMethods":1155,"rationale":1156,"selectedPaths":1157,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-coder","Agent skill for coder - invoke with $agent-coder","agent-coder",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-coder/SKILL.md",[1158],{"path":1030,"priority":332},{"basePath":1160,"description":1161,"displayName":1162,"installMethods":1163,"rationale":1164,"selectedPaths":1165,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-collective-intelligence-coordinator","Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator","agent-collective-intelligence-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-collective-intelligence-coordinator/SKILL.md",[1166],{"path":1030,"priority":332},{"basePath":1168,"description":1169,"displayName":1170,"installMethods":1171,"rationale":1172,"selectedPaths":1173,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-consensus-coordinator","Agent skill for consensus-coordinator - invoke with $agent-consensus-coordinator","agent-consensus-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-consensus-coordinator/SKILL.md",[1174],{"path":1030,"priority":332},{"basePath":1176,"description":1177,"displayName":1178,"installMethods":1179,"rationale":1180,"selectedPaths":1181,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-coordination","Agent spawning, lifecycle management, and coordination patterns. Manages 60+ agent types with specialized capabilities. Use when: spawning agents, coordinating multi-agent tasks, managing agent pools. Skip when: single-agent work, no coordination needed.\n","agent-coordination",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-coordination/SKILL.md",[1182],{"path":1030,"priority":332},{"basePath":1184,"description":1185,"displayName":1186,"installMethods":1187,"rationale":1188,"selectedPaths":1189,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-coordinator-swarm-init","Agent skill for coordinator-swarm-init - invoke with $agent-coordinator-swarm-init","agent-coordinator-swarm-init",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-coordinator-swarm-init/SKILL.md",[1190],{"path":1030,"priority":332},{"basePath":1192,"description":1193,"displayName":1194,"installMethods":1195,"rationale":1196,"selectedPaths":1197,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-crdt-synchronizer","Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer","agent-crdt-synchronizer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-crdt-synchronizer/SKILL.md",[1198],{"path":1030,"priority":332},{"basePath":1200,"description":1201,"displayName":1202,"installMethods":1203,"rationale":1204,"selectedPaths":1205,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-data-ml-model","Agent skill for data-ml-model - invoke with $agent-data-ml-model","agent-data-ml-model",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-data-ml-model/SKILL.md",[1206],{"path":1030,"priority":332},{"basePath":1208,"description":1209,"displayName":1210,"installMethods":1211,"rationale":1212,"selectedPaths":1213,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-dev-backend-api","Agent skill for dev-backend-api - invoke with $agent-dev-backend-api","agent-dev-backend-api",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-dev-backend-api/SKILL.md",[1214],{"path":1030,"priority":332},{"basePath":1216,"description":1217,"displayName":1218,"installMethods":1219,"rationale":1220,"selectedPaths":1221,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-docs-api-openapi","Agent skill for docs-api-openapi - invoke with $agent-docs-api-openapi","agent-docs-api-openapi",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-docs-api-openapi/SKILL.md",[1222],{"path":1030,"priority":332},{"basePath":1224,"description":1225,"displayName":1226,"installMethods":1227,"rationale":1228,"selectedPaths":1229,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-github-modes","Agent skill for github-modes - invoke with $agent-github-modes","agent-github-modes",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-github-modes/SKILL.md",[1230],{"path":1030,"priority":332},{"basePath":1232,"description":1233,"displayName":1234,"installMethods":1235,"rationale":1236,"selectedPaths":1237,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-github-pr-manager","Agent skill for github-pr-manager - invoke with $agent-github-pr-manager","agent-github-pr-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-github-pr-manager/SKILL.md",[1238],{"path":1030,"priority":332},{"basePath":1240,"description":1241,"displayName":1242,"installMethods":1243,"rationale":1244,"selectedPaths":1245,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-goal-planner","Agent skill for goal-planner - invoke with $agent-goal-planner","agent-goal-planner",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-goal-planner/SKILL.md",[1246],{"path":1030,"priority":332},{"basePath":1248,"description":1249,"displayName":1250,"installMethods":1251,"rationale":1252,"selectedPaths":1253,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-gossip-coordinator","Agent skill for gossip-coordinator - invoke with $agent-gossip-coordinator","agent-gossip-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-gossip-coordinator/SKILL.md",[1254],{"path":1030,"priority":332},{"basePath":1256,"description":1257,"displayName":1258,"installMethods":1259,"rationale":1260,"selectedPaths":1261,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-hierarchical-coordinator","Agent skill for hierarchical-coordinator - invoke with $agent-hierarchical-coordinator","agent-hierarchical-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-hierarchical-coordinator/SKILL.md",[1262],{"path":1030,"priority":332},{"basePath":1264,"description":1265,"displayName":1266,"installMethods":1267,"rationale":1268,"selectedPaths":1269,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-implementer-sparc-coder","Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder","agent-implementer-sparc-coder",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-implementer-sparc-coder/SKILL.md",[1270],{"path":1030,"priority":332},{"basePath":1272,"description":1273,"displayName":1274,"installMethods":1275,"rationale":1276,"selectedPaths":1277,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-issue-tracker","Agent skill for issue-tracker - invoke with $agent-issue-tracker","agent-issue-tracker",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-issue-tracker/SKILL.md",[1278],{"path":1030,"priority":332},{"basePath":1280,"description":1281,"displayName":1282,"installMethods":1283,"rationale":1284,"selectedPaths":1285,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-load-balancer","Agent skill for load-balancer - invoke with $agent-load-balancer","agent-load-balancer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-load-balancer/SKILL.md",[1286],{"path":1030,"priority":332},{"basePath":1288,"description":1289,"displayName":1290,"installMethods":1291,"rationale":1292,"selectedPaths":1293,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-matrix-optimizer","Agent skill for matrix-optimizer - invoke with $agent-matrix-optimizer","agent-matrix-optimizer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-matrix-optimizer/SKILL.md",[1294],{"path":1030,"priority":332},{"basePath":1296,"description":1297,"displayName":1298,"installMethods":1299,"rationale":1300,"selectedPaths":1301,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-memory-coordinator","Agent skill for memory-coordinator - invoke with $agent-memory-coordinator","agent-memory-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-memory-coordinator/SKILL.md",[1302],{"path":1030,"priority":332},{"basePath":1304,"description":1305,"displayName":1306,"installMethods":1307,"rationale":1308,"selectedPaths":1309,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-mesh-coordinator","Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator","agent-mesh-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-mesh-coordinator/SKILL.md",[1310],{"path":1030,"priority":332},{"basePath":1312,"description":1313,"displayName":1314,"installMethods":1315,"rationale":1316,"selectedPaths":1317,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-migration-plan","Agent skill for migration-plan - invoke with $agent-migration-plan","agent-migration-plan",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-migration-plan/SKILL.md",[1318],{"path":1030,"priority":332},{"basePath":1320,"description":1321,"displayName":1322,"installMethods":1323,"rationale":1324,"selectedPaths":1325,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-multi-repo-swarm","Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm","agent-multi-repo-swarm",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-multi-repo-swarm/SKILL.md",[1326],{"path":1030,"priority":332},{"basePath":1328,"description":1329,"displayName":1330,"installMethods":1331,"rationale":1332,"selectedPaths":1333,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-neural-network","Agent skill for neural-network - invoke with $agent-neural-network","agent-neural-network",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-neural-network/SKILL.md",[1334],{"path":1030,"priority":332},{"basePath":1336,"description":1337,"displayName":1338,"installMethods":1339,"rationale":1340,"selectedPaths":1341,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-ops-cicd-github","Agent skill for ops-cicd-github - invoke with $agent-ops-cicd-github","agent-ops-cicd-github",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-ops-cicd-github/SKILL.md",[1342],{"path":1030,"priority":332},{"basePath":1344,"description":1345,"displayName":1346,"installMethods":1347,"rationale":1348,"selectedPaths":1349,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-orchestrator-task","Agent skill for orchestrator-task - invoke with $agent-orchestrator-task","agent-orchestrator-task",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-orchestrator-task/SKILL.md",[1350],{"path":1030,"priority":332},{"basePath":1352,"description":1353,"displayName":1354,"installMethods":1355,"rationale":1356,"selectedPaths":1357,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-pagerank-analyzer","Agent skill for pagerank-analyzer - invoke with $agent-pagerank-analyzer","agent-pagerank-analyzer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-pagerank-analyzer/SKILL.md",[1358],{"path":1030,"priority":332},{"basePath":1360,"description":1361,"displayName":1362,"installMethods":1363,"rationale":1364,"selectedPaths":1365,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-payments","Agent skill for payments - invoke with $agent-payments","agent-payments",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-payments/SKILL.md",[1366],{"path":1030,"priority":332},{"basePath":1368,"description":1369,"displayName":1370,"installMethods":1371,"rationale":1372,"selectedPaths":1373,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-performance-analyzer","Agent skill for performance-analyzer - invoke with $agent-performance-analyzer","agent-performance-analyzer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-performance-analyzer/SKILL.md",[1374],{"path":1030,"priority":332},{"basePath":1376,"description":1377,"displayName":1378,"installMethods":1379,"rationale":1380,"selectedPaths":1381,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-performance-benchmarker","Agent skill for performance-benchmarker - invoke with $agent-performance-benchmarker","agent-performance-benchmarker",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-performance-benchmarker/SKILL.md",[1382],{"path":1030,"priority":332},{"basePath":1384,"description":1385,"displayName":1386,"installMethods":1387,"rationale":1388,"selectedPaths":1389,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-performance-monitor","Agent skill for performance-monitor - invoke with $agent-performance-monitor","agent-performance-monitor",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-performance-monitor/SKILL.md",[1390],{"path":1030,"priority":332},{"basePath":1392,"description":1393,"displayName":1394,"installMethods":1395,"rationale":1396,"selectedPaths":1397,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-performance-optimizer","Agent skill for performance-optimizer - invoke with $agent-performance-optimizer","agent-performance-optimizer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-performance-optimizer/SKILL.md",[1398],{"path":1030,"priority":332},{"basePath":1400,"description":1401,"displayName":1402,"installMethods":1403,"rationale":1404,"selectedPaths":1405,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-planner","Agent skill for planner - invoke with $agent-planner","agent-planner",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-planner/SKILL.md",[1406],{"path":1030,"priority":332},{"basePath":1408,"description":1409,"displayName":1410,"installMethods":1411,"rationale":1412,"selectedPaths":1413,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-pr-manager","Agent skill for pr-manager - invoke with $agent-pr-manager","agent-pr-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-pr-manager/SKILL.md",[1414],{"path":1030,"priority":332},{"basePath":1416,"description":1417,"displayName":1418,"installMethods":1419,"rationale":1420,"selectedPaths":1421,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-production-validator","Agent skill for production-validator - invoke with $agent-production-validator","agent-production-validator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-production-validator/SKILL.md",[1422],{"path":1030,"priority":332},{"basePath":1424,"description":1425,"displayName":1426,"installMethods":1427,"rationale":1428,"selectedPaths":1429,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-project-board-sync","Agent skill for project-board-sync - invoke with $agent-project-board-sync","agent-project-board-sync",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-project-board-sync/SKILL.md",[1430],{"path":1030,"priority":332},{"basePath":1432,"description":1433,"displayName":1434,"installMethods":1435,"rationale":1436,"selectedPaths":1437,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-pseudocode","Agent skill for pseudocode - invoke with $agent-pseudocode","agent-pseudocode",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-pseudocode/SKILL.md",[1438],{"path":1030,"priority":332},{"basePath":1440,"description":1441,"displayName":1442,"installMethods":1443,"rationale":1444,"selectedPaths":1445,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-queen-coordinator","Agent skill for queen-coordinator - invoke with $agent-queen-coordinator","agent-queen-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-queen-coordinator/SKILL.md",[1446],{"path":1030,"priority":332},{"basePath":1448,"description":1449,"displayName":1450,"installMethods":1451,"rationale":1452,"selectedPaths":1453,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-quorum-manager","Agent skill for quorum-manager - invoke with $agent-quorum-manager","agent-quorum-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-quorum-manager/SKILL.md",[1454],{"path":1030,"priority":332},{"basePath":1456,"description":1457,"displayName":1458,"installMethods":1459,"rationale":1460,"selectedPaths":1461,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-raft-manager","Agent skill for raft-manager - invoke with $agent-raft-manager","agent-raft-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-raft-manager/SKILL.md",[1462],{"path":1030,"priority":332},{"basePath":1464,"description":1465,"displayName":1466,"installMethods":1467,"rationale":1468,"selectedPaths":1469,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-refinement","Agent skill for refinement - invoke with $agent-refinement","agent-refinement",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-refinement/SKILL.md",[1470],{"path":1030,"priority":332},{"basePath":1472,"description":1473,"displayName":1474,"installMethods":1475,"rationale":1476,"selectedPaths":1477,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-release-manager","Agent skill for release-manager - invoke with $agent-release-manager","agent-release-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-release-manager/SKILL.md",[1478],{"path":1030,"priority":332},{"basePath":1480,"description":1481,"displayName":1482,"installMethods":1483,"rationale":1484,"selectedPaths":1485,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-release-swarm","Agent skill for release-swarm - invoke with $agent-release-swarm","agent-release-swarm",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-release-swarm/SKILL.md",[1486],{"path":1030,"priority":332},{"basePath":1488,"description":1489,"displayName":1490,"installMethods":1491,"rationale":1492,"selectedPaths":1493,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-repo-architect","Agent skill for repo-architect - invoke with $agent-repo-architect","agent-repo-architect",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-repo-architect/SKILL.md",[1494],{"path":1030,"priority":332},{"basePath":1496,"description":1497,"displayName":1498,"installMethods":1499,"rationale":1500,"selectedPaths":1501,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-researcher","Agent skill for researcher - invoke with $agent-researcher","agent-researcher",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-researcher/SKILL.md",[1502],{"path":1030,"priority":332},{"basePath":1504,"description":1505,"displayName":1506,"installMethods":1507,"rationale":1508,"selectedPaths":1509,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-resource-allocator","Agent skill for resource-allocator - invoke with $agent-resource-allocator","agent-resource-allocator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-resource-allocator/SKILL.md",[1510],{"path":1030,"priority":332},{"basePath":1512,"description":1513,"displayName":1514,"installMethods":1515,"rationale":1516,"selectedPaths":1517,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-reviewer","Agent skill for reviewer - invoke with $agent-reviewer","agent-reviewer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-reviewer/SKILL.md",[1518],{"path":1030,"priority":332},{"basePath":1520,"description":1521,"displayName":1522,"installMethods":1523,"rationale":1524,"selectedPaths":1525,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-safla-neural","Agent skill for safla-neural - invoke with $agent-safla-neural","agent-safla-neural",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-safla-neural/SKILL.md",[1526],{"path":1030,"priority":332},{"basePath":1528,"description":1529,"displayName":1530,"installMethods":1531,"rationale":1532,"selectedPaths":1533,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-sandbox","Agent skill for sandbox - invoke with $agent-sandbox","agent-sandbox",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-sandbox/SKILL.md",[1534],{"path":1030,"priority":332},{"basePath":1536,"description":1537,"displayName":1538,"installMethods":1539,"rationale":1540,"selectedPaths":1541,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-scout-explorer","Agent skill for scout-explorer - invoke with $agent-scout-explorer","agent-scout-explorer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-scout-explorer/SKILL.md",[1542],{"path":1030,"priority":332},{"basePath":1544,"description":1545,"displayName":1546,"installMethods":1547,"rationale":1548,"selectedPaths":1549,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-security-manager","Agent skill for security-manager - invoke with $agent-security-manager","agent-security-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-security-manager/SKILL.md",[1550],{"path":1030,"priority":332},{"basePath":1552,"description":1553,"displayName":1554,"installMethods":1555,"rationale":1556,"selectedPaths":1557,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-sona-learning-optimizer","Agent skill for sona-learning-optimizer - invoke with $agent-sona-learning-optimizer","agent-sona-learning-optimizer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-sona-learning-optimizer/SKILL.md",[1558],{"path":1030,"priority":332},{"basePath":1560,"description":1561,"displayName":1562,"installMethods":1563,"rationale":1564,"selectedPaths":1565,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-sparc-coordinator","Agent skill for sparc-coordinator - invoke with $agent-sparc-coordinator","agent-sparc-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-sparc-coordinator/SKILL.md",[1566],{"path":1030,"priority":332},{"basePath":1568,"description":1569,"displayName":1570,"installMethods":1571,"rationale":1572,"selectedPaths":1573,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-spec-mobile-react-native","Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native","agent-spec-mobile-react-native",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-spec-mobile-react-native/SKILL.md",[1574],{"path":1030,"priority":332},{"basePath":1576,"description":1577,"displayName":1578,"installMethods":1579,"rationale":1580,"selectedPaths":1581,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-specification","Agent skill for specification - invoke with $agent-specification","agent-specification",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-specification/SKILL.md",[1582],{"path":1030,"priority":332},{"basePath":1584,"description":1585,"displayName":1586,"installMethods":1587,"rationale":1588,"selectedPaths":1589,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-swarm","Agent skill for swarm - invoke with $agent-swarm","agent-swarm",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-swarm/SKILL.md",[1590],{"path":1030,"priority":332},{"basePath":1592,"description":1593,"displayName":1594,"installMethods":1595,"rationale":1596,"selectedPaths":1597,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-swarm-issue","Agent skill for swarm-issue - invoke with $agent-swarm-issue","agent-swarm-issue",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-swarm-issue/SKILL.md",[1598],{"path":1030,"priority":332},{"basePath":1600,"description":1601,"displayName":1602,"installMethods":1603,"rationale":1604,"selectedPaths":1605,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-swarm-memory-manager","Agent skill for swarm-memory-manager - invoke with $agent-swarm-memory-manager","agent-swarm-memory-manager",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-swarm-memory-manager/SKILL.md",[1606],{"path":1030,"priority":332},{"basePath":1608,"description":1609,"displayName":1610,"installMethods":1611,"rationale":1612,"selectedPaths":1613,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-swarm-pr","Agent skill for swarm-pr - invoke with $agent-swarm-pr","agent-swarm-pr",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-swarm-pr/SKILL.md",[1614],{"path":1030,"priority":332},{"basePath":1616,"description":1617,"displayName":1618,"installMethods":1619,"rationale":1620,"selectedPaths":1621,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-sync-coordinator","Agent skill for sync-coordinator - invoke with $agent-sync-coordinator","agent-sync-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-sync-coordinator/SKILL.md",[1622],{"path":1030,"priority":332},{"basePath":1624,"description":1625,"displayName":1626,"installMethods":1627,"rationale":1628,"selectedPaths":1629,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-tdd-london-swarm","Agent skill for tdd-london-swarm - invoke with $agent-tdd-london-swarm","agent-tdd-london-swarm",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-tdd-london-swarm/SKILL.md",[1630],{"path":1030,"priority":332},{"basePath":1632,"description":1633,"displayName":1634,"installMethods":1635,"rationale":1636,"selectedPaths":1637,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-test-long-runner","Agent skill for test-long-runner - invoke with $agent-test-long-runner","agent-test-long-runner",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-test-long-runner/SKILL.md",[1638],{"path":1030,"priority":332},{"basePath":1640,"description":1641,"displayName":1642,"installMethods":1643,"rationale":1644,"selectedPaths":1645,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-tester","Agent skill for tester - invoke with $agent-tester","agent-tester",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-tester/SKILL.md",[1646],{"path":1030,"priority":332},{"basePath":1648,"description":1649,"displayName":1650,"installMethods":1651,"rationale":1652,"selectedPaths":1653,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-topology-optimizer","Agent skill for topology-optimizer - invoke with $agent-topology-optimizer","agent-topology-optimizer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-topology-optimizer/SKILL.md",[1654],{"path":1030,"priority":332},{"basePath":1656,"description":1657,"displayName":1658,"installMethods":1659,"rationale":1660,"selectedPaths":1661,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-trading-predictor","Agent skill for trading-predictor - invoke with $agent-trading-predictor","agent-trading-predictor",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-trading-predictor/SKILL.md",[1662],{"path":1030,"priority":332},{"basePath":1664,"description":1665,"displayName":1666,"installMethods":1667,"rationale":1668,"selectedPaths":1669,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-user-tools","Agent skill for user-tools - invoke with $agent-user-tools","agent-user-tools",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-user-tools/SKILL.md",[1670],{"path":1030,"priority":332},{"basePath":1672,"description":1673,"displayName":1674,"installMethods":1675,"rationale":1676,"selectedPaths":1677,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-v3-integration-architect","Agent skill for v3-integration-architect - invoke with $agent-v3-integration-architect","agent-v3-integration-architect",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-v3-integration-architect/SKILL.md",[1678],{"path":1030,"priority":332},{"basePath":1680,"description":1681,"displayName":1682,"installMethods":1683,"rationale":1684,"selectedPaths":1685,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-v3-memory-specialist","Agent skill for v3-memory-specialist - invoke with $agent-v3-memory-specialist","agent-v3-memory-specialist",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-v3-memory-specialist/SKILL.md",[1686],{"path":1030,"priority":332},{"basePath":1688,"description":1689,"displayName":1690,"installMethods":1691,"rationale":1692,"selectedPaths":1693,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-v3-performance-engineer","Agent skill for v3-performance-engineer - invoke with $agent-v3-performance-engineer","agent-v3-performance-engineer",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-v3-performance-engineer/SKILL.md",[1694],{"path":1030,"priority":332},{"basePath":1696,"description":1697,"displayName":1698,"installMethods":1699,"rationale":1700,"selectedPaths":1701,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-v3-queen-coordinator","Agent skill for v3-queen-coordinator - invoke with $agent-v3-queen-coordinator","agent-v3-queen-coordinator",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-v3-queen-coordinator/SKILL.md",[1702],{"path":1030,"priority":332},{"basePath":1704,"description":1705,"displayName":1706,"installMethods":1707,"rationale":1708,"selectedPaths":1709,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-v3-security-architect","Agent skill for v3-security-architect - invoke with $agent-v3-security-architect","agent-v3-security-architect",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-v3-security-architect/SKILL.md",[1710],{"path":1030,"priority":332},{"basePath":1712,"description":1713,"displayName":1714,"installMethods":1715,"rationale":1716,"selectedPaths":1717,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-worker-specialist","Agent skill for worker-specialist - invoke with $agent-worker-specialist","agent-worker-specialist",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-worker-specialist/SKILL.md",[1718],{"path":1030,"priority":332},{"basePath":1720,"description":1721,"displayName":1722,"installMethods":1723,"rationale":1724,"selectedPaths":1725,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-workflow","Agent skill for workflow - invoke with $agent-workflow","agent-workflow",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-workflow/SKILL.md",[1726],{"path":1030,"priority":332},{"basePath":1728,"description":1729,"displayName":1730,"installMethods":1731,"rationale":1732,"selectedPaths":1733,"source":338,"sourceLanguage":18,"type":251},".agents/skills/agent-workflow-automation","Agent skill for workflow-automation - invoke with $agent-workflow-automation","agent-workflow-automation",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/agent-workflow-automation/SKILL.md",[1734],{"path":1030,"priority":332},{"basePath":1736,"description":1737,"displayName":1738,"installMethods":1739,"rationale":1740,"selectedPaths":1741,"source":338,"sourceLanguage":18,"type":251},".claude/skills/agentdb-advanced","Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.","agentdb-advanced",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentdb-advanced/SKILL.md (coalesced with duplicate skill at .agents/skills/agentdb-advanced)",[1742],{"path":1030,"priority":332},{"basePath":1744,"description":1745,"displayName":1746,"installMethods":1747,"rationale":1748,"selectedPaths":1749,"source":338,"sourceLanguage":18,"type":251},".claude/skills/agentdb-learning","Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.","agentdb-learning",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentdb-learning/SKILL.md (coalesced with duplicate skill at .agents/skills/agentdb-learning)",[1750],{"path":1030,"priority":332},{"basePath":1752,"description":1753,"displayName":1754,"installMethods":1755,"rationale":1756,"selectedPaths":1757,"source":338,"sourceLanguage":18,"type":251},".claude/skills/agentdb-memory-patterns","Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.","agentdb-memory-patterns",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentdb-memory-patterns/SKILL.md (coalesced with duplicate skill at .agents/skills/agentdb-memory-patterns)",[1758],{"path":1030,"priority":332},{"basePath":1760,"description":1761,"displayName":1762,"installMethods":1763,"rationale":1764,"selectedPaths":1765,"source":338,"sourceLanguage":18,"type":251},".claude/skills/agentdb-optimization","Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.","agentdb-optimization",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentdb-optimization/SKILL.md (coalesced with duplicate skill at .agents/skills/agentdb-optimization)",[1766],{"path":1030,"priority":332},{"basePath":1768,"description":1769,"displayName":1770,"installMethods":1771,"rationale":1772,"selectedPaths":1773,"source":338,"sourceLanguage":18,"type":251},".claude/skills/agentdb-vector-search","Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.","agentdb-vector-search",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentdb-vector-search/SKILL.md (coalesced with duplicate skill at .agents/skills/agentdb-vector-search)",[1774],{"path":1030,"priority":332},{"basePath":1776,"description":1777,"displayName":1778,"installMethods":1779,"rationale":1780,"selectedPaths":1781,"source":338,"sourceLanguage":18,"type":251},".claude/skills/agentic-jujutsu","Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination\n","agentic-jujutsu",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/agentic-jujutsu/SKILL.md (coalesced with duplicate skill at .agents/skills/agentic-jujutsu)",[1782],{"path":1030,"priority":332},{"basePath":1784,"description":1785,"displayName":1786,"installMethods":1787,"rationale":1788,"selectedPaths":1789,"source":338,"sourceLanguage":18,"type":251},".agents/skills/claims","Claims-based authorization for agents and operations. Grant, revoke, and verify permissions for secure multi-agent coordination. Use when: permission management, access control, secure operations, authorization checks. Skip when: open access, no security requirements, single-agent local work.\n","claims",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/claims/SKILL.md",[1790],{"path":1030,"priority":332},{"basePath":1792,"description":1793,"displayName":1794,"installMethods":1795,"rationale":1796,"selectedPaths":1797,"source":338,"sourceLanguage":18,"type":251},".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",[1798],{"path":1030,"priority":332},{"basePath":1800,"description":1801,"displayName":1802,"installMethods":1803,"rationale":1804,"selectedPaths":1805,"source":338,"sourceLanguage":18,"type":251},".claude/skills/flow-nexus-neural","Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus","flow-nexus-neural",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/flow-nexus-neural/SKILL.md (coalesced with duplicate skill at .agents/skills/flow-nexus-neural)",[1806],{"path":1030,"priority":332},{"basePath":1808,"description":1809,"displayName":1810,"installMethods":1811,"rationale":1812,"selectedPaths":1813,"source":338,"sourceLanguage":1815,"type":251},".claude/skills/flow-nexus-platform","Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges\n","flow-nexus-platform",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/flow-nexus-platform/SKILL.md (coalesced with duplicate skill at .agents/skills/flow-nexus-platform)",[1814],{"path":1030,"priority":332},"fr",{"basePath":1817,"description":1818,"displayName":1819,"installMethods":1820,"rationale":1821,"selectedPaths":1822,"source":338,"sourceLanguage":18,"type":251},".claude/skills/flow-nexus-swarm","Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform","flow-nexus-swarm",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/flow-nexus-swarm/SKILL.md (coalesced with duplicate skill at .agents/skills/flow-nexus-swarm)",[1823],{"path":1030,"priority":332},{"basePath":1825,"description":1826,"displayName":1827,"installMethods":1828,"rationale":1829,"selectedPaths":1830,"source":338,"sourceLanguage":18,"type":251},".agents/skills/github-automation","GitHub workflow automation, PR management, issue tracking, and code review coordination. Integrates with GitHub Actions and repository management. Use when: PR creation, code review, issue management, release automation, workflow setup. Skip when: local-only changes, non-GitHub repositories.\n","github-automation",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/github-automation/SKILL.md",[1831],{"path":1030,"priority":332},{"basePath":1833,"description":1834,"displayName":1835,"installMethods":1836,"rationale":1837,"selectedPaths":1838,"source":338,"sourceLanguage":18,"type":251},".claude/skills/github-code-review","Comprehensive GitHub code review with AI-powered swarm coordination","github-code-review",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/github-code-review/SKILL.md (coalesced with duplicate skill at .agents/skills/github-code-review)",[1839],{"path":1030,"priority":332},{"basePath":1841,"description":1842,"displayName":1843,"installMethods":1844,"rationale":1845,"selectedPaths":1846,"source":338,"sourceLanguage":18,"type":251},".claude/skills/github-multi-repo","Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration\n","github-multi-repo",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/github-multi-repo/SKILL.md (coalesced with duplicate skill at .agents/skills/github-multi-repo)",[1847],{"path":1030,"priority":332},{"basePath":1849,"description":1850,"displayName":1851,"installMethods":1852,"rationale":1853,"selectedPaths":1854,"source":338,"sourceLanguage":18,"type":251},".claude/skills/github-project-management","Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning\n","github-project-management",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/github-project-management/SKILL.md (coalesced with duplicate skill at .agents/skills/github-project-management)",[1855],{"path":1030,"priority":332},{"basePath":1857,"description":1858,"displayName":1859,"installMethods":1860,"rationale":1861,"selectedPaths":1862,"source":338,"sourceLanguage":18,"type":251},".claude/skills/github-release-management","Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management\n","github-release-management",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/github-release-management/SKILL.md (coalesced with duplicate skill at .agents/skills/github-release-management)",[1863],{"path":1030,"priority":332},{"basePath":1865,"description":1866,"displayName":1867,"installMethods":1868,"rationale":1869,"selectedPaths":1870,"source":338,"sourceLanguage":18,"type":251},".claude/skills/github-workflow-automation","Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management\n","github-workflow-automation",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/github-workflow-automation/SKILL.md (coalesced with duplicate skill at .agents/skills/github-workflow-automation)",[1871],{"path":1030,"priority":332},{"basePath":1873,"description":1874,"displayName":1875,"installMethods":1876,"rationale":1877,"selectedPaths":1878,"source":338,"sourceLanguage":18,"type":251},".agents/skills/hive-mind","Byzantine fault-tolerant consensus and distributed coordination. Queen-led hierarchical swarm management with multiple consensus strategies. Use when: distributed coordination, fault-tolerant operations, multi-agent consensus, collective decision making. Skip when: single-agent tasks, simple operations, local-only work.\n","hive-mind",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/hive-mind/SKILL.md",[1879],{"path":1030,"priority":332},{"basePath":1881,"description":1882,"displayName":1883,"installMethods":1884,"rationale":1885,"selectedPaths":1886,"source":338,"sourceLanguage":18,"type":251},".claude/skills/hive-mind-advanced","Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory\n","hive-mind-advanced",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/hive-mind-advanced/SKILL.md (coalesced with duplicate skill at .agents/skills/hive-mind-advanced)",[1887],{"path":1030,"priority":332},{"basePath":1889,"description":1890,"displayName":1891,"installMethods":1892,"rationale":1893,"selectedPaths":1894,"source":338,"sourceLanguage":18,"type":251},".claude/skills/hooks-automation","Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.","hooks-automation",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/hooks-automation/SKILL.md (coalesced with duplicate skill at .agents/skills/hooks-automation)",[1895],{"path":1030,"priority":332},{"basePath":1897,"description":1898,"displayName":1899,"installMethods":1900,"rationale":1901,"selectedPaths":1902,"source":338,"sourceLanguage":18,"type":251},".agents/skills/memory-management","AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, searching for similar solutions, semantic lookup of past work, learning from previous tasks, sharing knowledge between agents, building knowledge base. Skip when: no learning needed, ephemeral one-off tasks, external data sources available, read-only exploration.\n","memory-management",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/memory-management/SKILL.md (coalesced with duplicate skill at v3/@claude-flow/codex/.agents/skills/memory-management)",[1903,1904,1906],{"path":1030,"priority":332},{"path":1905,"priority":1017},"scripts/memory-backup.sh",{"path":1907,"priority":1017},"scripts/memory-consolidate.sh",{"basePath":1909,"description":1910,"displayName":1911,"installMethods":1912,"rationale":1913,"selectedPaths":1914,"source":338,"sourceLanguage":18,"type":251},".agents/skills/neural-training","Neural pattern training with SONA (Self-Optimizing Neural Architecture), MoE (Mixture of Experts), and EWC++ for knowledge consolidation. Use when: pattern learning, model optimization, knowledge transfer, adaptive routing. Skip when: simple tasks, no learning required, one-off operations.\n","neural-training",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/neural-training/SKILL.md",[1915],{"path":1030,"priority":332},{"basePath":1917,"description":1918,"displayName":1919,"installMethods":1920,"rationale":1921,"selectedPaths":1922,"source":338,"sourceLanguage":18,"type":251},".claude/skills/pair-programming","AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.","pair-programming",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/pair-programming/SKILL.md (coalesced with duplicate skill at .agents/skills/pair-programming)",[1923],{"path":1030,"priority":332},{"basePath":1925,"description":1926,"displayName":1927,"installMethods":1928,"rationale":1929,"selectedPaths":1930,"source":338,"sourceLanguage":18,"type":251},".claude/skills/performance-analysis","Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms\n","performance-analysis",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/performance-analysis/SKILL.md (coalesced with duplicate skill at .agents/skills/performance-analysis)",[1931],{"path":1030,"priority":332},{"basePath":1933,"description":1934,"displayName":1935,"installMethods":1936,"rationale":1937,"selectedPaths":1938,"source":338,"sourceLanguage":18,"type":251},".claude/skills/reasoningbank-agentdb","Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.","reasoningbank-agentdb",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/reasoningbank-agentdb/SKILL.md (coalesced with duplicate skill at .agents/skills/reasoningbank-agentdb)",[1939],{"path":1030,"priority":332},{"basePath":1941,"description":1942,"displayName":1943,"installMethods":1944,"rationale":1945,"selectedPaths":1946,"source":338,"sourceLanguage":18,"type":251},".claude/skills/reasoningbank-intelligence","Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement. Use when building self-learning agents, optimizing workflows, or implementing meta-cognitive systems.","reasoningbank-intelligence",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/reasoningbank-intelligence/SKILL.md (coalesced with duplicate skill at .agents/skills/reasoningbank-intelligence)",[1947],{"path":1030,"priority":332},{"basePath":1949,"description":1950,"displayName":1951,"installMethods":1952,"rationale":1953,"selectedPaths":1954,"source":338,"sourceLanguage":18,"type":251},".agents/skills/security-audit","Comprehensive security scanning and vulnerability detection. Includes input validation, path traversal prevention, CVE detection, and secure coding pattern enforcement. Use when: authentication implementation, authorization logic, payment processing, user data handling, API endpoint creation, file upload handling, database queries, external API integration. Skip when: read-only operations on public data, internal development tooling, static documentation, styling changes.\n","security-audit",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/security-audit/SKILL.md (coalesced with duplicate skill at v3/@claude-flow/codex/.agents/skills/security-audit)",[1955,1956,1958],{"path":1030,"priority":332},{"path":1957,"priority":1017},"scripts/cve-remediate.sh",{"path":1959,"priority":1017},"scripts/security-scan.sh",{"basePath":1961,"description":1962,"displayName":1963,"installMethods":1964,"rationale":1965,"selectedPaths":1966,"source":338,"sourceLanguage":18,"type":251},".claude/skills/skill-builder","Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.","skill-builder",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/skill-builder/SKILL.md (coalesced with duplicate skill at .agents/skills/skill-builder)",[1967],{"path":1030,"priority":332},{"basePath":1969,"description":1970,"displayName":1971,"installMethods":1972,"rationale":1973,"selectedPaths":1974,"source":338,"sourceLanguage":18,"type":251},".claude/skills/sparc-methodology","SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration\n","sparc-methodology",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/sparc-methodology/SKILL.md (coalesced with duplicate skill at .agents/skills/sparc-methodology, v3/@claude-flow/codex/.agents/skills/sparc-methodology)",[1975],{"path":1030,"priority":332},{"basePath":1977,"description":1978,"displayName":1979,"installMethods":1980,"rationale":1981,"selectedPaths":1982,"source":338,"sourceLanguage":18,"type":251},".claude/skills/stream-chain","Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows","stream-chain",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/stream-chain/SKILL.md (coalesced with duplicate skill at .agents/skills/stream-chain)",[1983],{"path":1030,"priority":332},{"basePath":1985,"description":1986,"displayName":1987,"installMethods":1988,"rationale":1989,"selectedPaths":1990,"source":338,"sourceLanguage":18,"type":251},".claude/skills/swarm-advanced","Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows\n","swarm-advanced",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/swarm-advanced/SKILL.md (coalesced with duplicate skill at .agents/skills/swarm-advanced)",[1991],{"path":1030,"priority":332},{"basePath":1993,"description":1994,"displayName":1995,"installMethods":1996,"rationale":1997,"selectedPaths":1998,"source":338,"sourceLanguage":18,"type":251},".claude/skills/swarm-orchestration","Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.","swarm-orchestration",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/swarm-orchestration/SKILL.md (coalesced with duplicate skill at .agents/skills/swarm-orchestration, v3/@claude-flow/codex/.agents/skills/swarm-orchestration)",[1999],{"path":1030,"priority":332},{"basePath":2001,"description":2002,"displayName":2003,"installMethods":2004,"rationale":2005,"selectedPaths":2006,"source":338,"sourceLanguage":18,"type":251},".claude/skills/v3-cli-modernization","CLI modernization and hooks system enhancement for claude-flow v3. Implements interactive prompts, command decomposition, enhanced hooks integration, and intelligent workflow automation.","v3-cli-modernization",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-cli-modernization/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-cli-modernization)",[2007],{"path":1030,"priority":332},{"basePath":2009,"description":2010,"displayName":2011,"installMethods":2012,"rationale":2013,"selectedPaths":2014,"source":338,"sourceLanguage":18,"type":251},".claude/skills/v3-core-implementation","Core module implementation for claude-flow v3. Implements DDD domains, clean architecture patterns, dependency injection, and modular TypeScript codebase with comprehensive testing.","v3-core-implementation",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-core-implementation/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-core-implementation)",[2015],{"path":1030,"priority":332},{"basePath":2017,"description":2018,"displayName":2019,"installMethods":2020,"rationale":2021,"selectedPaths":2022,"source":338,"sourceLanguage":18,"type":251},".claude/skills/v3-ddd-architecture","Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.","v3-ddd-architecture",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-ddd-architecture/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-ddd-architecture)",[2023],{"path":1030,"priority":332},{"basePath":2025,"description":2026,"displayName":2027,"installMethods":2028,"rationale":2029,"selectedPaths":2030,"source":338,"sourceLanguage":18,"type":251},".claude/skills/v3-integration-deep","Deep agentic-flow@alpha integration implementing ADR-001. Eliminates 10,000+ duplicate lines by building claude-flow as specialized extension rather than parallel implementation.","v3-integration-deep",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-integration-deep/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-integration-deep)",[2031],{"path":1030,"priority":332},{"basePath":2033,"description":2034,"displayName":2035,"installMethods":2036,"rationale":2037,"selectedPaths":2038,"source":338,"sourceLanguage":18,"type":251},".claude/skills/v3-mcp-optimization","MCP server optimization and transport layer enhancement for claude-flow v3. Implements connection pooling, load balancing, tool registry optimization, and performance monitoring for sub-100ms response times.","v3-mcp-optimization",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-mcp-optimization/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-mcp-optimization)",[2039],{"path":1030,"priority":332},{"basePath":2041,"description":2042,"displayName":2043,"installMethods":2044,"rationale":2045,"selectedPaths":2046,"source":338,"sourceLanguage":18,"type":251},".claude/skills/v3-memory-unification","Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).","v3-memory-unification",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-memory-unification/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-memory-unification)",[2047],{"path":1030,"priority":332},{"basePath":2049,"description":2050,"displayName":2051,"installMethods":2052,"rationale":2053,"selectedPaths":2054,"source":338,"sourceLanguage":18,"type":251},".claude/skills/v3-performance-optimization","Achieve aggressive v3 performance targets: 2.49x-7.47x Flash Attention speedup, 150x-12,500x search improvements, 50-75% memory reduction. Comprehensive benchmarking and optimization suite.","v3-performance-optimization",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-performance-optimization/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-performance-optimization)",[2055],{"path":1030,"priority":332},{"basePath":2057,"description":2058,"displayName":2059,"installMethods":2060,"rationale":2061,"selectedPaths":2062,"source":338,"sourceLanguage":18,"type":251},".claude/skills/v3-security-overhaul","Complete security architecture overhaul for claude-flow v3. Addresses critical CVEs (CVE-1, CVE-2, CVE-3) and implements secure-by-default patterns. Use for security-first v3 implementation.","v3-security-overhaul",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-security-overhaul/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-security-overhaul)",[2063],{"path":1030,"priority":332},{"basePath":2065,"description":2066,"displayName":2067,"installMethods":2068,"rationale":2069,"selectedPaths":2070,"source":338,"sourceLanguage":18,"type":251},".claude/skills/v3-swarm-coordination","15-agent hierarchical mesh coordination for v3 implementation. Orchestrates parallel execution across security, core, and integration domains following 10 ADRs with 14-week timeline.","v3-swarm-coordination",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/v3-swarm-coordination/SKILL.md (coalesced with duplicate skill at .agents/skills/v3-swarm-coordination)",[2071],{"path":1030,"priority":332},{"basePath":2073,"description":2074,"displayName":2075,"installMethods":2076,"rationale":2077,"selectedPaths":2078,"source":338,"sourceLanguage":18,"type":251},".claude/skills/verification-quality","Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.\n","verification-quality",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/verification-quality/SKILL.md (coalesced with duplicate skill at .agents/skills/verification-quality)",[2079],{"path":1030,"priority":332},{"basePath":2081,"description":2082,"displayName":2083,"installMethods":2084,"rationale":2085,"selectedPaths":2086,"source":338,"sourceLanguage":18,"type":251},".claude/skills/worker-benchmarks","Run comprehensive worker system benchmarks and performance analysis","worker-benchmarks",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/worker-benchmarks/SKILL.md (coalesced with duplicate skill at .agents/skills/worker-benchmarks)",[2087],{"path":1030,"priority":332},{"basePath":2089,"description":2090,"displayName":2091,"installMethods":2092,"rationale":2093,"selectedPaths":2094,"source":338,"sourceLanguage":18,"type":251},".claude/skills/worker-integration","Worker-Agent integration for intelligent task dispatch and performance tracking","worker-integration",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/worker-integration/SKILL.md (coalesced with duplicate skill at .agents/skills/worker-integration)",[2095],{"path":1030,"priority":332},{"basePath":2097,"description":2098,"displayName":2099,"installMethods":2100,"rationale":2101,"selectedPaths":2102,"source":338,"sourceLanguage":18,"type":251},".agents/skills/workflow-automation","Workflow creation, execution, and template management. Automates complex multi-step processes with agent coordination. Use when: automating processes, creating reusable workflows, orchestrating multi-step tasks. Skip when: simple single-step tasks, ad-hoc operations.\n","workflow-automation",{"claudeCode":12},"SKILL.md frontmatter at .agents/skills/workflow-automation/SKILL.md",[2103],{"path":1030,"priority":332},{"basePath":2105,"description":2106,"displayName":2107,"installMethods":2108,"rationale":2109,"selectedPaths":2110,"source":338,"sourceLanguage":18,"type":251},".claude/skills/browser","Web browser automation with AI-optimized snapshots for claude-flow agents","browser",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/browser/SKILL.md (coalesced with duplicate skill at v3/@claude-flow/browser/skills/browser)",[2111],{"path":1030,"priority":332},{"basePath":2113,"description":2114,"displayName":2115,"installMethods":2116,"rationale":2117,"selectedPaths":2118,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-adr/skills/adr-create","Create a new Architecture Decision Record with sequential numbering and AgentDB registration","adr-create",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-adr/skills/adr-create/SKILL.md",[2119],{"path":1030,"priority":332},{"basePath":2121,"description":2122,"displayName":2123,"installMethods":2124,"rationale":2125,"selectedPaths":2126,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-adr/skills/adr-index","Build or rebuild the ADR index + dependency graph by running scripts/import.mjs (handles v3-style and plugin-style ADR formats; one Bash call vs hundreds of MCP round-trips)","adr-index",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-adr/skills/adr-index/SKILL.md",[2127],{"path":1030,"priority":332},{"basePath":2129,"description":2130,"displayName":2131,"installMethods":2132,"rationale":2133,"selectedPaths":2134,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-adr/skills/adr-review","Review code changes against accepted ADRs for compliance violations","adr-review",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-adr/skills/adr-review/SKILL.md",[2135],{"path":1030,"priority":332},{"basePath":2137,"description":2138,"displayName":2139,"installMethods":2140,"rationale":2141,"selectedPaths":2142,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-adr/skills/adr-verify","Read back adr-patterns + adr-edges namespaces, surface dangling refs / supersede cycles / status mismatches; exit 1 on cycles","adr-verify",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-adr/skills/adr-verify/SKILL.md",[2143],{"path":1030,"priority":332},{"basePath":2145,"description":2146,"displayName":2147,"installMethods":2148,"rationale":2149,"selectedPaths":2150,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-agent/skills/managed-agent","Run an Anthropic Claude Managed Agent — a cloud agent harness (container + filesystem + tools), the cloud counterpart of the local wasm-agent runtime","managed-agent",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-agent/skills/managed-agent/SKILL.md",[2151],{"path":1030,"priority":332},{"basePath":2153,"description":2154,"displayName":2155,"installMethods":2156,"rationale":2157,"selectedPaths":2158,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-agent/skills/wasm-agent","Create and manage sandboxed WASM agents for isolated code execution","wasm-agent",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-agent/skills/wasm-agent/SKILL.md",[2159],{"path":1030,"priority":332},{"basePath":2161,"description":2162,"displayName":2163,"installMethods":2164,"rationale":2165,"selectedPaths":2166,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-agent/skills/wasm-gallery","Browse, publish, and install WASM agents from the community gallery","wasm-gallery",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-agent/skills/wasm-gallery/SKILL.md",[2167],{"path":1030,"priority":332},{"basePath":2169,"description":2170,"displayName":2171,"installMethods":2172,"rationale":2173,"selectedPaths":2174,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-agentdb/skills/agentdb-query","Query AgentDB through the controller bridge -- semantic routing, hierarchical recall, causal graphs, context synthesis, pattern store/search","agentdb-query",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-agentdb/skills/agentdb-query/SKILL.md",[2175],{"path":1030,"priority":332},{"basePath":2177,"description":2178,"displayName":2179,"installMethods":2180,"rationale":2181,"selectedPaths":2182,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-agentdb/skills/vector-search","Vector search via embeddings_* (large-scale HNSW) and ruvllm_hnsw_* (WASM router for ≤11 hot patterns), with RaBitQ 1-bit quantization for 32× memory reduction","vector-search",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-agentdb/skills/vector-search/SKILL.md",[2183],{"path":1030,"priority":332},{"basePath":2185,"description":2186,"displayName":2187,"installMethods":2188,"rationale":2189,"selectedPaths":2190,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-aidefence/skills/pii-detect","Detect and flag personally identifiable information (PII) in text, code, and configurations","pii-detect",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-aidefence/skills/pii-detect/SKILL.md",[2191],{"path":1030,"priority":332},{"basePath":2193,"description":2194,"displayName":2195,"installMethods":2196,"rationale":2197,"selectedPaths":2198,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-aidefence/skills/safety-scan","Scan inputs for prompt injection, unsafe content, and adversarial attacks using AIDefence","safety-scan",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-aidefence/skills/safety-scan/SKILL.md",[2199],{"path":1030,"priority":332},{"basePath":2201,"description":2202,"displayName":2203,"installMethods":2204,"rationale":2205,"selectedPaths":2206,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-autopilot/skills/autopilot-loop","Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake","autopilot-loop",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-autopilot/skills/autopilot-loop/SKILL.md",[2207],{"path":1030,"priority":332},{"basePath":2209,"description":2210,"displayName":2211,"installMethods":2212,"rationale":2213,"selectedPaths":2214,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-autopilot/skills/autopilot-predict","Use learned patterns and current state to predict the optimal next action","autopilot-predict",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-autopilot/skills/autopilot-predict/SKILL.md",[2215],{"path":1030,"priority":332},{"basePath":2217,"description":2218,"displayName":2219,"installMethods":2220,"rationale":2221,"selectedPaths":2222,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-browser/skills/browser-auth-flow","Probe a site's authentication flow for redirect leaks, missing CSRF, weak session cookies, and OAuth misconfiguration; produces an auth findings.md","browser-auth-flow",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-auth-flow/SKILL.md",[2223],{"path":1030,"priority":332},{"basePath":2225,"description":2226,"displayName":2227,"installMethods":2228,"rationale":2229,"selectedPaths":2230,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-browser/skills/browser-extract","Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model","browser-extract",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-extract/SKILL.md",[2231],{"path":1030,"priority":332},{"basePath":2233,"description":2234,"displayName":2235,"installMethods":2236,"rationale":2237,"selectedPaths":2238,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-browser/skills/browser-form-fill","Fill a web form by mapping field-name → value, with optional template lookup from browser-templates for known forms","browser-form-fill",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-form-fill/SKILL.md",[2239],{"path":1030,"priority":332},{"basePath":2241,"description":2242,"displayName":2243,"installMethods":2244,"rationale":2245,"selectedPaths":2246,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-browser/skills/browser-login","Drive an authentication flow once, sanitize cookies through AIDefence, and vault a reusable cookie handle in browser-cookies for future sessions","browser-login",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-login/SKILL.md",[2247],{"path":1030,"priority":332},{"basePath":2249,"description":2250,"displayName":2251,"installMethods":2252,"rationale":2253,"selectedPaths":2254,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-browser/skills/browser-record","Open a named, traced browser session into an RVF cognitive container with a ruvector trajectory recording every action","browser-record",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-record/SKILL.md",[2255],{"path":1030,"priority":332},{"basePath":2257,"description":2258,"displayName":2259,"installMethods":2260,"rationale":2261,"selectedPaths":2262,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-browser/skills/browser-replay","Replay a recorded session trajectory against the same URL or a mutated variant; uses browser-selectors embedding similarity to recover from DOM drift","browser-replay",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-replay/SKILL.md",[2263],{"path":1030,"priority":332},{"basePath":2265,"description":2266,"displayName":2267,"installMethods":2268,"rationale":2269,"selectedPaths":2270,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-browser/skills/browser-scrape","DEPRECATED in v0.2.0 -- use browser-extract instead; this is a thin shim for backward compatibility, removed in v0.3.0","browser-scrape",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-scrape/SKILL.md",[2271],{"path":1030,"priority":332},{"basePath":2273,"description":2274,"displayName":2275,"installMethods":2276,"rationale":2277,"selectedPaths":2278,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-browser/skills/browser-screenshot-diff","Visual + DOM diff between two recorded sessions at matching trajectory step ids; used for visual regression and replay verification","browser-screenshot-diff",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-screenshot-diff/SKILL.md",[2279],{"path":1030,"priority":332},{"basePath":2281,"description":2282,"displayName":2283,"installMethods":2284,"rationale":2285,"selectedPaths":2286,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-browser/skills/browser-test","UI test recipe -- composes browser-record (capture) + browser-replay (verify) so every test produces a replayable RVF artifact, not an ephemeral run","browser-test",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-browser/skills/browser-test/SKILL.md",[2287],{"path":1030,"priority":332},{"basePath":2289,"description":2290,"displayName":2291,"installMethods":2292,"rationale":2293,"selectedPaths":2294,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-core/skills/discover-plugins","Discover and recommend ruflo plugins based on your workflow, installed MCP tools, and current task","discover-plugins",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-core/skills/discover-plugins/SKILL.md",[2295],{"path":1030,"priority":332},{"basePath":2297,"description":2298,"displayName":2299,"installMethods":2300,"rationale":2301,"selectedPaths":2302,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-core/skills/init-project","Initialize a new Ruflo project with MCP tools, hooks, and agent configuration","init-project",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-core/skills/init-project/SKILL.md",[2303],{"path":1030,"priority":332},{"basePath":2305,"description":2306,"displayName":2307,"installMethods":2308,"rationale":2309,"selectedPaths":2310,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-core/skills/ruflo-doctor","Run health checks on the Ruflo installation and fix common issues","ruflo-doctor",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-core/skills/ruflo-doctor/SKILL.md",[2311],{"path":1030,"priority":332},{"basePath":2313,"description":2314,"displayName":2315,"installMethods":2316,"rationale":2317,"selectedPaths":2318,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-core/skills/witness","Sign, verify, and track fix-marker regressions over time using a deterministic Ed25519 witness manifest. Works in any project — clone the toolkit, run init, register fixes, regen on each release.","witness",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-core/skills/witness/SKILL.md",[2319],{"path":1030,"priority":332},{"basePath":2321,"description":2322,"displayName":2323,"installMethods":2324,"rationale":2325,"selectedPaths":2326,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-benchmark","Run the corpus benchmark — booster locally, optional Gemini/Sonnet/Opus baselines — and persist a verifiable measured-vs-claimed table","cost-benchmark",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-benchmark/SKILL.md",[2327],{"path":1030,"priority":332},{"basePath":2329,"description":2330,"displayName":2331,"installMethods":2332,"rationale":2333,"selectedPaths":2334,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-booster-edit","Apply a simple code transform via agent-booster's WASM engine — sub-millisecond, deterministic, $0 (no LLM call). Companion to cost-booster-route.","cost-booster-edit",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-booster-edit/SKILL.md",[2335],{"path":1030,"priority":332},{"basePath":2337,"description":2338,"displayName":2339,"installMethods":2340,"rationale":2341,"selectedPaths":2342,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-booster-route","Route tasks through hooks_route, partition by Agent Booster availability, and report Tier 1 bypass utilization with $0 cost","cost-booster-route",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-booster-route/SKILL.md",[2343],{"path":1030,"priority":332},{"basePath":2345,"description":2346,"displayName":2347,"installMethods":2348,"rationale":2349,"selectedPaths":2350,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-budget-check","Read accumulated cost-tracking spend + budget config, compute utilization, emit 50/75/90/100% alert ladder","cost-budget-check",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-budget-check/SKILL.md",[2351],{"path":1030,"priority":332},{"basePath":2353,"description":2354,"displayName":2355,"installMethods":2356,"rationale":2357,"selectedPaths":2358,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-compact-context","Wrap getTokenOptimizer().getCompactContext() to retrieve compacted ReasoningBank context for cost-analysis queries; report bridge-reported tokensSaved","cost-compact-context",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-compact-context/SKILL.md",[2359],{"path":1030,"priority":332},{"basePath":2361,"description":2362,"displayName":2363,"installMethods":2364,"rationale":2365,"selectedPaths":2366,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-conversation","Per-conversation cost view — list every session in cost-tracking with started-at, message count, top model, and total cost","cost-conversation",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-conversation/SKILL.md",[2367],{"path":1030,"priority":332},{"basePath":2369,"description":2370,"displayName":2371,"installMethods":2372,"rationale":2373,"selectedPaths":2374,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-export","Export cost-tracking telemetry in Prometheus textfile or webhook JSON formats — for external observability (Grafana, Datadog, custom dashboards)","cost-export",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-export/SKILL.md",[2375],{"path":1030,"priority":332},{"basePath":248,"description":10,"displayName":13,"installMethods":2377,"rationale":2378,"selectedPaths":2379,"source":338,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-federation/SKILL.md",[2380],{"path":1030,"priority":332},{"basePath":2382,"description":2383,"displayName":2384,"installMethods":2385,"rationale":2386,"selectedPaths":2387,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-optimize","Analyze token usage patterns and recommend cost optimizations with estimated savings","cost-optimize",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-optimize/SKILL.md",[2388],{"path":1030,"priority":332},{"basePath":2390,"description":2391,"displayName":2392,"installMethods":2393,"rationale":2394,"selectedPaths":2395,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-report","Generate a cost report showing token usage and USD costs by agent and model","cost-report",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-report/SKILL.md",[2396],{"path":1030,"priority":332},{"basePath":2398,"description":2399,"displayName":2400,"installMethods":2401,"rationale":2402,"selectedPaths":2403,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-summary","Single-shot programmatic dump of all cost data — total spend, per-tier, top session, budget status, federation aggregate. JSON or markdown.","cost-summary",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-summary/SKILL.md",[2404],{"path":1030,"priority":332},{"basePath":2406,"description":2407,"displayName":2408,"installMethods":2409,"rationale":2410,"selectedPaths":2411,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-track","Auto-capture per-session token usage from the Claude Code session jsonl and persist to the cost-tracking namespace","cost-track",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-track/SKILL.md",[2412],{"path":1030,"priority":332},{"basePath":2414,"description":2415,"displayName":2416,"installMethods":2417,"rationale":2418,"selectedPaths":2419,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-cost-tracker/skills/cost-trend","Read every docs/benchmarks/runs/*.json and surface drift in win rate, latency, escalation rate, and LLM-baseline cost over time","cost-trend",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-cost-tracker/skills/cost-trend/SKILL.md",[2420],{"path":1030,"priority":332},{"basePath":2422,"description":2423,"displayName":2424,"installMethods":2425,"rationale":2426,"selectedPaths":2427,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-daa/skills/cognitive-pattern","Define and manage cognitive patterns for agent reasoning and decision-making","cognitive-pattern",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-daa/skills/cognitive-pattern/SKILL.md",[2428],{"path":1030,"priority":332},{"basePath":2430,"description":2431,"displayName":2432,"installMethods":2433,"rationale":2434,"selectedPaths":2435,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-daa/skills/daa-agent","Create and adapt Dynamic Agentic Architecture agents that learn and evolve","daa-agent",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-daa/skills/daa-agent/SKILL.md",[2436],{"path":1030,"priority":332},{"basePath":2438,"description":2439,"displayName":2440,"installMethods":2441,"rationale":2442,"selectedPaths":2443,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-ddd/skills/ddd-aggregate","Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs","ddd-aggregate",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ddd/skills/ddd-aggregate/SKILL.md",[2444],{"path":1030,"priority":332},{"basePath":2446,"description":2447,"displayName":2448,"installMethods":2449,"rationale":2450,"selectedPaths":2451,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-ddd/skills/ddd-context","Create and manage a DDD bounded context with standard directory structure","ddd-context",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ddd/skills/ddd-context/SKILL.md",[2452],{"path":1030,"priority":332},{"basePath":2454,"description":2455,"displayName":2456,"installMethods":2457,"rationale":2458,"selectedPaths":2459,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-ddd/skills/ddd-validate","Validate domain boundaries -- detect cross-context import violations and aggregate invariant issues","ddd-validate",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ddd/skills/ddd-validate/SKILL.md",[2460],{"path":1030,"priority":332},{"basePath":2462,"description":2463,"displayName":2464,"installMethods":2465,"rationale":2466,"selectedPaths":2467,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-docs/skills/api-docs","Generate API documentation from source code with JSDoc and OpenAPI support","api-docs",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-docs/skills/api-docs/SKILL.md",[2468],{"path":1030,"priority":332},{"basePath":2470,"description":2471,"displayName":2472,"installMethods":2473,"rationale":2474,"selectedPaths":2475,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-docs/skills/doc-gen","Generate and maintain documentation with drift detection","doc-gen",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-docs/skills/doc-gen/SKILL.md",[2476],{"path":1030,"priority":332},{"basePath":2478,"description":2479,"displayName":2480,"installMethods":2481,"rationale":2482,"selectedPaths":2483,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-federation/skills/federation-audit","Query federation audit logs with compliance filtering","federation-audit",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-federation/skills/federation-audit/SKILL.md",[2484],{"path":1030,"priority":332},{"basePath":2486,"description":2487,"displayName":2488,"installMethods":2489,"rationale":2490,"selectedPaths":2491,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-federation/skills/federation-init","Initialize federation on this node — generate keypair and configure peers","federation-init",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-federation/skills/federation-init/SKILL.md",[2492],{"path":1030,"priority":332},{"basePath":2494,"description":2495,"displayName":2496,"installMethods":2497,"rationale":2498,"selectedPaths":2499,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-federation/skills/federation-status","Show federation health — peers, sessions, trust levels, and message metrics","federation-status",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-federation/skills/federation-status/SKILL.md",[2500],{"path":1030,"priority":332},{"basePath":2502,"description":2503,"displayName":2504,"installMethods":2505,"rationale":2506,"selectedPaths":2507,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-goals/skills/deep-research","Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings","deep-research",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-goals/skills/deep-research/SKILL.md",[2508],{"path":1030,"priority":332},{"basePath":2510,"description":2511,"displayName":2512,"installMethods":2513,"rationale":2514,"selectedPaths":2515,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-goals/skills/dossier-collect","Build a graph-structured dossier on a seed entity via parallel fan-out + recursive expansion across web, memory, knowledge-graph, codebase, ADR index, and git intel","dossier-collect",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-goals/skills/dossier-collect/SKILL.md",[2516],{"path":1030,"priority":332},{"basePath":2518,"description":2519,"displayName":2520,"installMethods":2521,"rationale":2522,"selectedPaths":2523,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-goals/skills/goal-plan","Create and execute Goal-Oriented Action Plans (GOAP) with precondition analysis, cost optimization, and adaptive replanning","goal-plan",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-goals/skills/goal-plan/SKILL.md",[2524],{"path":1030,"priority":332},{"basePath":2526,"description":2527,"displayName":2528,"installMethods":2529,"rationale":2530,"selectedPaths":2531,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-goals/skills/horizon-track","Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection","horizon-track",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-goals/skills/horizon-track/SKILL.md",[2532],{"path":1030,"priority":332},{"basePath":2534,"description":2535,"displayName":2536,"installMethods":2537,"rationale":2538,"selectedPaths":2539,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-goals/skills/research-synthesize","Synthesize research findings from memory into structured reports with evidence grading, contradiction resolution, and actionable recommendations","research-synthesize",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-goals/skills/research-synthesize/SKILL.md",[2540],{"path":1030,"priority":332},{"basePath":2542,"description":2543,"displayName":2544,"installMethods":2545,"rationale":2546,"selectedPaths":2547,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-intelligence/skills/intelligence-route","Route tasks via the 3-tier model selector and learned patterns; emits a routing rationale via hooks_explain","intelligence-route",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-intelligence/skills/intelligence-route/SKILL.md",[2548],{"path":1030,"priority":332},{"basePath":2550,"description":2551,"displayName":2552,"installMethods":2553,"rationale":2554,"selectedPaths":2555,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-intelligence/skills/intelligence-transfer","Publish or fetch learned patterns across projects via IPFS (Pinata) -- the cross-project pattern transfer that hooks_transfer enables","intelligence-transfer",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-intelligence/skills/intelligence-transfer/SKILL.md",[2556],{"path":1030,"priority":332},{"basePath":2558,"description":2559,"displayName":2560,"installMethods":2561,"rationale":2562,"selectedPaths":2563,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-intelligence/skills/neural-train","Train SONA + MicroLoRA neural patterns from successful task completions; runs the DISTILL + CONSOLIDATE phases of the 4-step pipeline","neural-train",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-intelligence/skills/neural-train/SKILL.md",[2564],{"path":1030,"priority":332},{"basePath":2566,"description":2567,"displayName":2568,"installMethods":2569,"rationale":2570,"selectedPaths":2571,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-iot-cognitum/skills/iot-anomalies","Detect and classify telemetry anomalies on Cognitum Seed devices","iot-anomalies",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-iot-cognitum/skills/iot-anomalies/SKILL.md",[2572],{"path":1030,"priority":332},{"basePath":2574,"description":2575,"displayName":2576,"installMethods":2577,"rationale":2578,"selectedPaths":2579,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-iot-cognitum/skills/iot-firmware","Orchestrate firmware rollouts with canary deployment and anomaly-gated advancement","iot-firmware",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-iot-cognitum/skills/iot-firmware/SKILL.md",[2580],{"path":1030,"priority":332},{"basePath":2582,"description":2583,"displayName":2584,"installMethods":2585,"rationale":2586,"selectedPaths":2587,"source":338,"sourceLanguage":1815,"type":251},"plugins/ruflo-iot-cognitum/skills/iot-fleet","Create and manage Cognitum Seed device fleets with firmware policies","iot-fleet",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-iot-cognitum/skills/iot-fleet/SKILL.md",[2588],{"path":1030,"priority":332},{"basePath":2590,"description":2591,"displayName":2592,"installMethods":2593,"rationale":2594,"selectedPaths":2595,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-iot-cognitum/skills/iot-register","Register a Cognitum Seed device by endpoint and establish agent bridge","iot-register",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-iot-cognitum/skills/iot-register/SKILL.md",[2596],{"path":1030,"priority":332},{"basePath":2598,"description":2599,"displayName":2600,"installMethods":2601,"rationale":2602,"selectedPaths":2603,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-iot-cognitum/skills/iot-witness-verify","Verify witness chain integrity and detect provenance gaps","iot-witness-verify",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-iot-cognitum/skills/iot-witness-verify/SKILL.md",[2604],{"path":1030,"priority":332},{"basePath":2606,"description":2607,"displayName":2608,"installMethods":2609,"rationale":2610,"selectedPaths":2611,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-jujutsu/skills/diff-analyze","Analyze git diffs for risk scoring, reviewer recommendations, and change classification","diff-analyze",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-jujutsu/skills/diff-analyze/SKILL.md",[2612],{"path":1030,"priority":332},{"basePath":2614,"description":2615,"displayName":2616,"installMethods":2617,"rationale":2618,"selectedPaths":2619,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-jujutsu/skills/git-workflow","Advanced git workflows with branch management, conflict resolution, and PR lifecycle","git-workflow",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-jujutsu/skills/git-workflow/SKILL.md",[2620],{"path":1030,"priority":332},{"basePath":2622,"description":2623,"displayName":2624,"installMethods":2625,"rationale":2626,"selectedPaths":2627,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-knowledge-graph/skills/kg-extract","Extract entities and relations from source files to build a knowledge graph","kg-extract",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-knowledge-graph/skills/kg-extract/SKILL.md",[2628],{"path":1030,"priority":332},{"basePath":2630,"description":2631,"displayName":2632,"installMethods":2633,"rationale":2634,"selectedPaths":2635,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-knowledge-graph/skills/kg-traverse","Pathfinder traversal of the knowledge graph starting from a seed entity","kg-traverse",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-knowledge-graph/skills/kg-traverse/SKILL.md",[2636],{"path":1030,"priority":332},{"basePath":2638,"description":2639,"displayName":2640,"installMethods":2641,"rationale":2642,"selectedPaths":2643,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-loop-workers/skills/cron-schedule","Schedule persistent background workers via CronCreate","cron-schedule",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-loop-workers/skills/cron-schedule/SKILL.md",[2644],{"path":1030,"priority":332},{"basePath":2646,"description":2647,"displayName":2648,"installMethods":2649,"rationale":2650,"selectedPaths":2651,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-loop-workers/skills/loop-worker","Run Ruflo background workers using Claude Code native /loop scheduling","loop-worker",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-loop-workers/skills/loop-worker/SKILL.md",[2652],{"path":1030,"priority":332},{"basePath":2654,"description":2655,"displayName":2656,"installMethods":2657,"rationale":2658,"selectedPaths":2659,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-market-data/skills/market-ingest","Ingest and normalize market data into OHLCV vectors with HNSW indexing","market-ingest",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-market-data/skills/market-ingest/SKILL.md",[2660],{"path":1030,"priority":332},{"basePath":2662,"description":2663,"displayName":2664,"installMethods":2665,"rationale":2666,"selectedPaths":2667,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-market-data/skills/market-pattern","Detect and classify candlestick patterns from ingested OHLCV data","market-pattern",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-market-data/skills/market-pattern/SKILL.md",[2668],{"path":1030,"priority":332},{"basePath":2670,"description":2671,"displayName":2672,"installMethods":2673,"rationale":2674,"selectedPaths":2675,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-migrations/skills/migrate-create","Create a new sequentially numbered database migration with up/down SQL files","migrate-create",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-migrations/skills/migrate-create/SKILL.md",[2676],{"path":1030,"priority":332},{"basePath":2678,"description":2679,"displayName":2680,"installMethods":2681,"rationale":2682,"selectedPaths":2683,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-migrations/skills/migrate-validate","Validate pending migrations for foreign key consistency, rollback safety, and best practices","migrate-validate",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-migrations/skills/migrate-validate/SKILL.md",[2684],{"path":1030,"priority":332},{"basePath":2686,"description":2687,"displayName":2688,"installMethods":2689,"rationale":2690,"selectedPaths":2691,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-neural-trader/skills/trader-backtest","Run a historical backtest using npx neural-trader with Rust/NAPI engine (8-19x faster) and walk-forward validation","trader-backtest",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-backtest/SKILL.md",[2692],{"path":1030,"priority":332},{"basePath":2694,"description":2695,"displayName":2696,"installMethods":2697,"rationale":2698,"selectedPaths":2699,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-neural-trader/skills/trader-cloud-backtest","Run a heavy neural-trader job (long walk-forward, big Monte-Carlo, parameter sweep, model training) on the Anthropic Managed Agent cloud runtime instead of locally","trader-cloud-backtest",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-cloud-backtest/SKILL.md",[2700],{"path":1030,"priority":332},{"basePath":2702,"description":2703,"displayName":2704,"installMethods":2705,"rationale":2706,"selectedPaths":2707,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-neural-trader/skills/trader-portfolio","Optimize portfolio allocation using npx neural-trader mean-variance engine with risk constraints and rebalancing plan","trader-portfolio",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-portfolio/SKILL.md",[2708],{"path":1030,"priority":332},{"basePath":2710,"description":2711,"displayName":2712,"installMethods":2713,"rationale":2714,"selectedPaths":2715,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-neural-trader/skills/trader-regime","Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy","trader-regime",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-regime/SKILL.md",[2716],{"path":1030,"priority":332},{"basePath":2718,"description":2719,"displayName":2720,"installMethods":2721,"rationale":2722,"selectedPaths":2723,"source":338,"sourceLanguage":1815,"type":251},"plugins/ruflo-neural-trader/skills/trader-risk","Assess portfolio risk using npx neural-trader — VaR, CVaR, Sharpe, position sizing, circuit breaker status","trader-risk",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-risk/SKILL.md",[2724],{"path":1030,"priority":332},{"basePath":2726,"description":2727,"displayName":2728,"installMethods":2729,"rationale":2730,"selectedPaths":2731,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-neural-trader/skills/trader-signal","Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction","trader-signal",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-signal/SKILL.md",[2732],{"path":1030,"priority":332},{"basePath":2734,"description":2735,"displayName":2736,"installMethods":2737,"rationale":2738,"selectedPaths":2739,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-neural-trader/skills/trader-train","Train neural models (LSTM, Transformer, N-BEATS) on market data using npx neural-trader with confidence intervals","trader-train",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-neural-trader/skills/trader-train/SKILL.md",[2740],{"path":1030,"priority":332},{"basePath":2742,"description":2743,"displayName":2744,"installMethods":2745,"rationale":2746,"selectedPaths":2747,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-observability/skills/observe-metrics","Aggregate and display system metrics with anomaly detection for a time period","observe-metrics",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-observability/skills/observe-metrics/SKILL.md",[2748],{"path":1030,"priority":332},{"basePath":2750,"description":2751,"displayName":2752,"installMethods":2753,"rationale":2754,"selectedPaths":2755,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-observability/skills/observe-trace","Trace agent execution by collecting spans and building a trace tree for a task","observe-trace",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-observability/skills/observe-trace/SKILL.md",[2756],{"path":1030,"priority":332},{"basePath":2758,"description":2759,"displayName":2760,"installMethods":2761,"rationale":2762,"selectedPaths":2763,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-plugin-creator/skills/create-plugin","Scaffold a new Claude Code plugin with proper directory structure, plugin.json, skills, commands, and agents","create-plugin",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-plugin-creator/skills/create-plugin/SKILL.md",[2764],{"path":1030,"priority":332},{"basePath":2766,"description":2767,"displayName":2768,"installMethods":2769,"rationale":2770,"selectedPaths":2771,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-plugin-creator/skills/validate-plugin","Validate a Claude Code plugin structure, frontmatter, and MCP tool references","validate-plugin",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-plugin-creator/skills/validate-plugin/SKILL.md",[2772],{"path":1030,"priority":332},{"basePath":2774,"description":2775,"displayName":2776,"installMethods":2777,"rationale":2778,"selectedPaths":2779,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-rag-memory/skills/memory-bridge","Bridge Claude Code auto-memory into AgentDB with ONNX embeddings, deduplicate, and enable unified cross-project search","memory-bridge",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-rag-memory/skills/memory-bridge/SKILL.md",[2780],{"path":1030,"priority":332},{"basePath":2782,"description":2783,"displayName":2784,"installMethods":2785,"rationale":2786,"selectedPaths":2787,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-rag-memory/skills/memory-search","SOTA semantic search — hybrid (sparse+dense), Graph RAG multi-hop, MMR diversity reranking, recency weighting","memory-search",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-rag-memory/skills/memory-search/SKILL.md",[2788],{"path":1030,"priority":332},{"basePath":2790,"description":2791,"displayName":2792,"installMethods":2793,"rationale":2794,"selectedPaths":2795,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-ruvector/skills/vector-cluster","Cluster code by graph community detection via npx ruvector@0.2.25 hooks graph-cluster (spectral / Louvain)","vector-cluster",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvector/skills/vector-cluster/SKILL.md",[2796],{"path":1030,"priority":332},{"basePath":2798,"description":2799,"displayName":2800,"installMethods":2801,"rationale":2802,"selectedPaths":2803,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-ruvector/skills/vector-embed","Generate embeddings via npx ruvector@0.2.25 embed text (ONNX all-MiniLM-L6-v2, 384-dim), normalize, and store in HNSW index","vector-embed",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvector/skills/vector-embed/SKILL.md",[2804],{"path":1030,"priority":332},{"basePath":2806,"description":2807,"displayName":2808,"installMethods":2809,"rationale":2810,"selectedPaths":2811,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-ruvector/skills/vector-hyperbolic","Embed hierarchical data via npx ruvector@0.2.25 embed text and project into the Poincare ball in user code (no --model poincare flag in 0.2.25)","vector-hyperbolic",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvector/skills/vector-hyperbolic/SKILL.md",[2812],{"path":1030,"priority":332},{"basePath":2814,"description":2815,"displayName":2816,"installMethods":2817,"rationale":2818,"selectedPaths":2819,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-ruvector/skills/vector-setup","First-run setup for ruvector@0.2.25 — installs ONNX/Brain/SONA add-ons, registers the MCP server, and verifies the install via `doctor`","vector-setup",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvector/skills/vector-setup/SKILL.md",[2820],{"path":1030,"priority":332},{"basePath":2822,"description":2823,"displayName":2824,"installMethods":2825,"rationale":2826,"selectedPaths":2827,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-ruvllm/skills/chat-format","Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval","chat-format",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvllm/skills/chat-format/SKILL.md",[2828],{"path":1030,"priority":332},{"basePath":2830,"description":2831,"displayName":2832,"installMethods":2833,"rationale":2834,"selectedPaths":2835,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-ruvllm/skills/llm-config","Configure RuVLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation","llm-config",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-ruvllm/skills/llm-config/SKILL.md",[2836],{"path":1030,"priority":332},{"basePath":2838,"description":2839,"displayName":2840,"installMethods":2841,"rationale":2842,"selectedPaths":2843,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-rvf/skills/rvf-manage","Manage RVF (Ruflo Vector Format) files for portable agent memory and cross-platform transfer","rvf-manage",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-rvf/skills/rvf-manage/SKILL.md",[2844],{"path":1030,"priority":332},{"basePath":2846,"description":2847,"displayName":2848,"installMethods":2849,"rationale":2850,"selectedPaths":2851,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-rvf/skills/session-persist","Persist and restore agent sessions across conversations with state snapshots","session-persist",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-rvf/skills/session-persist/SKILL.md",[2852],{"path":1030,"priority":332},{"basePath":2854,"description":2855,"displayName":2856,"installMethods":2857,"rationale":2858,"selectedPaths":2859,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-security-audit/skills/dependency-check","Scan project dependencies for known vulnerabilities and CVEs","dependency-check",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-security-audit/skills/dependency-check/SKILL.md",[2860],{"path":1030,"priority":332},{"basePath":2862,"description":2863,"displayName":2864,"installMethods":2865,"rationale":2866,"selectedPaths":2867,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-security-audit/skills/security-scan","Run full security scans on the codebase using Ruflo security tools","security-scan",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-security-audit/skills/security-scan/SKILL.md",[2868],{"path":1030,"priority":332},{"basePath":2870,"description":2871,"displayName":2872,"installMethods":2873,"rationale":2874,"selectedPaths":2875,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-sparc/skills/sparc-implement","Run the SPARC Architecture and Implementation phases — design module boundaries, write pseudocode, implement code, and run tests","sparc-implement",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-sparc/skills/sparc-implement/SKILL.md",[2876],{"path":1030,"priority":332},{"basePath":2878,"description":2879,"displayName":2880,"installMethods":2881,"rationale":2882,"selectedPaths":2883,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-sparc/skills/sparc-refine","Run the SPARC Refinement and Completion phases — review code, improve test coverage, validate against specification, and generate documentation","sparc-refine",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-sparc/skills/sparc-refine/SKILL.md",[2884],{"path":1030,"priority":332},{"basePath":2886,"description":2887,"displayName":2888,"installMethods":2889,"rationale":2890,"selectedPaths":2891,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-sparc/skills/sparc-spec","Run the SPARC Specification phase — gather requirements, define acceptance criteria, identify constraints, and store the spec in memory","sparc-spec",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-sparc/skills/sparc-spec/SKILL.md",[2892],{"path":1030,"priority":332},{"basePath":2894,"description":2895,"displayName":2896,"installMethods":2897,"rationale":2898,"selectedPaths":2899,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-swarm/skills/monitor-stream","Stream live swarm events using the Monitor tool for real-time observability","monitor-stream",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-swarm/skills/monitor-stream/SKILL.md",[2900],{"path":1030,"priority":332},{"basePath":2902,"description":2903,"displayName":2904,"installMethods":2905,"rationale":2906,"selectedPaths":2907,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-swarm/skills/swarm-init","Initialize a multi-agent swarm with anti-drift configuration","swarm-init",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-swarm/skills/swarm-init/SKILL.md",[2908],{"path":1030,"priority":332},{"basePath":2910,"description":2911,"displayName":2912,"installMethods":2913,"rationale":2914,"selectedPaths":2915,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-testgen/skills/tdd-workflow","TDD London School workflow -- mock-first, outside-in test development","tdd-workflow",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-testgen/skills/tdd-workflow/SKILL.md",[2916],{"path":1030,"priority":332},{"basePath":2918,"description":2919,"displayName":2920,"installMethods":2921,"rationale":2922,"selectedPaths":2923,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-testgen/skills/test-gaps","Detect missing test coverage and generate test suggestions","test-gaps",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-testgen/skills/test-gaps/SKILL.md",[2924],{"path":1030,"priority":332},{"basePath":2926,"description":2927,"displayName":2928,"installMethods":2929,"rationale":2930,"selectedPaths":2931,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-workflows/skills/workflow-create","Create reusable workflow templates with steps, conditions, and parallel execution","workflow-create",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-workflows/skills/workflow-create/SKILL.md",[2932],{"path":1030,"priority":332},{"basePath":2934,"description":2935,"displayName":2936,"installMethods":2937,"rationale":2938,"selectedPaths":2939,"source":338,"sourceLanguage":18,"type":251},"plugins/ruflo-workflows/skills/workflow-run","Execute, pause, resume, and cancel running workflows","workflow-run",{"claudeCode":12},"SKILL.md frontmatter at plugins/ruflo-workflows/skills/workflow-run/SKILL.md",[2940],{"path":1030,"priority":332},{"basePath":2942,"description":2943,"displayName":2944,"installMethods":2945,"rationale":2946,"selectedPaths":2947,"source":338,"sourceLanguage":18,"type":251},"ruflo/src/ruvocal/.claude/skills/add-model-descriptions","Add descriptions for new models from the HuggingFace router to chat-ui configuration. Use when new models are released on the router and need descriptions added to prod.yaml and dev.yaml. Triggers on requests like \"add new model descriptions\", \"update models from router\", \"sync models\", or when explicitly invoking /add-model-descriptions.","add-model-descriptions",{"claudeCode":12},"SKILL.md frontmatter at ruflo/src/ruvocal/.claude/skills/add-model-descriptions/SKILL.md",[2948],{"path":1030,"priority":332},{"basePath":271,"description":2950,"displayName":1008,"installMethods":2951,"license":242,"rationale":2952,"selectedPaths":2953,"source":338,"sourceLanguage":18,"type":305},"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":1008},"cli ecosystem detected at /",[2954,2956,2957,2958],{"path":2955,"priority":332},"package.json",{"path":334,"priority":332},{"path":336,"priority":337},{"path":1016,"priority":351},{"basePath":250,"description":2960,"displayName":250,"installMethods":2961,"license":242,"rationale":2962,"selectedPaths":2963,"source":338,"sourceLanguage":18,"type":305},"Ruflo - Enterprise AI agent orchestration platform. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",{"npm":250},"cli ecosystem detected at ruflo",[2964,2965,2966],{"path":2955,"priority":332},{"path":334,"priority":332},{"path":2967,"priority":351},"bin/ruflo.js",{"basePath":2969,"description":2970,"displayName":2971,"installMethods":2972,"license":242,"rationale":2973,"selectedPaths":2974,"source":338,"sourceLanguage":18,"type":305},"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":2971},"cli ecosystem detected at v3/@claude-flow/cli",[2975,2976,2977,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,3078,3080,3082],{"path":2955,"priority":332},{"path":334,"priority":332},{"path":1016,"priority":351},{"path":2979,"priority":351},"bin/mcp-server.js",{"path":2981,"priority":1017},"src/index.ts",{"path":2983,"priority":1017},"src/commands/agent-wasm.ts",{"path":2985,"priority":1017},"src/commands/agent.ts",{"path":2987,"priority":1017},"src/commands/analyze.ts",{"path":2989,"priority":1017},"src/commands/appliance-advanced.ts",{"path":2991,"priority":1017},"src/commands/appliance.ts",{"path":2993,"priority":1017},"src/commands/autopilot.ts",{"path":2995,"priority":1017},"src/commands/benchmark.ts",{"path":2997,"priority":1017},"src/commands/claims.ts",{"path":2999,"priority":1017},"src/commands/cleanup.ts",{"path":3001,"priority":1017},"src/commands/completions.ts",{"path":3003,"priority":1017},"src/commands/config.ts",{"path":3005,"priority":1017},"src/commands/daemon.ts",{"path":3007,"priority":1017},"src/commands/deployment.ts",{"path":3009,"priority":1017},"src/commands/doctor.ts",{"path":3011,"priority":1017},"src/commands/embeddings.ts",{"path":3013,"priority":1017},"src/commands/guidance.ts",{"path":3015,"priority":1017},"src/commands/hive-mind.ts",{"path":3017,"priority":1017},"src/commands/hooks.ts",{"path":3019,"priority":1017},"src/commands/index.ts",{"path":3021,"priority":1017},"src/commands/init.ts",{"path":3023,"priority":1017},"src/commands/issues.ts",{"path":3025,"priority":1017},"src/commands/mcp.ts",{"path":3027,"priority":1017},"src/commands/memory.ts",{"path":3029,"priority":1017},"src/commands/migrate.ts",{"path":3031,"priority":1017},"src/commands/neural.ts",{"path":3033,"priority":1017},"src/commands/performance.ts",{"path":3035,"priority":1017},"src/commands/plugins.ts",{"path":3037,"priority":1017},"src/commands/process.ts",{"path":3039,"priority":1017},"src/commands/progress.ts",{"path":3041,"priority":1017},"src/commands/providers.ts",{"path":3043,"priority":1017},"src/commands/route.ts",{"path":3045,"priority":1017},"src/commands/ruvector/backup.ts",{"path":3047,"priority":1017},"src/commands/ruvector/benchmark.ts",{"path":3049,"priority":1017},"src/commands/ruvector/import.ts",{"path":3051,"priority":1017},"src/commands/ruvector/index.ts",{"path":3053,"priority":1017},"src/commands/ruvector/init.ts",{"path":3055,"priority":1017},"src/commands/ruvector/migrate.ts",{"path":3057,"priority":1017},"src/commands/ruvector/optimize.ts",{"path":3059,"priority":1017},"src/commands/ruvector/pg-utils.ts",{"path":3061,"priority":1017},"src/commands/ruvector/setup.ts",{"path":3063,"priority":1017},"src/commands/ruvector/status.ts",{"path":3065,"priority":1017},"src/commands/security.ts",{"path":3067,"priority":1017},"src/commands/session.ts",{"path":3069,"priority":1017},"src/commands/start.ts",{"path":3071,"priority":1017},"src/commands/status.ts",{"path":3073,"priority":1017},"src/commands/swarm.ts",{"path":3075,"priority":1017},"src/commands/task.ts",{"path":3077,"priority":1017},"src/commands/transfer-store.ts",{"path":3079,"priority":1017},"src/commands/update.ts",{"path":3081,"priority":1017},"src/commands/verify.ts",{"path":3083,"priority":1017},"src/commands/workflow.ts",{"basePath":3085,"description":3086,"displayName":3087,"installMethods":3088,"license":242,"rationale":3089,"selectedPaths":3090,"source":338,"sourceLanguage":18,"type":305},"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":3087},"cli ecosystem detected at v3/@claude-flow/cli-core",[3091,3092,3093,3094],{"path":2955,"priority":332},{"path":334,"priority":332},{"path":2981,"priority":1017},{"path":3027,"priority":1017},{"basePath":3096,"description":3097,"displayName":3098,"installMethods":3099,"license":242,"rationale":3100,"selectedPaths":3101,"source":338,"sourceLanguage":18,"type":305},"v3/@claude-flow/codex","Codex CLI integration for Ruflo (claude-flow) - OpenAI Codex platform adapter","@claude-flow/codex",{"npm":3098},"cli ecosystem detected at v3/@claude-flow/codex",[3102,3103,3104,3105],{"path":2955,"priority":332},{"path":334,"priority":332},{"path":2981,"priority":1017},{"path":3106,"priority":1017},"src/cli.ts",{"basePath":3108,"description":3109,"displayName":3110,"installMethods":3111,"license":242,"rationale":3112,"selectedPaths":3113,"source":338,"sourceLanguage":18,"type":305},"v3/@claude-flow/hooks","V3 Hooks System - Event-driven lifecycle hooks with ReasoningBank learning integration","@claude-flow/hooks",{"npm":3110},"cli ecosystem detected at v3/@claude-flow/hooks",[3114,3115,3116,3118,3120],{"path":2955,"priority":332},{"path":334,"priority":332},{"path":3117,"priority":351},"bin/hooks-daemon.js",{"path":3119,"priority":351},"bin/statusline.js",{"path":2981,"priority":1017},{"basePath":3122,"description":3123,"displayName":3124,"installMethods":3125,"license":242,"rationale":3126,"selectedPaths":3127,"source":338,"sourceLanguage":18,"type":305},"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":3124},"cli ecosystem detected at v3/@claude-flow/plugin-agent-federation",[3128,3129,3130],{"path":2955,"priority":332},{"path":334,"priority":332},{"path":2981,"priority":1017},{"basePath":3132,"description":3133,"displayName":3134,"installMethods":3135,"license":242,"rationale":3136,"selectedPaths":3137,"source":338,"sourceLanguage":18,"type":305},"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":3134},"cli ecosystem detected at v3/@claude-flow/plugin-iot-cognitum",[3138,3139,3140],{"path":2955,"priority":332},{"path":334,"priority":332},{"path":2981,"priority":1017},{"sources":3142},[3143],"manual",{"npmPackage":1008},{"closedIssues90d":234,"description":3146,"forks":235,"homepage":3147,"license":242,"openIssues90d":236,"pushedAt":237,"readmeSize":232,"stars":238,"topics":3148},"🌊 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",[3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,278,3160,3161,3162,3163,3164,3165,3166,3167],"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":240},{"classifiedAt":3170,"discoverAt":3171,"extractAt":3172,"githubAt":3172,"npmAt":3173,"updatedAt":3170},1778696691076,1778696678472,1778696685779,1778696688417,[217,213,215,214,216,218],{"evaluatedAt":246,"extractAt":298,"updatedAt":246},[],[3178,3197,3226,3255,3284,3313],{"_creationTime":3179,"_id":3180,"community":3181,"display":3182,"identity":3185,"providers":3186,"relations":3192,"tags":3194,"workflow":3195},1778696691708.333,"k17a3xvv3pp9pkch6tr3f4mygn86nhs3",{"reviewCount":8},{"description":2895,"installMethods":3183,"name":3184,"sourceUrl":14},{"claudeCode":12},"Monitor Stream",{"basePath":2894,"githubOwner":249,"githubRepo":250,"locale":18,"slug":2896,"type":251},{"evaluate":3187,"extract":3191},{"promptVersionExtension":206,"promptVersionScoring":207,"score":3188,"tags":3189,"targetMarket":219,"tier":220},99,[304,3190,215,216,305],"streaming",{"commitSha":288,"license":242},{"parentExtensionId":3193,"repoId":294},"k1745f2f8qnwa2b02r0cav1sgn86mm7h",[305,215,216,304,3190],{"evaluatedAt":3196,"extractAt":298,"updatedAt":3196},1778701587681,{"_creationTime":3198,"_id":3199,"community":3200,"display":3201,"identity":3207,"providers":3212,"relations":3219,"tags":3222,"workflow":3223},1778692306427.1025,"k17d89vn0w3xys0xqpx8tj7y7x86m1vh",{"reviewCount":8},{"description":3202,"installMethods":3203,"name":3205,"sourceUrl":3206},"Multi-account Claude Max rotator. Status, manual rotation, account list, add-account wizard. Requires account_rotation_enabled=true in plugin settings.",{"claudeCode":3204},"Lifecycle-Innovations-Limited/claude-ops","Claude Ops Rotator","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"basePath":3208,"githubOwner":3209,"githubRepo":3210,"locale":18,"slug":3211,"type":251},"claude-ops/skills/ops-rotate","Lifecycle-Innovations-Limited","claude-ops","ops-rotate",{"evaluate":3213,"extract":3218},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":3214,"targetMarket":219,"tier":220},[3215,3216,305,218,217,3217],"account-rotation","claude-max","aws",{"commitSha":288,"license":242},{"parentExtensionId":3220,"repoId":3221},"k17d0t6ns7y6t377pfprg128hd86nm89","kd7d52tcek2e34r805zs06b10d86n39v",[3215,3217,217,3216,305,218],{"evaluatedAt":3224,"extractAt":3225,"updatedAt":3224},1778692896586,1778692306427,{"_creationTime":3227,"_id":3228,"community":3229,"display":3230,"identity":3236,"providers":3240,"relations":3249,"tags":3251,"workflow":3252},1778697205743.8958,"k17a1wa1fwjqf68n1ghcnjcn6186ngbk",{"reviewCount":8},{"description":3231,"installMethods":3232,"name":3234,"sourceUrl":3235},"Instructions for fetching current Dubai time via bash command",{"claudeCode":3233},"shanraisshan/claude-code-best-practice","time-fetcher","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":3237,"githubOwner":3238,"githubRepo":3239,"locale":18,"slug":3234,"type":251},"agent-teams/.claude/skills/time-fetcher","shanraisshan","claude-code-best-practice",{"evaluate":3241,"extract":3248},{"promptVersionExtension":206,"promptVersionScoring":207,"score":3242,"tags":3243,"targetMarket":219,"tier":220},100,[3244,3245,217,3246,3247],"time","dubai","utility","datetime",{"commitSha":288},{"repoId":3250},"kd74710g49kxgwbfjxeb7s132d86myxr",[217,3247,3245,3244,3246],{"evaluatedAt":3253,"extractAt":3254,"updatedAt":3253},1778697339084,1778697205743,{"_creationTime":3256,"_id":3257,"community":3258,"display":3259,"identity":3265,"providers":3269,"relations":3277,"tags":3280,"workflow":3281},1778694720643.0364,"k178ezcgbcwcccen6aezxvmxbh86mhxg",{"reviewCount":8},{"description":3260,"installMethods":3261,"name":3263,"sourceUrl":3264},"Upgrade toprank plugin to the latest version. Updates the marketplace repo, installs the new version to the plugin cache, and updates installed_plugins.json. Use when asked to \"upgrade toprank\", \"update toprank\", or \"get latest version\". Also handles inline upgrade prompts when a skill detects UPGRADE_AVAILABLE at startup.\n",{"claudeCode":3262},"nowork-studio/toprank","toprank-upgrade","https://github.com/nowork-studio/toprank",{"basePath":3266,"githubOwner":3267,"githubRepo":3268,"locale":18,"slug":3266,"type":251},"toprank-upgrade-skill","nowork-studio","toprank",{"evaluate":3270,"extract":3276},{"promptVersionExtension":206,"promptVersionScoring":207,"score":3242,"tags":3271,"targetMarket":219,"tier":220},[3272,3273,3274,217,3275],"plugin-management","upgrade","automation","python",{"commitSha":288,"license":242},{"parentExtensionId":3278,"repoId":3279},"k17dxqwvvhjw9ft30d5zz356z986my6s","kd74wn8s89tp9hrfsmcra492r586nbrv",[3274,217,3272,3275,3273],{"evaluatedAt":3282,"extractAt":3283,"updatedAt":3282},1778695134020,1778694720643,{"_creationTime":3285,"_id":3286,"community":3287,"display":3288,"identity":3294,"providers":3298,"relations":3305,"tags":3308,"workflow":3309},1778691884319.0664,"k172gnk14qpj28ndayqyr7y56186n1ys",{"reviewCount":8},{"description":3289,"installMethods":3290,"name":3292,"sourceUrl":3293},"Automatically fix skill problems (safe preview first). Also use with --prune to find and remove broken symlinks, empty directories, and orphaned skills.",{"claudeCode":3291},"khendzel/skills-janitor","janitor-fix","https://github.com/khendzel/skills-janitor",{"basePath":3295,"githubOwner":3296,"githubRepo":3297,"locale":18,"slug":3292,"type":251},"skills/janitor-fix","khendzel","skills-janitor",{"evaluate":3299,"extract":3304},{"promptVersionExtension":206,"promptVersionScoring":207,"score":3242,"tags":3300,"targetMarket":219,"tier":220},[3301,3302,3303,3274,217,3275],"skills","maintenance","cleanup",{"commitSha":288},{"parentExtensionId":3306,"repoId":3307},"k173y287h96a0x42zvrvymzvgn86nq38","kd722xn3d2v8ze2vwgebvzgpv986mj48",[3274,217,3303,3302,3275,3301],{"evaluatedAt":3310,"extractAt":3311,"updatedAt":3312},1778691964565,1778691884319,1778692172300,{"_creationTime":3314,"_id":3315,"community":3316,"display":3317,"identity":3321,"providers":3323,"relations":3330,"tags":3331,"workflow":3332},1778692306427.1023,"k17f0vqhj9x3ee4773kq2m8fph86n5ct",{"reviewCount":8},{"description":3318,"installMethods":3319,"name":3320,"sourceUrl":3206},"Revenue and costs tracker. AWS spend via aws ce, credits tracker, project revenue stages. Shows burn rate, runway estimate, credits expiring.",{"claudeCode":3204},"ops-revenue",{"basePath":3322,"githubOwner":3209,"githubRepo":3210,"locale":18,"slug":3320,"type":251},"claude-ops/skills/ops-revenue",{"evaluate":3324,"extract":3329},{"promptVersionExtension":206,"promptVersionScoring":207,"score":3242,"tags":3325,"targetMarket":219,"tier":220},[3326,3217,213,3327,306,3328],"finance","revenue","dashboard",{"commitSha":288},{"parentExtensionId":3220,"repoId":3221},[3217,213,3328,3326,306,3327],{"evaluatedAt":3333,"extractAt":3225,"updatedAt":3333},1778692873720]