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