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