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