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