[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Yeachan-Heo-ccg-zh-CN":3,"guides-for-Yeachan-Heo-ccg":1002,"similar-k1767exdwhyc9nf52can1n8brx86mt37-zh-CN":1003},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":229,"parentExtension":253,"providers":309,"relations":313,"repo":314,"tags":1000,"workflow":1001},1778699234184.612,"k1767exdwhyc9nf52can1n8brx86mt37",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results",{"claudeCode":12},"Yeachan-Heo/oh-my-claudecode","ccg","https://github.com/Yeachan-Heo/oh-my-claudecode",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":246},1778699358165.7222,"kn7856fmmgecwz9sweddp7xm7d86mqmy","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":220,"tier":221,"useCases":222},[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,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of needing tri-model orchestration for parallel external perspectives and names the specific tools involved: Codex and Gemini, synthesized by Claude. The 'When to Use' section further clarifies specific scenarios.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill offers significant value beyond default behavior by orchestrating multiple external LLM providers (Codex, Gemini) in parallel and synthesizing their outputs, which is not a standard Claude Code capability.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is ready for production use, providing clear installation, setup, and execution instructions, including fallback mechanisms for unavailable providers and detailed workflow steps.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, coherent responsibility: orchestrating Codex and Gemini via the '/ask' skill and synthesizing their results. It does not attempt unrelated tasks.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's core functionality of tri-model orchestration and synthesis.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes the '/ask' command which itself is scoped, and the skill's internal logic is focused on orchestrating specific provider calls rather than a single generalist tool.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not expose any configurable parameters or options beyond the task description itself, making explicit documentation of these unnecessary.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The skill is invoked via a clear slash command '/oh-my-claudecode:ccg', and its internal CLI calls reference providers like 'codex' and 'gemini' descriptively.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill takes a single text description as input and produces a synthesized response. Artifacts are written to a specified directory, and the overall I/O is focused on the task at hand.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The license is MIT, a permissive open-source license, clearly stated in the README and LICENSE file.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits as of 2026-05-13, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project uses npm and has a lockfile, indicating managed dependencies. The README also mentions updates via npm.",{"category":66,"check":67,"severity":46,"summary":68},"Security","Secret Management","The skill orchestrates external CLIs but does not appear to handle or expose any secrets directly within its own logic.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's core logic is based on executing predefined CLI commands with user-provided prompts. There's no indication of loading arbitrary third-party data as executable instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on installed CLIs ('omc ask', 'codex', 'gemini') which are managed by npm. It does not fetch remote code or data at runtime to execute.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill executes external CLI commands and writes artifacts to a predictable directory (`.omc/artifacts/ask/`). It does not appear to modify files outside this scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No evidence of detached process spawns or deny-retry loops is present in the provided skill code.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill orchestrates CLIs and writes local artifacts. There are no instructions to submit confidential data to a third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled SKILL.md and README.md files appear free of hidden text tricks or malicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is primarily Bash commands and a clear SKILL.md description, not obfuscated or dynamically executed code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the presence of installed CLIs and writes to a predictable directory, but does not make structural assumptions about the user's project layout outside of where artifacts are stored.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 3 open and 908 closed issues in the last 90 days, the closure rate is very high, indicating excellent maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a meaningful semver version indicated in the package.json and npm version shields, and a CHANGELOG is present.",{"category":104,"check":105,"severity":46,"summary":106},"Execution","Validation","The skill primarily takes a single text input for task description and executes external CLIs. There are no complex input schemas that would necessitate a validation library.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's primary operations involve calling external CLIs and writing artifacts, which are not inherently destructive operations requiring explicit guards.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The SKILL.md explicitly mentions fallbacks if providers are unavailable and notes that limitations should be clearly stated, indicating a plan for handling errors.",{"category":111,"check":115,"severity":24,"summary":116},"Logging","The skill writes artifacts to a specified directory (`.omc/artifacts/ask/`), providing a record of the advisor outputs for review.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill orchestrates external LLMs and writes local artifacts. It does not appear to process or submit personal data beyond what the underlying LLMs might handle.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension's functionality is global and not tied to any specific geographic or legal jurisdiction.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on standard npm packages and CLI tools, with clear installation instructions for multiple platforms (macOS, Linux, Windows via WSL/psmux), indicating good cross-platform compatibility.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README is comprehensive, well-structured, and clearly states the extension's purpose and features.",{"category":33,"check":131,"severity":46,"summary":132},"Tool surface size","This is a single-skill extension invoked by '/oh-my-claudecode:ccg', not a tool with multiple exposed commands.",{"category":40,"check":134,"severity":46,"summary":135},"Overlapping near-synonym tools","This is a single skill; there are no overlapping tools to evaluate.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as tri-model orchestration and synthesis, are directly implemented by the skill's logic and reliance on external CLIs.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for both the marketplace/plugin flow and the npm CLI path, along with setup steps and an example invocation.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The skill's SKILL.md explicitly details fallback procedures and notes for when providers are unavailable, guiding the user on how to proceed or understand limitations.",{"category":104,"check":148,"severity":24,"summary":149},"Pinned dependencies","The project includes a `package.json` with dependencies and a `package-lock.json` (implied by `hasLockfile: true`), ensuring pinned dependencies. The SKILL.md also mentions specific CLI installations.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","The skill's primary function is to orchestrate external CLIs and synthesize results, not to perform state-changing operations that would benefit from a dry-run mode.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The skill relies on external CLIs for its operations. It does not implement its own state-changing operations that would require idempotency or hard timeouts.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication that this skill emits telemetry; it focuses on local artifact generation and external CLI orchestration.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the artifact (results from Codex and Gemini) and the user-intent verb (synthesizes results) via tri-model orchestration. The 'When to Use' section provides clear triggers and boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise, clearly states the core capability, and provides relevant trigger phrases without excessive keyword stuffing.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is reasonably concise, detailing the core workflow and requirements, while deferring deeper information to external documentation like the website and reference guides.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the main process, and the README links to extensive external documentation (Full Reference, CLI Reference, Website) for deeper dives.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","This skill does not involve deep exploration or code review; it orchestrates specific CLI calls and synthesizes results, making a forked context unnecessary.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README and SKILL.md provide clear examples of how to invoke the skill, including CLI commands and slash commands, demonstrating expected usage.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The 'Fallbacks' section in SKILL.md clearly addresses edge cases like unavailable providers, detailing the observable symptom (missing perspective) and recovery step (continue with available, note limitation).",{"category":111,"check":183,"severity":24,"summary":184},"Tool Fallback","The SKILL.md explicitly states fallbacks for unavailable CLI providers (Codex, Gemini) and describes how to proceed, making the external tool dependency optional with a clear fallback path.",{"category":92,"check":186,"severity":24,"summary":187},"Stack assumptions","The SKILL.md and README clearly state requirements like Node.js, npm, and tmux, and provide installation instructions for multiple platforms.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill's fallback mechanism for unavailable providers ensures it halts or adapts gracefully rather than proceeding with incomplete information, implicitly handling unexpected provider states.",{"category":92,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The CCG skill is self-contained and orchestrates external CLIs directly. While it mentions '/ask codex' and '/ask gemini', these are treated as distinct CLI commands, not coupled skills within Claude Code.",1778699358039,"This skill orchestrates calls to Codex and Gemini CLIs in parallel, then synthesizes their outputs using Claude. It handles missing provider fallbacks and writes artifacts locally.",[198,199,200,201,202],"Parallel orchestration of Codex and Gemini CLIs","Synthesis of multiple AI model outputs","Clear fallback for unavailable providers","Local artifact generation for advisor outputs","Integration with Claude Code via slash command",[204,205,206],"Directly replacing individual AI model capabilities","Handling complex team-based workflows requiring tmux workers","Providing user interface for CLI tools (relies on external CLIs)","3.0.0","4.4.0","To leverage multiple AI models for diverse perspectives on a single task, synthesizing their outputs for a comprehensive answer without manual orchestration.","The extension is exceptionally well-documented and robust, with a clear value proposition. No critical or warning findings were observed.",99,"Highly polished and well-documented tri-model orchestration skill with robust fallback mechanisms.",[214,215,216,217,218,219],"llm-orchestration","codex","gemini","cli","synthesis","multi-agent","global","verified",[223,224,225,226],"Backend/analysis and frontend/UI work in a single request","Code review from multiple perspectives (architecture and design)","Cross-validation where different AI models may disagree","Fast parallel input without complex team orchestration",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"popularity":240,"security":242,"testCoverage":245},{"hasLockfile":229},true,1778699343161,{"descriptionLength":232,"readmeSize":233},105,28400,{"closedIssues90d":235,"forks":236,"hasChangelog":229,"openIssues90d":237,"pushedAt":238,"stars":239},908,3092,3,1778664782000,33691,{"npmDownloads":241},38760,{"hasNpmPackage":229,"license":243,"smitheryVerified":244},"MIT",false,{"hasCi":229,"hasTests":229},{"updatedAt":247},1778699358165,{"basePath":249,"githubOwner":250,"githubRepo":251,"locale":18,"slug":13,"type":252},"skills/ccg","Yeachan-Heo","oh-my-claudecode","skill",{"_creationTime":254,"_id":255,"community":256,"display":257,"identity":260,"parentExtension":264,"providers":296,"relations":305,"tags":306,"workflow":307},1778699234184.6104,"k17brg5egdw1jbncj1j4wfv3fh86n639",{"reviewCount":8},{"description":258,"installMethods":259,"name":251,"sourceUrl":14},"Multi-agent orchestration system for Claude Code",{"claudeCode":251},{"basePath":261,"githubOwner":250,"githubRepo":251,"locale":262,"slug":251,"type":263},"","fr","plugin",{"_creationTime":265,"_id":266,"community":267,"display":268,"identity":271,"providers":273,"relations":290,"tags":292,"workflow":293},1778699234184.61,"k17faea1fme9qa3pf4hzs9x78d86n2kj",{"reviewCount":8},{"description":269,"installMethods":270,"name":251,"sourceUrl":14},"Claude Code native multi-agent orchestration - intelligent model routing, 28 agents, 32 skills",{"claudeCode":12},{"basePath":261,"githubOwner":250,"githubRepo":251,"locale":262,"slug":251,"type":272},"marketplace",{"evaluate":274,"extract":282},{"promptVersionExtension":275,"promptVersionScoring":208,"score":276,"tags":277,"targetMarket":220,"tier":221},"3.1.0",97,[219,278,279,280,281],"orchestration","claude-code","ai-agent","developer-tools",{"commitSha":283,"license":243,"marketplace":284,"plugin":288},"HEAD",{"name":285,"pluginCount":286,"version":287},"omc",1,"4.13.7",{"mcpCount":8,"provider":289,"skillCount":8},"classify",{"repoId":291},"kd74zv63fryf9prygtq7gf4es986n22y",[280,279,281,219,278],{"evaluatedAt":294,"extractAt":295,"updatedAt":294},1778699249209,1778699234184,{"evaluate":297,"extract":302},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":298,"targetMarket":220,"tier":221},[219,278,299,280,300,301,217],"automation","development-tool","workflow",{"commitSha":283,"license":243,"plugin":303},{"mcpCount":8,"provider":289,"skillCount":304},38,{"parentExtensionId":266,"repoId":291},[280,299,217,300,219,278,301],{"evaluatedAt":308,"extractAt":295,"updatedAt":308},1778699261932,{"evaluate":310,"extract":312},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":311,"targetMarket":220,"tier":221},[214,215,216,217,218,219],{"commitSha":283},{"parentExtensionId":255,"repoId":291},{"_creationTime":315,"_id":291,"identity":316,"providers":317,"workflow":995},1778699222147.622,{"githubOwner":250,"githubRepo":251,"sourceUrl":14},{"classify":318,"discover":978,"extract":981,"github":982,"npm":994},{"commitSha":283,"extensions":319},[320,333,514,574,582,590,598,606,614,619,627,635,643,651,659,667,675,683,691,699,707,715,723,731,748,756,764,772,780,788,820,828,835,843,851,859,867,875,883,891,899,909],{"basePath":261,"description":269,"displayName":285,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":262,"type":272},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":261,"description":258,"displayName":251,"installMethods":334,"license":243,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":262,"type":263},{"claudeCode":251},"plugin manifest at .claude-plugin/plugin.json",[337,339,340,341,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512],{"path":338,"priority":326},".claude-plugin/plugin.json",{"path":328,"priority":326},{"path":330,"priority":331},{"path":342,"priority":343},"skills/ai-slop-cleaner/SKILL.md","medium",{"path":345,"priority":343},"skills/ask/SKILL.md",{"path":347,"priority":343},"skills/autopilot/SKILL.md",{"path":349,"priority":343},"skills/autoresearch/SKILL.md",{"path":351,"priority":343},"skills/cancel/SKILL.md",{"path":353,"priority":343},"skills/ccg/SKILL.md",{"path":355,"priority":343},"skills/configure-notifications/SKILL.md",{"path":357,"priority":343},"skills/debug/SKILL.md",{"path":359,"priority":343},"skills/deep-dive/SKILL.md",{"path":361,"priority":343},"skills/deep-interview/SKILL.md",{"path":363,"priority":343},"skills/deepinit/SKILL.md",{"path":365,"priority":343},"skills/external-context/SKILL.md",{"path":367,"priority":343},"skills/hud/SKILL.md",{"path":369,"priority":343},"skills/learner/SKILL.md",{"path":371,"priority":343},"skills/mcp-setup/SKILL.md",{"path":373,"priority":343},"skills/omc-doctor/SKILL.md",{"path":375,"priority":343},"skills/omc-reference/SKILL.md",{"path":377,"priority":343},"skills/omc-setup/SKILL.md",{"path":379,"priority":343},"skills/omc-teams/SKILL.md",{"path":381,"priority":343},"skills/plan/SKILL.md",{"path":383,"priority":343},"skills/project-session-manager/SKILL.md",{"path":385,"priority":343},"skills/ralph/SKILL.md",{"path":387,"priority":343},"skills/ralplan/SKILL.md",{"path":389,"priority":343},"skills/release/SKILL.md",{"path":391,"priority":343},"skills/remember/SKILL.md",{"path":393,"priority":343},"skills/sciomc/SKILL.md",{"path":395,"priority":343},"skills/self-improve/SKILL.md",{"path":397,"priority":343},"skills/setup/SKILL.md",{"path":399,"priority":343},"skills/skill/SKILL.md",{"path":401,"priority":343},"skills/skillify/SKILL.md",{"path":403,"priority":343},"skills/team/SKILL.md",{"path":405,"priority":343},"skills/trace/SKILL.md",{"path":407,"priority":343},"skills/ultraqa/SKILL.md",{"path":409,"priority":343},"skills/ultrawork/SKILL.md",{"path":411,"priority":343},"skills/verify/SKILL.md",{"path":413,"priority":343},"skills/visual-verdict/SKILL.md",{"path":415,"priority":343},"skills/wiki/SKILL.md",{"path":417,"priority":343},"skills/writer-memory/SKILL.md",{"path":419,"priority":326},".mcp.json",{"path":421,"priority":331},"agents/analyst.md",{"path":423,"priority":331},"agents/architect.md",{"path":425,"priority":331},"agents/code-reviewer.md",{"path":427,"priority":331},"agents/code-simplifier.md",{"path":429,"priority":331},"agents/critic.md",{"path":431,"priority":331},"agents/debugger.md",{"path":433,"priority":331},"agents/designer.md",{"path":435,"priority":331},"agents/document-specialist.md",{"path":437,"priority":331},"agents/executor.md",{"path":439,"priority":331},"agents/explore.md",{"path":441,"priority":331},"agents/git-master.md",{"path":443,"priority":331},"agents/planner.md",{"path":445,"priority":331},"agents/qa-tester.md",{"path":447,"priority":331},"agents/scientist.md",{"path":449,"priority":331},"agents/security-reviewer.md",{"path":451,"priority":331},"agents/test-engineer.md",{"path":453,"priority":331},"agents/tracer.md",{"path":455,"priority":331},"agents/verifier.md",{"path":457,"priority":331},"agents/writer.md",{"path":459,"priority":331},"commands/ask.md",{"path":461,"priority":331},"commands/autoresearch.md",{"path":463,"priority":331},"commands/ccg.md",{"path":465,"priority":331},"commands/configure-notifications.md",{"path":467,"priority":331},"commands/debug.md",{"path":469,"priority":331},"commands/deep-dive.md",{"path":471,"priority":331},"commands/deepinit.md",{"path":473,"priority":331},"commands/external-context.md",{"path":475,"priority":331},"commands/hud.md",{"path":477,"priority":331},"commands/learner.md",{"path":479,"priority":331},"commands/mcp-setup.md",{"path":481,"priority":331},"commands/omc-doctor.md",{"path":483,"priority":331},"commands/omc-setup.md",{"path":485,"priority":331},"commands/omc-teams.md",{"path":487,"priority":331},"commands/project-session-manager.md",{"path":489,"priority":331},"commands/psm.md",{"path":491,"priority":331},"commands/release.md",{"path":493,"priority":331},"commands/remember.md",{"path":495,"priority":331},"commands/sciomc.md",{"path":497,"priority":331},"commands/self-improve.md",{"path":499,"priority":331},"commands/skill.md",{"path":501,"priority":331},"commands/skillify.md",{"path":503,"priority":331},"commands/trace.md",{"path":505,"priority":331},"commands/verify.md",{"path":507,"priority":331},"commands/visual-verdict.md",{"path":509,"priority":331},"commands/wiki.md",{"path":511,"priority":331},"commands/writer-memory.md",{"path":513,"priority":331},"hooks/hooks.json",{"basePath":515,"description":516,"displayName":515,"installMethods":517,"rationale":518,"selectedPaths":519,"source":332,"sourceLanguage":18,"type":252},"commands","This compatibility command keeps `/oh-my-claudecode:skill` available without loading the full `skill` skill description in every Claude Code session.",{"claudeCode":12},"SKILL.md frontmatter at commands/skill.md",[520,522,524,526,528,530,532,534,536,538,540,542,544,546,548,550,552,554,556,558,560,562,564,566,568,570,572],{"path":521,"priority":326},"SKILL.md",{"path":523,"priority":343},"ask.md",{"path":525,"priority":343},"autoresearch.md",{"path":527,"priority":343},"ccg.md",{"path":529,"priority":343},"configure-notifications.md",{"path":531,"priority":343},"debug.md",{"path":533,"priority":343},"deep-dive.md",{"path":535,"priority":343},"deepinit.md",{"path":537,"priority":343},"external-context.md",{"path":539,"priority":343},"hud.md",{"path":541,"priority":343},"learner.md",{"path":543,"priority":343},"mcp-setup.md",{"path":545,"priority":343},"omc-doctor.md",{"path":547,"priority":343},"omc-setup.md",{"path":549,"priority":343},"omc-teams.md",{"path":551,"priority":343},"project-session-manager.md",{"path":553,"priority":343},"psm.md",{"path":555,"priority":343},"release.md",{"path":557,"priority":343},"remember.md",{"path":559,"priority":343},"sciomc.md",{"path":561,"priority":343},"self-improve.md",{"path":563,"priority":343},"skillify.md",{"path":565,"priority":343},"trace.md",{"path":567,"priority":343},"verify.md",{"path":569,"priority":343},"visual-verdict.md",{"path":571,"priority":343},"wiki.md",{"path":573,"priority":343},"writer-memory.md",{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":332,"sourceLanguage":18,"type":252},"skills/ai-slop-cleaner","Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode","ai-slop-cleaner",{"claudeCode":12},"SKILL.md frontmatter at skills/ai-slop-cleaner/SKILL.md",[581],{"path":521,"priority":326},{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":332,"sourceLanguage":18,"type":252},"skills/ask","Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly","ask",{"claudeCode":12},"SKILL.md frontmatter at skills/ask/SKILL.md",[589],{"path":521,"priority":326},{"basePath":591,"description":592,"displayName":593,"installMethods":594,"rationale":595,"selectedPaths":596,"source":332,"sourceLanguage":18,"type":252},"skills/autopilot","Full autonomous execution from idea to working code","autopilot",{"claudeCode":12},"SKILL.md frontmatter at skills/autopilot/SKILL.md",[597],{"path":521,"priority":326},{"basePath":599,"description":600,"displayName":601,"installMethods":602,"rationale":603,"selectedPaths":604,"source":332,"sourceLanguage":18,"type":252},"skills/autoresearch","Stateful single-mission improvement loop with strict evaluator contract, markdown decision logs, and max-runtime stop behavior","autoresearch",{"claudeCode":12},"SKILL.md frontmatter at skills/autoresearch/SKILL.md",[605],{"path":521,"priority":326},{"basePath":607,"description":608,"displayName":609,"installMethods":610,"rationale":611,"selectedPaths":612,"source":332,"sourceLanguage":18,"type":252},"skills/cancel","Cancel any active OMC mode (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team)","cancel",{"claudeCode":12},"SKILL.md frontmatter at skills/cancel/SKILL.md",[613],{"path":521,"priority":326},{"basePath":249,"description":10,"displayName":13,"installMethods":615,"rationale":616,"selectedPaths":617,"source":332,"sourceLanguage":18,"type":252},{"claudeCode":12},"SKILL.md frontmatter at skills/ccg/SKILL.md",[618],{"path":521,"priority":326},{"basePath":620,"description":621,"displayName":622,"installMethods":623,"rationale":624,"selectedPaths":625,"source":332,"sourceLanguage":18,"type":252},"skills/configure-notifications","Configure notification integrations (Telegram, Discord, Slack) via natural language","configure-notifications",{"claudeCode":12},"SKILL.md frontmatter at skills/configure-notifications/SKILL.md",[626],{"path":521,"priority":326},{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":332,"sourceLanguage":18,"type":252},"skills/debug","Diagnose the current OMC session or repo state using logs, traces, state, and focused reproduction","debug",{"claudeCode":12},"SKILL.md frontmatter at skills/debug/SKILL.md",[634],{"path":521,"priority":326},{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":332,"sourceLanguage":18,"type":252},"skills/deep-dive","2-stage pipeline: trace (causal investigation) -> deep-interview (requirements crystallization) with 3-point injection","deep-dive",{"claudeCode":12},"SKILL.md frontmatter at skills/deep-dive/SKILL.md",[642],{"path":521,"priority":326},{"basePath":644,"description":645,"displayName":646,"installMethods":647,"rationale":648,"selectedPaths":649,"source":332,"sourceLanguage":18,"type":252},"skills/deep-interview","Socratic deep interview with mathematical ambiguity gating before explicit execution approval","deep-interview",{"claudeCode":12},"SKILL.md frontmatter at skills/deep-interview/SKILL.md",[650],{"path":521,"priority":326},{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":332,"sourceLanguage":18,"type":252},"skills/deepinit","Deep codebase initialization with hierarchical AGENTS.md documentation","deepinit",{"claudeCode":12},"SKILL.md frontmatter at skills/deepinit/SKILL.md",[658],{"path":521,"priority":326},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":332,"sourceLanguage":18,"type":252},"skills/external-context","Invoke parallel document-specialist agents for external web searches and documentation lookup","external-context",{"claudeCode":12},"SKILL.md frontmatter at skills/external-context/SKILL.md",[666],{"path":521,"priority":326},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":332,"sourceLanguage":18,"type":252},"skills/hud","Configure HUD display options (layout, presets, display elements)","hud",{"claudeCode":12},"SKILL.md frontmatter at skills/hud/SKILL.md",[674],{"path":521,"priority":326},{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":332,"sourceLanguage":18,"type":252},"skills/learner","Extract a learned skill from the current conversation","learner",{"claudeCode":12},"SKILL.md frontmatter at skills/learner/SKILL.md",[682],{"path":521,"priority":326},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":332,"sourceLanguage":18,"type":252},"skills/mcp-setup","Configure popular MCP servers for enhanced agent capabilities","mcp-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-setup/SKILL.md",[690],{"path":521,"priority":326},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":332,"sourceLanguage":18,"type":252},"skills/omc-doctor","Diagnose and fix oh-my-claudecode installation issues","omc-doctor",{"claudeCode":12},"SKILL.md frontmatter at skills/omc-doctor/SKILL.md",[698],{"path":521,"priority":326},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":332,"sourceLanguage":18,"type":252},"skills/omc-reference","OMC agent catalog, available tools, team pipeline routing, commit protocol, and skills registry. Auto-loads when delegating to agents, using OMC tools, orchestrating teams, making commits, or invoking skills.","omc-reference",{"claudeCode":12},"SKILL.md frontmatter at skills/omc-reference/SKILL.md",[706],{"path":521,"priority":326},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":332,"sourceLanguage":18,"type":252},"skills/omc-setup","Install or refresh oh-my-claudecode for plugin, npm, and local-dev setups from the canonical setup flow","omc-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/omc-setup/SKILL.md",[714],{"path":521,"priority":326},{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":332,"sourceLanguage":18,"type":252},"skills/omc-teams","CLI-team runtime for claude, codex, or gemini workers in tmux panes when you need process-based parallel execution","omc-teams",{"claudeCode":12},"SKILL.md frontmatter at skills/omc-teams/SKILL.md",[722],{"path":521,"priority":326},{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":332,"sourceLanguage":18,"type":252},"skills/plan","Strategic planning with optional interview workflow","omc-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/plan/SKILL.md",[730],{"path":521,"priority":326},{"basePath":732,"description":733,"displayName":734,"installMethods":735,"rationale":736,"selectedPaths":737,"source":332,"sourceLanguage":18,"type":252},"skills/project-session-manager","Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions","project-session-manager",{"claudeCode":12},"SKILL.md frontmatter at skills/project-session-manager/SKILL.md",[738,739,742,744,746],{"path":521,"priority":326},{"path":740,"priority":741},"templates/feature.md","low",{"path":743,"priority":741},"templates/issue-fix.md",{"path":745,"priority":741},"templates/pr-review.md",{"path":747,"priority":741},"templates/projects.json",{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":332,"sourceLanguage":18,"type":252},"skills/ralph","Self-referential loop until task completion with configurable verification reviewer","ralph",{"claudeCode":12},"SKILL.md frontmatter at skills/ralph/SKILL.md",[755],{"path":521,"priority":326},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":332,"sourceLanguage":18,"type":252},"skills/ralplan","Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution","ralplan",{"claudeCode":12},"SKILL.md frontmatter at skills/ralplan/SKILL.md",[763],{"path":521,"priority":326},{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":332,"sourceLanguage":18,"type":252},"skills/release","Generic release assistant — analyzes repo release rules, caches them in .omc/RELEASE_RULE.md, then guides the release","release",{"claudeCode":12},"SKILL.md frontmatter at skills/release/SKILL.md",[771],{"path":521,"priority":326},{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":332,"sourceLanguage":18,"type":252},"skills/remember","Review reusable project knowledge and decide what belongs in project memory, notepad, or durable docs","remember",{"claudeCode":12},"SKILL.md frontmatter at skills/remember/SKILL.md",[779],{"path":521,"priority":326},{"basePath":781,"description":782,"displayName":783,"installMethods":784,"rationale":785,"selectedPaths":786,"source":332,"sourceLanguage":18,"type":252},"skills/sciomc","Orchestrate parallel scientist agents for comprehensive analysis with AUTO mode","sciomc",{"claudeCode":12},"SKILL.md frontmatter at skills/sciomc/SKILL.md",[787],{"path":521,"priority":326},{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":332,"sourceLanguage":18,"type":252},"skills/self-improve","Autonomous evolutionary code improvement engine with tournament selection","self-improve",{"claudeCode":12},"SKILL.md frontmatter at skills/self-improve/SKILL.md",[795,796,798,800,802,804,806,808,810,812,814,816,818],{"path":521,"priority":326},{"path":797,"priority":343},"data_contracts.md",{"path":799,"priority":741},"scripts/plot_progress.py",{"path":801,"priority":741},"scripts/resolve-paths.mjs",{"path":803,"priority":741},"scripts/validate.sh",{"path":805,"priority":343},"si-benchmark-builder.md",{"path":807,"priority":343},"si-goal-clarifier.md",{"path":809,"priority":343},"si-researcher.md",{"path":811,"priority":741},"templates/agent-settings.json",{"path":813,"priority":741},"templates/goal.md",{"path":815,"priority":741},"templates/harness.md",{"path":817,"priority":741},"templates/idea.md",{"path":819,"priority":741},"templates/settings.json",{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":332,"sourceLanguage":18,"type":252},"skills/setup","Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow","setup",{"claudeCode":12},"SKILL.md frontmatter at skills/setup/SKILL.md",[827],{"path":521,"priority":326},{"basePath":829,"description":830,"displayName":252,"installMethods":831,"rationale":832,"selectedPaths":833,"source":332,"sourceLanguage":18,"type":252},"skills/skill","Manage local skills - list, add, remove, search, edit, setup wizard",{"claudeCode":12},"SKILL.md frontmatter at skills/skill/SKILL.md",[834],{"path":521,"priority":326},{"basePath":836,"description":837,"displayName":838,"installMethods":839,"rationale":840,"selectedPaths":841,"source":332,"sourceLanguage":18,"type":252},"skills/skillify","Turn a repeatable workflow from the current session into a reusable OMC skill draft","skillify",{"claudeCode":12},"SKILL.md frontmatter at skills/skillify/SKILL.md",[842],{"path":521,"priority":326},{"basePath":844,"description":845,"displayName":846,"installMethods":847,"rationale":848,"selectedPaths":849,"source":332,"sourceLanguage":18,"type":252},"skills/team","N coordinated agents on shared task list using Claude Code native teams","team",{"claudeCode":12},"SKILL.md frontmatter at skills/team/SKILL.md",[850],{"path":521,"priority":326},{"basePath":852,"description":853,"displayName":854,"installMethods":855,"rationale":856,"selectedPaths":857,"source":332,"sourceLanguage":18,"type":252},"skills/trace","Evidence-driven tracing lane that orchestrates competing tracer hypotheses in Claude built-in team mode","trace",{"claudeCode":12},"SKILL.md frontmatter at skills/trace/SKILL.md",[858],{"path":521,"priority":326},{"basePath":860,"description":861,"displayName":862,"installMethods":863,"rationale":864,"selectedPaths":865,"source":332,"sourceLanguage":18,"type":252},"skills/ultraqa","QA cycling workflow - test, verify, fix, repeat until goal met","ultraqa",{"claudeCode":12},"SKILL.md frontmatter at skills/ultraqa/SKILL.md",[866],{"path":521,"priority":326},{"basePath":868,"description":869,"displayName":870,"installMethods":871,"rationale":872,"selectedPaths":873,"source":332,"sourceLanguage":18,"type":252},"skills/ultrawork","Parallel execution engine for high-throughput task completion","ultrawork",{"claudeCode":12},"SKILL.md frontmatter at skills/ultrawork/SKILL.md",[874],{"path":521,"priority":326},{"basePath":876,"description":877,"displayName":878,"installMethods":879,"rationale":880,"selectedPaths":881,"source":332,"sourceLanguage":18,"type":252},"skills/verify","Verify that a change really works before you claim completion","verify",{"claudeCode":12},"SKILL.md frontmatter at skills/verify/SKILL.md",[882],{"path":521,"priority":326},{"basePath":884,"description":885,"displayName":886,"installMethods":887,"rationale":888,"selectedPaths":889,"source":332,"sourceLanguage":18,"type":252},"skills/visual-verdict","Structured visual QA verdict for screenshot-to-reference comparisons","visual-verdict",{"claudeCode":12},"SKILL.md frontmatter at skills/visual-verdict/SKILL.md",[890],{"path":521,"priority":326},{"basePath":892,"description":893,"displayName":894,"installMethods":895,"rationale":896,"selectedPaths":897,"source":332,"sourceLanguage":18,"type":252},"skills/wiki","LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model)","wiki",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki/SKILL.md",[898],{"path":521,"priority":326},{"basePath":900,"description":901,"displayName":902,"installMethods":903,"rationale":904,"selectedPaths":905,"source":332,"sourceLanguage":18,"type":252},"skills/writer-memory","Agentic memory system for writers - track characters, relationships, scenes, and themes","writer-memory",{"claudeCode":12},"SKILL.md frontmatter at skills/writer-memory/SKILL.md",[906,907],{"path":521,"priority":326},{"path":908,"priority":741},"templates/synopsis-template.md",{"basePath":261,"description":910,"displayName":911,"installMethods":912,"license":243,"rationale":913,"selectedPaths":914,"source":332,"sourceLanguage":262,"type":977},"Multi-agent orchestration system for Claude Code - Inspired by oh-my-opencode","oh-my-claude-sisyphus",{"npm":911},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[915,917,918,919,921,923,925,927,929,931,933,935,937,939,941,943,945,947,949,951,953,955,957,959,961,963,965,967,969,971,973,975],{"path":916,"priority":326},"package.json",{"path":328,"priority":326},{"path":330,"priority":331},{"path":920,"priority":343},"bridge/cli.cjs",{"path":922,"priority":741},"src/index.ts",{"path":924,"priority":741},"src/tools/ast-tools.ts",{"path":926,"priority":741},"src/tools/deepinit-manifest.ts",{"path":928,"priority":741},"src/tools/diagnostics/index.ts",{"path":930,"priority":741},"src/tools/diagnostics/lsp-aggregator.ts",{"path":932,"priority":741},"src/tools/diagnostics/tsc-runner.ts",{"path":934,"priority":741},"src/tools/index.ts",{"path":936,"priority":741},"src/tools/lsp/client.ts",{"path":938,"priority":741},"src/tools/lsp/devcontainer.ts",{"path":940,"priority":741},"src/tools/lsp/index.ts",{"path":942,"priority":741},"src/tools/lsp/servers.ts",{"path":944,"priority":741},"src/tools/lsp/utils.ts",{"path":946,"priority":741},"src/tools/lsp-tools.ts",{"path":948,"priority":741},"src/tools/memory-tools.ts",{"path":950,"priority":741},"src/tools/notepad-tools.ts",{"path":952,"priority":741},"src/tools/python-repl/bridge-manager.ts",{"path":954,"priority":741},"src/tools/python-repl/index.ts",{"path":956,"priority":741},"src/tools/python-repl/paths.ts",{"path":958,"priority":741},"src/tools/python-repl/session-lock.ts",{"path":960,"priority":741},"src/tools/python-repl/socket-client.ts",{"path":962,"priority":741},"src/tools/python-repl/tool.ts",{"path":964,"priority":741},"src/tools/resume-session.ts",{"path":966,"priority":741},"src/tools/session-history-tools.ts",{"path":968,"priority":741},"src/tools/shared-memory-tools.ts",{"path":970,"priority":741},"src/tools/skills-tools.ts",{"path":972,"priority":741},"src/tools/state-tools.ts",{"path":974,"priority":741},"src/tools/trace-tools.ts",{"path":976,"priority":741},"src/tools/wiki-tools.ts","mcp",{"sources":979},[980],"manual",{"npmPackage":911},{"closedIssues90d":235,"description":983,"forks":236,"homepage":984,"license":243,"openIssues90d":237,"pushedAt":238,"readmeSize":233,"stars":239,"topics":985},"Teams-first Multi-agent orchestration for Claude Code","https://oh-my-claudecode.dev",[986,987,988,279,989,990,991,299,992,993],"agentic-coding","ai-agents","claude","oh-my-opencode","opencode","vibe-coding","multi-agent-systems","parallel-execution",{"downloads":241},{"classifiedAt":996,"discoverAt":997,"extractAt":998,"githubAt":998,"npmAt":999,"updatedAt":996},1778699233952,1778699222147,1778699228505,1778699232128,[217,215,216,214,219,218],{"evaluatedAt":247,"extractAt":295,"updatedAt":247},[],[1004,1030,1047,1077,1104,1131],{"_creationTime":1005,"_id":1006,"community":1007,"display":1008,"identity":1014,"providers":1018,"relations":1024,"tags":1026,"workflow":1027},1778695021936.555,"k1715rn9402s29yge55y9nt0x986n2tf",{"reviewCount":8},{"description":1009,"installMethods":1010,"name":1012,"sourceUrl":1013},"Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.",{"claudeCode":1011},"openai/skills","cli-creator","https://github.com/openai/skills",{"basePath":1015,"githubOwner":1016,"githubRepo":1017,"locale":18,"slug":1012,"type":252},"skills/.curated/cli-creator","openai","skills",{"evaluate":1019,"extract":1023},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1020,"tags":1021,"targetMarket":220,"tier":221},100,[217,1022,281,215,299],"code-generation",{"commitSha":283},{"repoId":1025},"kd75n2zj3yh472p25zffgycved86mnpx",[299,217,1022,215,281],{"evaluatedAt":1028,"extractAt":1029,"updatedAt":1028},1778695068759,1778695021936,{"_creationTime":1031,"_id":1032,"community":1033,"display":1034,"identity":1036,"providers":1037,"relations":1043,"tags":1044,"workflow":1045},1778699234184.6152,"k17ey213cwvfet0az793r7290h86mc5e",{"reviewCount":8},{"description":717,"installMethods":1035,"name":718,"sourceUrl":14},{"claudeCode":12},{"basePath":716,"githubOwner":250,"githubRepo":251,"locale":18,"slug":718,"type":252},{"evaluate":1038,"extract":1042},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":1039,"targetMarket":220,"tier":221},[217,1040,1041,278,993,215,216,988],"tmux","llm",{"commitSha":283},{"parentExtensionId":255,"repoId":291},[988,217,215,216,1041,278,993,1040],{"evaluatedAt":1046,"extractAt":295,"updatedAt":1046},1778699555463,{"_creationTime":1048,"_id":1049,"community":1050,"display":1051,"identity":1057,"providers":1062,"relations":1070,"tags":1073,"workflow":1074},1778694480889.9602,"k174fy1j3e4qmterxewkeevazn86nvee",{"reviewCount":8},{"description":1052,"installMethods":1053,"name":1055,"sourceUrl":1056},"Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.",{"claudeCode":1054},"NeoLabHQ/context-engineering-kit","Multi-Agent Patterns","https://github.com/NeoLabHQ/context-engineering-kit",{"basePath":1058,"githubOwner":1059,"githubRepo":1060,"locale":18,"slug":1061,"type":252},"plugins/sadd/skills/multi-agent-patterns","NeoLabHQ","context-engineering-kit","multi-agent-patterns",{"evaluate":1063,"extract":1068},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":1064,"targetMarket":220,"tier":221},[219,1065,1066,1067,214],"architecture","design-patterns","distributed-systems",{"commitSha":283,"license":1069},"GPL-3.0-or-later",{"parentExtensionId":1071,"repoId":1072},"k17b20m1ddyqgjez8nym6erc8186nt44","kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[1065,1066,1067,214,219],{"evaluatedAt":1075,"extractAt":1076,"updatedAt":1075},1778695651974,1778694480890,{"_creationTime":1078,"_id":1079,"community":1080,"display":1081,"identity":1087,"providers":1090,"relations":1097,"tags":1100,"workflow":1101},1778698175626.3274,"k175nzcn222pqjqm90d2xgfh7586nhew",{"reviewCount":8},{"description":1082,"installMethods":1083,"name":1085,"sourceUrl":1086},"Runs external LLM code reviews (OpenAI Codex or Google Gemini CLI) on uncommitted changes, branch diffs, or specific commits. Use when the user asks for a second opinion, external review, codex review, gemini review, or mentions /second-opinion.",{"claudeCode":1084},"trailofbits/skills","second-opinion","https://github.com/trailofbits/skills",{"basePath":1088,"githubOwner":1089,"githubRepo":1017,"locale":18,"slug":1085,"type":252},"plugins/second-opinion/skills/second-opinion","trailofbits",{"evaluate":1091,"extract":1096},{"promptVersionExtension":207,"promptVersionScoring":208,"score":276,"tags":1092,"targetMarket":220,"tier":221},[1093,1041,215,216,1094,1095],"code-review","git","security",{"commitSha":283},{"parentExtensionId":1098,"repoId":1099},"k17d2hrecnyvdswwj4cdhae0ts86n8a5","kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[1093,215,216,1094,1041,1095],{"evaluatedAt":1102,"extractAt":1103,"updatedAt":1102},1778699436700,1778698175626,{"_creationTime":1105,"_id":1106,"community":1107,"display":1108,"identity":1114,"providers":1119,"relations":1125,"tags":1127,"workflow":1128},1778685991755.7073,"k171asw922yc3sbq8pwkbc0ewn86ms4q",{"reviewCount":8},{"description":1109,"installMethods":1110,"name":1112,"sourceUrl":1113},"Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.",{"claudeCode":1111},"davila7/claude-code-templates","Deep Research","https://github.com/davila7/claude-code-templates",{"basePath":1115,"githubOwner":1116,"githubRepo":1117,"locale":18,"slug":1118,"type":252},"cli-tool/components/skills/ai-research/deep-research","davila7","claude-code-templates","deep-research",{"evaluate":1120,"extract":1124},{"promptVersionExtension":207,"promptVersionScoring":208,"score":276,"tags":1121,"targetMarket":220,"tier":221},[1122,218,1123,1041,216],"research","reporting",{"commitSha":283,"license":243},{"repoId":1126},"kd71fzn4s7r0269fkw47wt670n86ndz0",[216,1041,1123,1122,218],{"evaluatedAt":1129,"extractAt":1130,"updatedAt":1129},1778686737107,1778685991755,{"_creationTime":1132,"_id":1133,"community":1134,"display":1135,"identity":1141,"providers":1146,"relations":1155,"tags":1158,"workflow":1159},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":1136,"installMethods":1137,"name":1139,"sourceUrl":1140},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":1138},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":1142,"githubOwner":1143,"githubRepo":1144,"locale":18,"slug":1145,"type":252},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":1147,"extract":1154},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1020,"tags":1148,"targetMarket":220,"tier":221},[1149,1150,1151,1152,1153,217],"finance","trading","market-analysis","ai","typescript",{"commitSha":283,"license":243},{"parentExtensionId":1156,"repoId":1157},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1152,217,1149,1151,1150,1153],{"evaluatedAt":1160,"extractAt":1161,"updatedAt":1160},1778701108877,1778696691708]