[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Yeachan-Heo-self-improve-zh-CN":3,"guides-for-Yeachan-Heo-self-improve":1001,"similar-k1794pe4jhyvefntdtbb8ew09586njze-zh-CN":1002},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":229,"parentExtension":253,"providers":308,"relations":312,"repo":313,"tags":999,"workflow":1000},1778699234184.6172,"k1794pe4jhyvefntdtbb8ew09586njze",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Autonomous evolutionary code improvement engine with tournament selection",{"claudeCode":12},"Yeachan-Heo/oh-my-claudecode","oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":246},1778699709557.616,"kn7dn2wvm26ckgw0kcpc9n936h86n577","en",{"checks":20,"evaluatedAt":187,"extensionSummary":188,"features":189,"nonGoals":195,"practices":199,"prerequisites":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,46,50,54,57,61,64,69,73,77,81,84,87,90,93,96,99,103,106,110,114,118,121,124,127,131,134,137,140,143,146,149,153,157,160,163,167,170,173,176,180,184],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem: autonomous evolutionary code improvement engine with tournament selection.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a sophisticated multi-agent orchestration for code improvement, going beyond basic LLM capabilities by implementing a structured evolutionary loop with specialized agents and rigorous validation.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is designed for production use with a comprehensive lifecycle management, including setup, execution, state tracking, resume logic, and completion reporting, covering all aspects of the code improvement process.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, well-defined responsibility: orchestrating an autonomous evolutionary code improvement engine.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, accurate, and reflects the skill's capability as an autonomous evolutionary code improvement engine.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The SKILL.md clearly defines the objective as an autonomous evolutionary code improvement engine, specifying its role as a loop controller and detailing the full lifecycle management.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the core capability and purpose of the self-improvement orchestrator.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md body is well-structured and avoids unnecessary verbosity, delegating detailed procedures to separate files and templates.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","The skill utilizes templates and data contracts for progressive disclosure, separating configuration, schemas, and routines from the main SKILL.md.",{"category":51,"check":55,"severity":24,"summary":56},"Forked exploration","The skill is designed for autonomous execution and does not appear to require forked exploration in the sense of deep code review flooding the session; it manages its own sub-processes and state.",{"category":22,"check":58,"severity":59,"summary":60},"Usage examples","info","While the SKILL.md outlines detailed usage and setup, concrete end-to-end examples showing input, invocation, and observable outcome are not explicitly provided in the current context.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The SKILL.md documents numerous failure modes, recovery steps, and handling strategies for various scenarios, including agent failures, plan rejections, and merge conflicts.",{"category":65,"check":66,"severity":67,"summary":68},"Code Execution","Tool Fallback","not_applicable","The skill does not appear to rely on external MCP servers or custom tools that would require a fallback path; it orchestrates internal agents.",{"category":70,"check":71,"severity":24,"summary":72},"Safety","Halt on unexpected state","The skill emphasizes halting and reporting on unexpected pre-state conditions before proceeding with potentially destructive actions.",{"category":74,"check":75,"severity":24,"summary":76},"Portability","Cross-skill coupling","The skill is designed to be self-contained and does not appear to implicitly rely on other skills being loaded in the same session.",{"category":78,"check":79,"severity":24,"summary":80},"Security","Secret Management","The skill's design emphasizes not handling secrets directly within the loop, with trust confirmation for benchmark commands and explicit mention of sealed files to prevent modification.",{"category":78,"check":82,"severity":24,"summary":83},"Injection","The `validate.sh` script includes checks to prevent modification of sealed files, and the overall design focuses on executing known commands rather than arbitrary remote content.",{"category":78,"check":85,"severity":24,"summary":86},"Transitive Supply-Chain Grenades","The skill operates within a defined repository and uses bundled scripts; there's no indication of runtime fetching of external code or data as instructions.",{"category":78,"check":88,"severity":24,"summary":89},"Sandbox Isolation","The skill mandates that benchmark commands run within the target repo and that the loop itself does not install packages or modify system configurations beyond the target repo's scope.",{"category":78,"check":91,"severity":24,"summary":92},"Sandbox escape primitives","The skill's design focuses on structured execution within the target repository and does not exhibit primitives like detached process spawns or deny-retry loops.",{"category":78,"check":94,"severity":24,"summary":95},"Data Exfiltration","The skill's core function is code improvement within a local repository, and there are no indications of instructions to submit confidential data to third parties.",{"category":78,"check":97,"severity":24,"summary":98},"Hidden Text Tricks","The bundled markdown files appear to be free of hidden steering tricks, using standard formatting and language.",{"category":100,"check":101,"severity":24,"summary":102},"Hooks","Opaque code execution","The skill orchestrates clearly defined agents and scripts; there's no evidence of obfuscated code, base64 payloads, or runtime script fetching.",{"category":74,"check":104,"severity":24,"summary":105},"Structural Assumption","The skill defines its expected file structure under `.omc/self-improve/` and uses scripts like `resolve-paths.mjs` to handle path resolution, minimizing assumptions about the user's project organization.",{"category":107,"check":108,"severity":24,"summary":109},"Trust","Issues Attention","The project shows a very high rate of issue closure relative to openings (908 closed vs 3 open in 90 days), indicating strong maintainer engagement.",{"category":111,"check":112,"severity":24,"summary":113},"Versioning","Release Management","The project has a clear npm version and uses GitHub release tags, indicating a structured release process.",{"category":115,"check":116,"severity":24,"summary":117},"Execution","Validation","The `validate.sh` script performs schema validation for plan and result documents, ensuring structured data integrity.",{"category":78,"check":119,"severity":24,"summary":120},"Unguarded Destructive Operations","The skill requires explicit user confirmation for running benchmarks and has a strong emphasis on halting on unexpected states, safeguarding against unintended destructive operations.",{"category":65,"check":122,"severity":24,"summary":123},"Error Handling","The SKILL.md and `validate.sh` script detail comprehensive error handling, including retries, logging, structured output for failures, and explicit halting on critical issues.",{"category":65,"check":125,"severity":24,"summary":126},"Logging","The skill implements detailed state tracking, iteration history, and event logging within the `.omc/` directory for auditability.",{"category":128,"check":129,"severity":67,"summary":130},"Compliance","GDPR","The skill operates on code repositories and does not appear to process personal data.",{"category":128,"check":132,"severity":24,"summary":133},"Target market","The extension is a general-purpose code improvement tool with no regional or jurisdictional restrictions detected; targetMarket is global.",{"category":74,"check":135,"severity":24,"summary":136},"Runtime stability","The skill defines its requirements (Claude Code, tmux) and its scripts include shebangs and rely on standard Node.js/Python execution environments.",{"category":47,"check":138,"severity":24,"summary":139},"README","The README is extensive, well-organized, and clearly explains the extension's purpose, features, and installation.",{"category":33,"check":141,"severity":67,"summary":142},"Tool surface size","This is a skill that orchestrates agents, not a tool with a surface size to count.",{"category":40,"check":144,"severity":67,"summary":145},"Overlapping near-synonym tools","As a skill orchestrating agents, it does not expose tools with overlapping near-synonym names.",{"category":47,"check":147,"severity":24,"summary":148},"Phantom features","All advertised features in the README and SKILL.md are directly implemented or managed through the documented agent orchestration and workflow.",{"category":150,"check":151,"severity":24,"summary":152},"Install","Installation instruction","The README provides clear, multi-platform installation instructions for both marketplace/plugin and npm CLI paths, including setup steps.",{"category":154,"check":155,"severity":24,"summary":156},"Errors","Actionable error messages","The skill includes detailed error handling and reporting mechanisms, with specific actions outlined for various failure scenarios in SKILL.md and `validate.sh`.",{"category":115,"check":158,"severity":24,"summary":159},"Pinned dependencies","The project uses npm and has a lockfile, and its scripts include shebangs with interpreter declarations, indicating pinned dependencies.",{"category":33,"check":161,"severity":67,"summary":162},"Dry-run preview","The skill's primary function is code improvement orchestration, not direct state-changing operations with a dry-run requirement.",{"category":164,"check":165,"severity":24,"summary":166},"Protocol","Idempotent retry & timeouts","The skill's design emphasizes handling agent failures with retries and logging, and the overall loop has timeouts and stop conditions.",{"category":128,"check":168,"severity":24,"summary":169},"Telemetry opt-in","The skill does not appear to emit telemetry by default; any external integrations like OpenClaw require explicit configuration and opt-in.",{"category":33,"check":171,"severity":67,"summary":172},"Tool naming","This is a skill orchestrating agents, not a set of distinct tools with user-facing names.",{"category":33,"check":174,"severity":24,"summary":175},"Minimal I/O surface","The skill's I/O is managed through structured files (JSON, markdown) and agent communication, designed for clarity and minimal surface area.",{"category":177,"check":178,"severity":24,"summary":179},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license.",{"category":181,"check":182,"severity":24,"summary":183},"Maintenance","Commit recency","The project has recent commits as of 2026-05-13, indicating active maintenance.",{"category":181,"check":185,"severity":24,"summary":186},"Dependency Management","The project uses npm and has a lockfile, suggesting good dependency management practices.",1778699709422,"This skill orchestrates an autonomous evolutionary code improvement engine, managing the full lifecycle from setup to execution and reporting. It utilizes specialized agents for research, planning, execution, and Git operations, with robust state tracking and error handling.",[190,191,192,193,194],"Autonomous evolutionary code improvement","Multi-agent orchestration","Full lifecycle management","State tracking and resumability","Automated benchmarking and selection",[196,197,198],"Performing manual code reviews without autonomy","Modifying system configurations outside the target repository","Requiring user intervention during the improvement loop",[200,201,202],"Autonomous execution","Agent orchestration","Code evolution",[204,205,206],"Claude Code CLI","Claude Max/Pro subscription OR Anthropic API key","tmux (for certain features)","3.0.0","4.4.0","To autonomously evolve and improve code quality within a specified repository by running a multi-agent system through a structured improvement loop.","High score due to comprehensive documentation, robust error handling, clear scope, active maintenance, and strong community signals. Minor areas for improvement include providing more concrete end-to-end usage examples within the SKILL.md.",97,"A highly polished and production-ready skill for autonomous code improvement.",[214,215,216,217,218,219],"code-quality","automation","ai-agent","developer-tools","optimization","refactoring","global","verified",[223,224,225,226],"Improving code quality and performance","Automating refactoring and optimization tasks","Exploring code improvement hypotheses systematically","Maintaining code health over time",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"popularity":240,"security":242,"testCoverage":245},{"hasLockfile":229},true,1778699694929,{"descriptionLength":232,"readmeSize":233},73,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},1778699709557,{"basePath":249,"githubOwner":250,"githubRepo":13,"locale":18,"slug":251,"type":252},"skills/self-improve","Yeachan-Heo","self-improve","skill",{"_creationTime":254,"_id":255,"community":256,"display":257,"identity":260,"parentExtension":264,"providers":294,"relations":304,"tags":305,"workflow":306},1778699234184.6104,"k17brg5egdw1jbncj1j4wfv3fh86n639",{"reviewCount":8},{"description":258,"installMethods":259,"name":13,"sourceUrl":14},"Multi-agent orchestration system for Claude Code",{"claudeCode":13},{"basePath":261,"githubOwner":250,"githubRepo":13,"locale":262,"slug":13,"type":263},"","fr","plugin",{"_creationTime":265,"_id":266,"community":267,"display":268,"identity":271,"providers":273,"relations":288,"tags":290,"workflow":291},1778699234184.61,"k17faea1fme9qa3pf4hzs9x78d86n2kj",{"reviewCount":8},{"description":269,"installMethods":270,"name":13,"sourceUrl":14},"Claude Code native multi-agent orchestration - intelligent model routing, 28 agents, 32 skills",{"claudeCode":12},{"basePath":261,"githubOwner":250,"githubRepo":13,"locale":262,"slug":13,"type":272},"marketplace",{"evaluate":274,"extract":280},{"promptVersionExtension":275,"promptVersionScoring":208,"score":211,"tags":276,"targetMarket":220,"tier":221},"3.1.0",[277,278,279,216,217],"multi-agent","orchestration","claude-code",{"commitSha":281,"license":243,"marketplace":282,"plugin":286},"HEAD",{"name":283,"pluginCount":284,"version":285},"omc",1,"4.13.7",{"mcpCount":8,"provider":287,"skillCount":8},"classify",{"repoId":289},"kd74zv63fryf9prygtq7gf4es986n22y",[216,279,217,277,278],{"evaluatedAt":292,"extractAt":293,"updatedAt":292},1778699249209,1778699234184,{"evaluate":295,"extract":301},{"promptVersionExtension":207,"promptVersionScoring":208,"score":296,"tags":297,"targetMarket":220,"tier":221},99,[277,278,215,216,298,299,300],"development-tool","workflow","cli",{"commitSha":281,"license":243,"plugin":302},{"mcpCount":8,"provider":287,"skillCount":303},38,{"parentExtensionId":266,"repoId":289},[216,215,300,298,277,278,299],{"evaluatedAt":307,"extractAt":293,"updatedAt":307},1778699261932,{"evaluate":309,"extract":311},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":310,"targetMarket":220,"tier":221},[214,215,216,217,218,219],{"commitSha":281,"license":243},{"parentExtensionId":255,"repoId":289},{"_creationTime":314,"_id":289,"identity":315,"providers":316,"workflow":994},1778699222147.622,{"githubOwner":250,"githubRepo":13,"sourceUrl":14},{"classify":317,"discover":977,"extract":980,"github":981,"npm":993},{"commitSha":281,"extensions":318},[319,332,513,573,581,589,597,605,613,621,629,637,645,653,661,669,677,685,693,701,709,717,725,733,750,758,766,774,782,790,819,827,834,842,850,858,866,874,882,890,898,908],{"basePath":261,"description":269,"displayName":283,"installMethods":320,"rationale":321,"selectedPaths":322,"source":331,"sourceLanguage":262,"type":272},{"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":261,"description":258,"displayName":13,"installMethods":333,"license":243,"rationale":334,"selectedPaths":335,"source":331,"sourceLanguage":262,"type":263},{"claudeCode":13},"plugin manifest at .claude-plugin/plugin.json",[336,338,339,340,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511],{"path":337,"priority":325},".claude-plugin/plugin.json",{"path":327,"priority":325},{"path":329,"priority":330},{"path":341,"priority":342},"skills/ai-slop-cleaner/SKILL.md","medium",{"path":344,"priority":342},"skills/ask/SKILL.md",{"path":346,"priority":342},"skills/autopilot/SKILL.md",{"path":348,"priority":342},"skills/autoresearch/SKILL.md",{"path":350,"priority":342},"skills/cancel/SKILL.md",{"path":352,"priority":342},"skills/ccg/SKILL.md",{"path":354,"priority":342},"skills/configure-notifications/SKILL.md",{"path":356,"priority":342},"skills/debug/SKILL.md",{"path":358,"priority":342},"skills/deep-dive/SKILL.md",{"path":360,"priority":342},"skills/deep-interview/SKILL.md",{"path":362,"priority":342},"skills/deepinit/SKILL.md",{"path":364,"priority":342},"skills/external-context/SKILL.md",{"path":366,"priority":342},"skills/hud/SKILL.md",{"path":368,"priority":342},"skills/learner/SKILL.md",{"path":370,"priority":342},"skills/mcp-setup/SKILL.md",{"path":372,"priority":342},"skills/omc-doctor/SKILL.md",{"path":374,"priority":342},"skills/omc-reference/SKILL.md",{"path":376,"priority":342},"skills/omc-setup/SKILL.md",{"path":378,"priority":342},"skills/omc-teams/SKILL.md",{"path":380,"priority":342},"skills/plan/SKILL.md",{"path":382,"priority":342},"skills/project-session-manager/SKILL.md",{"path":384,"priority":342},"skills/ralph/SKILL.md",{"path":386,"priority":342},"skills/ralplan/SKILL.md",{"path":388,"priority":342},"skills/release/SKILL.md",{"path":390,"priority":342},"skills/remember/SKILL.md",{"path":392,"priority":342},"skills/sciomc/SKILL.md",{"path":394,"priority":342},"skills/self-improve/SKILL.md",{"path":396,"priority":342},"skills/setup/SKILL.md",{"path":398,"priority":342},"skills/skill/SKILL.md",{"path":400,"priority":342},"skills/skillify/SKILL.md",{"path":402,"priority":342},"skills/team/SKILL.md",{"path":404,"priority":342},"skills/trace/SKILL.md",{"path":406,"priority":342},"skills/ultraqa/SKILL.md",{"path":408,"priority":342},"skills/ultrawork/SKILL.md",{"path":410,"priority":342},"skills/verify/SKILL.md",{"path":412,"priority":342},"skills/visual-verdict/SKILL.md",{"path":414,"priority":342},"skills/wiki/SKILL.md",{"path":416,"priority":342},"skills/writer-memory/SKILL.md",{"path":418,"priority":325},".mcp.json",{"path":420,"priority":330},"agents/analyst.md",{"path":422,"priority":330},"agents/architect.md",{"path":424,"priority":330},"agents/code-reviewer.md",{"path":426,"priority":330},"agents/code-simplifier.md",{"path":428,"priority":330},"agents/critic.md",{"path":430,"priority":330},"agents/debugger.md",{"path":432,"priority":330},"agents/designer.md",{"path":434,"priority":330},"agents/document-specialist.md",{"path":436,"priority":330},"agents/executor.md",{"path":438,"priority":330},"agents/explore.md",{"path":440,"priority":330},"agents/git-master.md",{"path":442,"priority":330},"agents/planner.md",{"path":444,"priority":330},"agents/qa-tester.md",{"path":446,"priority":330},"agents/scientist.md",{"path":448,"priority":330},"agents/security-reviewer.md",{"path":450,"priority":330},"agents/test-engineer.md",{"path":452,"priority":330},"agents/tracer.md",{"path":454,"priority":330},"agents/verifier.md",{"path":456,"priority":330},"agents/writer.md",{"path":458,"priority":330},"commands/ask.md",{"path":460,"priority":330},"commands/autoresearch.md",{"path":462,"priority":330},"commands/ccg.md",{"path":464,"priority":330},"commands/configure-notifications.md",{"path":466,"priority":330},"commands/debug.md",{"path":468,"priority":330},"commands/deep-dive.md",{"path":470,"priority":330},"commands/deepinit.md",{"path":472,"priority":330},"commands/external-context.md",{"path":474,"priority":330},"commands/hud.md",{"path":476,"priority":330},"commands/learner.md",{"path":478,"priority":330},"commands/mcp-setup.md",{"path":480,"priority":330},"commands/omc-doctor.md",{"path":482,"priority":330},"commands/omc-setup.md",{"path":484,"priority":330},"commands/omc-teams.md",{"path":486,"priority":330},"commands/project-session-manager.md",{"path":488,"priority":330},"commands/psm.md",{"path":490,"priority":330},"commands/release.md",{"path":492,"priority":330},"commands/remember.md",{"path":494,"priority":330},"commands/sciomc.md",{"path":496,"priority":330},"commands/self-improve.md",{"path":498,"priority":330},"commands/skill.md",{"path":500,"priority":330},"commands/skillify.md",{"path":502,"priority":330},"commands/trace.md",{"path":504,"priority":330},"commands/verify.md",{"path":506,"priority":330},"commands/visual-verdict.md",{"path":508,"priority":330},"commands/wiki.md",{"path":510,"priority":330},"commands/writer-memory.md",{"path":512,"priority":330},"hooks/hooks.json",{"basePath":514,"description":515,"displayName":514,"installMethods":516,"rationale":517,"selectedPaths":518,"source":331,"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",[519,521,523,525,527,529,531,533,535,537,539,541,543,545,547,549,551,553,555,557,559,561,563,565,567,569,571],{"path":520,"priority":325},"SKILL.md",{"path":522,"priority":342},"ask.md",{"path":524,"priority":342},"autoresearch.md",{"path":526,"priority":342},"ccg.md",{"path":528,"priority":342},"configure-notifications.md",{"path":530,"priority":342},"debug.md",{"path":532,"priority":342},"deep-dive.md",{"path":534,"priority":342},"deepinit.md",{"path":536,"priority":342},"external-context.md",{"path":538,"priority":342},"hud.md",{"path":540,"priority":342},"learner.md",{"path":542,"priority":342},"mcp-setup.md",{"path":544,"priority":342},"omc-doctor.md",{"path":546,"priority":342},"omc-setup.md",{"path":548,"priority":342},"omc-teams.md",{"path":550,"priority":342},"project-session-manager.md",{"path":552,"priority":342},"psm.md",{"path":554,"priority":342},"release.md",{"path":556,"priority":342},"remember.md",{"path":558,"priority":342},"sciomc.md",{"path":560,"priority":342},"self-improve.md",{"path":562,"priority":342},"skillify.md",{"path":564,"priority":342},"trace.md",{"path":566,"priority":342},"verify.md",{"path":568,"priority":342},"visual-verdict.md",{"path":570,"priority":342},"wiki.md",{"path":572,"priority":342},"writer-memory.md",{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":331,"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",[580],{"path":520,"priority":325},{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":331,"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",[588],{"path":520,"priority":325},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":331,"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",[596],{"path":520,"priority":325},{"basePath":598,"description":599,"displayName":600,"installMethods":601,"rationale":602,"selectedPaths":603,"source":331,"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",[604],{"path":520,"priority":325},{"basePath":606,"description":607,"displayName":608,"installMethods":609,"rationale":610,"selectedPaths":611,"source":331,"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",[612],{"path":520,"priority":325},{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":331,"sourceLanguage":18,"type":252},"skills/ccg","Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results","ccg",{"claudeCode":12},"SKILL.md frontmatter at skills/ccg/SKILL.md",[620],{"path":520,"priority":325},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":331,"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",[628],{"path":520,"priority":325},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":331,"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",[636],{"path":520,"priority":325},{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":331,"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",[644],{"path":520,"priority":325},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":331,"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",[652],{"path":520,"priority":325},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":331,"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",[660],{"path":520,"priority":325},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":331,"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",[668],{"path":520,"priority":325},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":331,"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",[676],{"path":520,"priority":325},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":331,"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",[684],{"path":520,"priority":325},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":331,"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",[692],{"path":520,"priority":325},{"basePath":694,"description":695,"displayName":696,"installMethods":697,"rationale":698,"selectedPaths":699,"source":331,"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",[700],{"path":520,"priority":325},{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":331,"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",[708],{"path":520,"priority":325},{"basePath":710,"description":711,"displayName":712,"installMethods":713,"rationale":714,"selectedPaths":715,"source":331,"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",[716],{"path":520,"priority":325},{"basePath":718,"description":719,"displayName":720,"installMethods":721,"rationale":722,"selectedPaths":723,"source":331,"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",[724],{"path":520,"priority":325},{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":331,"sourceLanguage":18,"type":252},"skills/plan","Strategic planning with optional interview workflow","omc-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/plan/SKILL.md",[732],{"path":520,"priority":325},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":331,"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",[740,741,744,746,748],{"path":520,"priority":325},{"path":742,"priority":743},"templates/feature.md","low",{"path":745,"priority":743},"templates/issue-fix.md",{"path":747,"priority":743},"templates/pr-review.md",{"path":749,"priority":743},"templates/projects.json",{"basePath":751,"description":752,"displayName":753,"installMethods":754,"rationale":755,"selectedPaths":756,"source":331,"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",[757],{"path":520,"priority":325},{"basePath":759,"description":760,"displayName":761,"installMethods":762,"rationale":763,"selectedPaths":764,"source":331,"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",[765],{"path":520,"priority":325},{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":331,"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",[773],{"path":520,"priority":325},{"basePath":775,"description":776,"displayName":777,"installMethods":778,"rationale":779,"selectedPaths":780,"source":331,"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",[781],{"path":520,"priority":325},{"basePath":783,"description":784,"displayName":785,"installMethods":786,"rationale":787,"selectedPaths":788,"source":331,"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",[789],{"path":520,"priority":325},{"basePath":249,"description":10,"displayName":251,"installMethods":791,"rationale":792,"selectedPaths":793,"source":331,"sourceLanguage":18,"type":252},{"claudeCode":12},"SKILL.md frontmatter at skills/self-improve/SKILL.md",[794,795,797,799,801,803,805,807,809,811,813,815,817],{"path":520,"priority":325},{"path":796,"priority":342},"data_contracts.md",{"path":798,"priority":743},"scripts/plot_progress.py",{"path":800,"priority":743},"scripts/resolve-paths.mjs",{"path":802,"priority":743},"scripts/validate.sh",{"path":804,"priority":342},"si-benchmark-builder.md",{"path":806,"priority":342},"si-goal-clarifier.md",{"path":808,"priority":342},"si-researcher.md",{"path":810,"priority":743},"templates/agent-settings.json",{"path":812,"priority":743},"templates/goal.md",{"path":814,"priority":743},"templates/harness.md",{"path":816,"priority":743},"templates/idea.md",{"path":818,"priority":743},"templates/settings.json",{"basePath":820,"description":821,"displayName":822,"installMethods":823,"rationale":824,"selectedPaths":825,"source":331,"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",[826],{"path":520,"priority":325},{"basePath":828,"description":829,"displayName":252,"installMethods":830,"rationale":831,"selectedPaths":832,"source":331,"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",[833],{"path":520,"priority":325},{"basePath":835,"description":836,"displayName":837,"installMethods":838,"rationale":839,"selectedPaths":840,"source":331,"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",[841],{"path":520,"priority":325},{"basePath":843,"description":844,"displayName":845,"installMethods":846,"rationale":847,"selectedPaths":848,"source":331,"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",[849],{"path":520,"priority":325},{"basePath":851,"description":852,"displayName":853,"installMethods":854,"rationale":855,"selectedPaths":856,"source":331,"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",[857],{"path":520,"priority":325},{"basePath":859,"description":860,"displayName":861,"installMethods":862,"rationale":863,"selectedPaths":864,"source":331,"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",[865],{"path":520,"priority":325},{"basePath":867,"description":868,"displayName":869,"installMethods":870,"rationale":871,"selectedPaths":872,"source":331,"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",[873],{"path":520,"priority":325},{"basePath":875,"description":876,"displayName":877,"installMethods":878,"rationale":879,"selectedPaths":880,"source":331,"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",[881],{"path":520,"priority":325},{"basePath":883,"description":884,"displayName":885,"installMethods":886,"rationale":887,"selectedPaths":888,"source":331,"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",[889],{"path":520,"priority":325},{"basePath":891,"description":892,"displayName":893,"installMethods":894,"rationale":895,"selectedPaths":896,"source":331,"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",[897],{"path":520,"priority":325},{"basePath":899,"description":900,"displayName":901,"installMethods":902,"rationale":903,"selectedPaths":904,"source":331,"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",[905,906],{"path":520,"priority":325},{"path":907,"priority":743},"templates/synopsis-template.md",{"basePath":261,"description":909,"displayName":910,"installMethods":911,"license":243,"rationale":912,"selectedPaths":913,"source":331,"sourceLanguage":262,"type":976},"Multi-agent orchestration system for Claude Code - Inspired by oh-my-opencode","oh-my-claude-sisyphus",{"npm":910},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[914,916,917,918,920,922,924,926,928,930,932,934,936,938,940,942,944,946,948,950,952,954,956,958,960,962,964,966,968,970,972,974],{"path":915,"priority":325},"package.json",{"path":327,"priority":325},{"path":329,"priority":330},{"path":919,"priority":342},"bridge/cli.cjs",{"path":921,"priority":743},"src/index.ts",{"path":923,"priority":743},"src/tools/ast-tools.ts",{"path":925,"priority":743},"src/tools/deepinit-manifest.ts",{"path":927,"priority":743},"src/tools/diagnostics/index.ts",{"path":929,"priority":743},"src/tools/diagnostics/lsp-aggregator.ts",{"path":931,"priority":743},"src/tools/diagnostics/tsc-runner.ts",{"path":933,"priority":743},"src/tools/index.ts",{"path":935,"priority":743},"src/tools/lsp/client.ts",{"path":937,"priority":743},"src/tools/lsp/devcontainer.ts",{"path":939,"priority":743},"src/tools/lsp/index.ts",{"path":941,"priority":743},"src/tools/lsp/servers.ts",{"path":943,"priority":743},"src/tools/lsp/utils.ts",{"path":945,"priority":743},"src/tools/lsp-tools.ts",{"path":947,"priority":743},"src/tools/memory-tools.ts",{"path":949,"priority":743},"src/tools/notepad-tools.ts",{"path":951,"priority":743},"src/tools/python-repl/bridge-manager.ts",{"path":953,"priority":743},"src/tools/python-repl/index.ts",{"path":955,"priority":743},"src/tools/python-repl/paths.ts",{"path":957,"priority":743},"src/tools/python-repl/session-lock.ts",{"path":959,"priority":743},"src/tools/python-repl/socket-client.ts",{"path":961,"priority":743},"src/tools/python-repl/tool.ts",{"path":963,"priority":743},"src/tools/resume-session.ts",{"path":965,"priority":743},"src/tools/session-history-tools.ts",{"path":967,"priority":743},"src/tools/shared-memory-tools.ts",{"path":969,"priority":743},"src/tools/skills-tools.ts",{"path":971,"priority":743},"src/tools/state-tools.ts",{"path":973,"priority":743},"src/tools/trace-tools.ts",{"path":975,"priority":743},"src/tools/wiki-tools.ts","mcp",{"sources":978},[979],"manual",{"npmPackage":910},{"closedIssues90d":235,"description":982,"forks":236,"homepage":983,"license":243,"openIssues90d":237,"pushedAt":238,"readmeSize":233,"stars":239,"topics":984},"Teams-first Multi-agent orchestration for Claude Code","https://oh-my-claudecode.dev",[985,986,987,279,988,989,990,215,991,992],"agentic-coding","ai-agents","claude","oh-my-opencode","opencode","vibe-coding","multi-agent-systems","parallel-execution",{"downloads":241},{"classifiedAt":995,"discoverAt":996,"extractAt":997,"githubAt":997,"npmAt":998,"updatedAt":995},1778699233952,1778699222147,1778699228505,1778699232128,[216,215,214,217,218,219],{"evaluatedAt":247,"extractAt":293,"updatedAt":247},[],[1003,1035,1064,1092,1122,1147],{"_creationTime":1004,"_id":1005,"community":1006,"display":1007,"identity":1013,"providers":1019,"relations":1026,"tags":1030,"workflow":1031},1778698527362.5261,"k176bk4qe9ak5pqbq1p4acm18d86n19t",{"reviewCount":8},{"description":1008,"installMethods":1009,"name":1011,"sourceUrl":1012},"감지된 과잉 엔지니어링 패턴: (1) 사용자가 명시적으로 요청하지 않은 코드나 파일을 수정할 때 (2) 요청되지 않은 새로운 추상화 계층(클래스, 인터페이스, 팩토리, 래퍼)을 생성할 때 (3) 요청되지 않은 주석, 문서, JSDoc, 타입 주석을 추가할 때 (4) 요청되지 않은 새로운 종속성을 도입할 때 (5) 최소 편집 대신 파일 전체를 다시 작성할 때 (6) diff 범위가 사용자의 요청을 명백히 초과할 때 (7) 사용자가 \"너무 많아\", \"거기는 건드리지 마\", \"X만 변경해\", \"간단하게\", \"그만\"과 같은 신호를 보낼 때 (8) 발생할 수 없는 시나리오에 대한 오류 처리, 유효성 검사, 방어적 코드를 추가할 때 (9) 요청되지 않은 테스트, 설정 스캐폴딩, 문서를 생성할 때\n",{"claudeCode":1010},"uucz/moyu","Moyu (摸鱼)","https://github.com/uucz/moyu",{"basePath":1014,"githubOwner":1015,"githubRepo":1016,"locale":1017,"slug":1018,"type":252},"skills/moyu-ko","uucz","moyu","zh-CN","moyu-ko",{"evaluate":1020,"extract":1025},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1021,"tags":1022,"targetMarket":220,"tier":221},100,[1023,214,1024,217,219],"ai-assist","prompt-engineering",{"commitSha":281,"license":243},{"parentExtensionId":1027,"repoId":1028,"translatedFrom":1029},"k17a8j7hxkm1n8dabrtcwp2z2d86nr39","kd7ccbpk8y3xm113xt8wy1c5jd86n94h","k17dzgrxxkxpeqmtcn5v3tjmad86n5tm",[1023,214,217,1024,219],{"evaluatedAt":1032,"extractAt":1033,"updatedAt":1034},1778698415064,1778698296017,1778698527362,{"_creationTime":1036,"_id":1037,"community":1038,"display":1039,"identity":1045,"providers":1048,"relations":1056,"tags":1059,"workflow":1060},1778699514767.176,"k17f4qpem03b53manh7vcdvtr986mmjg",{"reviewCount":8},{"description":1040,"installMethods":1041,"name":1043,"sourceUrl":1044},"AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在，则自动安装。",{"claudeCode":1042},"yvgude/lean-ctx","lean-ctx","https://github.com/yvgude/lean-ctx",{"basePath":1046,"githubOwner":1047,"githubRepo":1043,"locale":1017,"slug":1043,"type":252},"skills/lean-ctx","yvgude",{"evaluate":1049,"extract":1055},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1021,"tags":1050,"targetMarket":220,"tier":221},[1051,216,1052,217,1053,1054],"context-compression","cli-tools","rust","code-analysis",{"commitSha":281},{"repoId":1057,"translatedFrom":1058},"kd7dxtfr9j3z54hs3bz0218e1n86may0","k170fxxh22hdspg4vr94whgj1986mpr9",[216,1052,1054,1051,217,1053],{"evaluatedAt":1061,"extractAt":1062,"updatedAt":1063},1778699456179,1778699438912,1778699514767,{"_creationTime":1065,"_id":1066,"community":1067,"display":1068,"identity":1074,"providers":1078,"relations":1085,"tags":1088,"workflow":1089},1778696833339.6243,"k174g80xa9zxhydbncvpf0xzy986nvx5",{"reviewCount":8},{"description":1069,"installMethods":1070,"name":1072,"sourceUrl":1073},"Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.",{"claudeCode":1071},"sanjay3290/ai-skills","manus","https://github.com/sanjay3290/ai-skills",{"basePath":1075,"githubOwner":1076,"githubRepo":1077,"locale":18,"slug":1072,"type":252},"skills/manus","sanjay3290","ai-skills",{"evaluate":1079,"extract":1084},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1021,"tags":1080,"targetMarket":220,"tier":221},[216,1081,1082,215,1083],"autonomous-execution","research","api-integration",{"commitSha":281},{"parentExtensionId":1086,"repoId":1087},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[216,1083,215,1081,1082],{"evaluatedAt":1090,"extractAt":1091,"updatedAt":1090},1778697107270,1778696833339,{"_creationTime":1093,"_id":1094,"community":1095,"display":1096,"identity":1102,"providers":1107,"relations":1114,"tags":1117,"workflow":1118},1778699366078.7817,"k173mj3k9wcdq512bp1532xkwx86nrh4",{"reviewCount":8},{"description":1097,"installMethods":1098,"name":1100,"sourceUrl":1101},"当工作依赖于用户实时浏览器会话或可见的渲染状态，而不是静态抓取时使用，尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM，或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。",{"claudeCode":1099},"xixu-me/skills","使用我的浏览器","https://github.com/xixu-me/skills",{"basePath":1103,"githubOwner":1104,"githubRepo":1105,"locale":1017,"slug":1106,"type":252},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":1108,"extract":1113},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1021,"tags":1109,"targetMarket":220,"tier":221},[1110,1111,215,1112,217],"browser","debugging","ux",{"commitSha":281,"license":243},{"repoId":1115,"translatedFrom":1116},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k179cgk616p3xva37r5jqsfwvh86mcp2",[215,1110,1111,217,1112],{"evaluatedAt":1119,"extractAt":1120,"updatedAt":1121},1778699261239,1778699106670,1778699366078,{"_creationTime":1123,"_id":1124,"community":1125,"display":1126,"identity":1132,"providers":1136,"relations":1141,"tags":1143,"workflow":1144},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":1127,"installMethods":1128,"name":1130,"sourceUrl":1131},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":1129},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":1133,"githubOwner":1134,"githubRepo":1135,"locale":18,"slug":1130,"type":252},"skills/github","steipete","clawdis",{"evaluate":1137,"extract":1140},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1021,"tags":1138,"targetMarket":220,"tier":221},[1130,300,1139,217,215],"api",{"commitSha":281},{"repoId":1142},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1139,215,300,217,1130],{"evaluatedAt":1145,"extractAt":1146,"updatedAt":1145},1778698569289,1778697652123,{"_creationTime":1148,"_id":1149,"community":1150,"display":1151,"identity":1155,"providers":1157,"relations":1164,"tags":1165,"workflow":1166},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":1152,"installMethods":1153,"name":1154,"sourceUrl":1131},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":1129},"openclaw-testing",{"basePath":1156,"githubOwner":1134,"githubRepo":1135,"locale":18,"slug":1154,"type":252},".agents/skills/openclaw-testing",{"evaluate":1158,"extract":1163},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1021,"tags":1159,"targetMarket":220,"tier":221},[1160,1161,1162,215,217],"testing","ci","validation",{"commitSha":281},{"repoId":1142},[215,1161,217,1160,1162],{"evaluatedAt":1167,"extractAt":1146,"updatedAt":1167},1778697962962]