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