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