[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Yeachan-Heo-ultrawork-zh-CN":3,"guides-for-Yeachan-Heo-ultrawork":1003,"similar-k174f79b5ewmkmatwg16jft6e986mkc4-zh-CN":1004},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":229,"parentExtension":253,"providers":310,"relations":314,"repo":315,"tags":1001,"workflow":1002},1778699234184.619,"k174f79b5ewmkmatwg16jft6e986mkc4",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Parallel execution engine for high-throughput task completion",{"claudeCode":12},"Yeachan-Heo/oh-my-claudecode","ultrawork","https://github.com/Yeachan-Heo/oh-my-claudecode",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":246},1778699817582.9858,"kn73e12pcn7p3r330cxxc0p82986mzqp","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"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,113,116,120,123,126,129,132,135,138,142,146,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 sequential task execution wasting time and introduces 'ultrawork' as a parallel execution engine to address this.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","Ultrawork offers significant value over simple prompting by providing a structured parallel execution protocol, dependency-aware task graphs, and intent grounding, differentiating it from default LLM behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a clear execution protocol, step-by-step guidance, and tool usage examples, covering the complete lifecycle for parallel task execution within its defined scope.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on parallel execution and task routing, clearly delineating its scope and avoiding unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately and concisely reflects the skill's purpose and capabilities.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses scoped tools like `Task` with specific `subagent_type` and `model` parameters, avoiding generalist execution tools.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not expose configurable options or parameters beyond the primary task description, making explicit documentation of these unnecessary.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The primary tool used (`Task`) is descriptive and follows common naming conventions.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The `Task` tool schema appears minimal, requesting only necessary parameters like `subagent_type`, `model`, and `prompt`, and the output is expected to be concise task reports.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project is licensed under MIT, a permissive open-source license, with a clear LICENSE file present.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository has recent commits, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project uses npm and includes a lockfile, indicating good dependency management practices.",{"category":66,"check":67,"severity":46,"summary":68},"Security","Secret Management","The skill does not appear to handle or expose secrets, focusing on task orchestration.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill focuses on structured task delegation and does not appear to load or execute untrusted third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill orchestrates internal tools and does not fetch external content as instructions at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill orchestrates other agents/tools and does not appear to perform file operations outside its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were observed in the skill's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's purpose is task orchestration and does not involve reading or submitting confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content appears free of hidden-steering tricks and uses clean printable characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill logic appears to be in plain, readable source code and does not involve obfuscation techniques.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about user-specific project organization outside its bundled files.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository shows a high rate of issue closure relative to new issues opened, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a meaningful `npm` version and recent commits, indicating a managed release process.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input arguments to the `Task` tool are expected to be structured and validated, ensuring safe execution.",{"category":66,"check":108,"severity":46,"summary":109},"Unguarded Destructive Operations","The skill is primarily for task orchestration and does not perform destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill's protocol implies structured error reporting for delegated tasks, allowing the agent to handle failures meaningfully.",{"category":104,"check":114,"severity":46,"summary":115},"Logging","The skill itself does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":117,"check":118,"severity":46,"summary":119},"Compliance","GDPR","The skill does not operate on personal data; it orchestrates task execution.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill's functionality is universal and has no regional or jurisdictional limitations.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard Claude Code features and does not make assumptions about specific OS, shell, or editor runtimes.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, clearly explains the project's purpose, and provides installation and usage instructions.",{"category":33,"check":130,"severity":46,"summary":131},"Tool surface size","This skill primarily utilizes a single `Task` tool pattern rather than exposing a large number of distinct tools.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill uses a consistent `Task` tool pattern and does not expose near-synonym tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as different execution modes and agents, have corresponding implementations in the skill's logic and documentation.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for both marketplace and npm methods, along with example usage.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill's protocol implies structured error handling, providing remediation steps for task failures.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The project uses npm with a lockfile, indicating pinned dependencies.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","The skill is an orchestration engine and does not perform state-changing operations that would require a dry-run preview.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The `run_in_background: true` directive and the general protocol suggest handling of long operations and potential retries with timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The project's documentation and structure suggest telemetry is opt-in or not a primary feature, aligning with best practices.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose and use cases are precisely defined, detailing what it does (parallel execution engine) and when to use it (multiple independent tasks) and not use it (guaranteed completion).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and triggers.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured, using progressive disclosure for deeper material and staying within reasonable length.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The skill utilizes links to external documentation and separate files for detailed procedures and references, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","The skill's primary function is orchestration, not deep exploration that would require a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The skill provides clear, end-to-end examples demonstrating parallel execution, background tasks, and correct tier selection.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The `Escalation_And_Stop_Conditions` section and general protocol outline handling of task failures and limitations.",{"category":104,"check":183,"severity":46,"summary":184},"Tool Fallback","The skill uses Claude Code's internal tools and does not rely on optional external MCPs with fallbacks.",{"category":92,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill's requirements (Claude Code, npm, tmux) are clearly stated, and it avoids assumptions about specific OS or shells beyond what Claude Code provides.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The protocol and escalation conditions indicate that unexpected states or repeated task failures will halt the workflow and report issues.",{"category":92,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill is designed as a standalone component for parallel execution and does not implicitly rely on other specific skills being loaded.",1778699817207,"This skill acts as a parallel execution engine and protocol for high-throughput task completion, emphasizing intent grounding, parallel context gathering, and dependency-aware task graphs. It integrates with other modes like ralph and autopilot, providing parallelism without persistence or full autonomous pipelines.",[198,199,200,201,202],"Parallel execution of independent tasks","Dependency-aware task graph creation","Intent grounding and context gathering","Smart model tier routing (Haiku, Sonnet, Opus)","Support for background execution of long operations",[204,205,206,207],"Guaranteed task completion with verification (use ralph)","Full autonomous pipelines (use autopilot)","Session persistence and resume functionality","Handling single sequential tasks without parallelism opportunities","3.0.0","4.4.0","To significantly reduce task completion time by enabling concurrent execution of independent tasks across multiple agents and model tiers.","Excellent documentation, clear scope, and strong adherence to best practices for parallel task orchestration. No significant issues found.",98,"A robust and well-documented skill for parallel task execution and multi-agent orchestration.",[215,216,217,218,219],"orchestration","parallelism","agent","workflow","multitasking","global","verified",[223,224,225,226],"Running multiple independent tasks simultaneously","Delegating work to multiple agents at once","Reducing total execution time for complex workflows","As a composable component for more advanced orchestration modes",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"popularity":240,"security":242,"testCoverage":245},{"hasLockfile":229},true,1778699804257,{"descriptionLength":232,"readmeSize":233},61,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},1778699817583,{"basePath":249,"githubOwner":250,"githubRepo":251,"locale":18,"slug":13,"type":252},"skills/ultrawork","Yeachan-Heo","oh-my-claudecode","skill",{"_creationTime":254,"_id":255,"community":256,"display":257,"identity":260,"parentExtension":264,"providers":296,"relations":306,"tags":307,"workflow":308},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":209,"score":276,"tags":277,"targetMarket":220,"tier":221},"3.1.0",97,[278,215,279,280,281],"multi-agent","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,278,215],{"evaluatedAt":294,"extractAt":295,"updatedAt":294},1778699249209,1778699234184,{"evaluate":297,"extract":303},{"promptVersionExtension":208,"promptVersionScoring":209,"score":298,"tags":299,"targetMarket":220,"tier":221},99,[278,215,300,280,301,218,302],"automation","development-tool","cli",{"commitSha":283,"license":243,"plugin":304},{"mcpCount":8,"provider":289,"skillCount":305},38,{"parentExtensionId":266,"repoId":291},[280,300,302,301,278,215,218],{"evaluatedAt":309,"extractAt":295,"updatedAt":309},1778699261932,{"evaluate":311,"extract":313},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":312,"targetMarket":220,"tier":221},[215,216,217,218,219],{"commitSha":283},{"parentExtensionId":255,"repoId":291},{"_creationTime":316,"_id":291,"identity":317,"providers":318,"workflow":996},1778699222147.622,{"githubOwner":250,"githubRepo":251,"sourceUrl":14},{"classify":319,"discover":979,"extract":982,"github":983,"npm":995},{"commitSha":283,"extensions":320},[321,334,515,575,583,591,599,607,615,623,631,639,647,655,663,671,679,687,695,703,711,719,727,735,752,760,768,776,784,792,824,832,839,847,855,863,871,876,884,892,900,910],{"basePath":261,"description":269,"displayName":285,"installMethods":322,"rationale":323,"selectedPaths":324,"source":333,"sourceLanguage":262,"type":272},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[325,328,330],{"path":326,"priority":327},".claude-plugin/marketplace.json","mandatory",{"path":329,"priority":327},"README.md",{"path":331,"priority":332},"LICENSE","high","rule",{"basePath":261,"description":258,"displayName":251,"installMethods":335,"license":243,"rationale":336,"selectedPaths":337,"source":333,"sourceLanguage":262,"type":263},{"claudeCode":251},"plugin manifest at .claude-plugin/plugin.json",[338,340,341,342,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,513],{"path":339,"priority":327},".claude-plugin/plugin.json",{"path":329,"priority":327},{"path":331,"priority":332},{"path":343,"priority":344},"skills/ai-slop-cleaner/SKILL.md","medium",{"path":346,"priority":344},"skills/ask/SKILL.md",{"path":348,"priority":344},"skills/autopilot/SKILL.md",{"path":350,"priority":344},"skills/autoresearch/SKILL.md",{"path":352,"priority":344},"skills/cancel/SKILL.md",{"path":354,"priority":344},"skills/ccg/SKILL.md",{"path":356,"priority":344},"skills/configure-notifications/SKILL.md",{"path":358,"priority":344},"skills/debug/SKILL.md",{"path":360,"priority":344},"skills/deep-dive/SKILL.md",{"path":362,"priority":344},"skills/deep-interview/SKILL.md",{"path":364,"priority":344},"skills/deepinit/SKILL.md",{"path":366,"priority":344},"skills/external-context/SKILL.md",{"path":368,"priority":344},"skills/hud/SKILL.md",{"path":370,"priority":344},"skills/learner/SKILL.md",{"path":372,"priority":344},"skills/mcp-setup/SKILL.md",{"path":374,"priority":344},"skills/omc-doctor/SKILL.md",{"path":376,"priority":344},"skills/omc-reference/SKILL.md",{"path":378,"priority":344},"skills/omc-setup/SKILL.md",{"path":380,"priority":344},"skills/omc-teams/SKILL.md",{"path":382,"priority":344},"skills/plan/SKILL.md",{"path":384,"priority":344},"skills/project-session-manager/SKILL.md",{"path":386,"priority":344},"skills/ralph/SKILL.md",{"path":388,"priority":344},"skills/ralplan/SKILL.md",{"path":390,"priority":344},"skills/release/SKILL.md",{"path":392,"priority":344},"skills/remember/SKILL.md",{"path":394,"priority":344},"skills/sciomc/SKILL.md",{"path":396,"priority":344},"skills/self-improve/SKILL.md",{"path":398,"priority":344},"skills/setup/SKILL.md",{"path":400,"priority":344},"skills/skill/SKILL.md",{"path":402,"priority":344},"skills/skillify/SKILL.md",{"path":404,"priority":344},"skills/team/SKILL.md",{"path":406,"priority":344},"skills/trace/SKILL.md",{"path":408,"priority":344},"skills/ultraqa/SKILL.md",{"path":410,"priority":344},"skills/ultrawork/SKILL.md",{"path":412,"priority":344},"skills/verify/SKILL.md",{"path":414,"priority":344},"skills/visual-verdict/SKILL.md",{"path":416,"priority":344},"skills/wiki/SKILL.md",{"path":418,"priority":344},"skills/writer-memory/SKILL.md",{"path":420,"priority":327},".mcp.json",{"path":422,"priority":332},"agents/analyst.md",{"path":424,"priority":332},"agents/architect.md",{"path":426,"priority":332},"agents/code-reviewer.md",{"path":428,"priority":332},"agents/code-simplifier.md",{"path":430,"priority":332},"agents/critic.md",{"path":432,"priority":332},"agents/debugger.md",{"path":434,"priority":332},"agents/designer.md",{"path":436,"priority":332},"agents/document-specialist.md",{"path":438,"priority":332},"agents/executor.md",{"path":440,"priority":332},"agents/explore.md",{"path":442,"priority":332},"agents/git-master.md",{"path":444,"priority":332},"agents/planner.md",{"path":446,"priority":332},"agents/qa-tester.md",{"path":448,"priority":332},"agents/scientist.md",{"path":450,"priority":332},"agents/security-reviewer.md",{"path":452,"priority":332},"agents/test-engineer.md",{"path":454,"priority":332},"agents/tracer.md",{"path":456,"priority":332},"agents/verifier.md",{"path":458,"priority":332},"agents/writer.md",{"path":460,"priority":332},"commands/ask.md",{"path":462,"priority":332},"commands/autoresearch.md",{"path":464,"priority":332},"commands/ccg.md",{"path":466,"priority":332},"commands/configure-notifications.md",{"path":468,"priority":332},"commands/debug.md",{"path":470,"priority":332},"commands/deep-dive.md",{"path":472,"priority":332},"commands/deepinit.md",{"path":474,"priority":332},"commands/external-context.md",{"path":476,"priority":332},"commands/hud.md",{"path":478,"priority":332},"commands/learner.md",{"path":480,"priority":332},"commands/mcp-setup.md",{"path":482,"priority":332},"commands/omc-doctor.md",{"path":484,"priority":332},"commands/omc-setup.md",{"path":486,"priority":332},"commands/omc-teams.md",{"path":488,"priority":332},"commands/project-session-manager.md",{"path":490,"priority":332},"commands/psm.md",{"path":492,"priority":332},"commands/release.md",{"path":494,"priority":332},"commands/remember.md",{"path":496,"priority":332},"commands/sciomc.md",{"path":498,"priority":332},"commands/self-improve.md",{"path":500,"priority":332},"commands/skill.md",{"path":502,"priority":332},"commands/skillify.md",{"path":504,"priority":332},"commands/trace.md",{"path":506,"priority":332},"commands/verify.md",{"path":508,"priority":332},"commands/visual-verdict.md",{"path":510,"priority":332},"commands/wiki.md",{"path":512,"priority":332},"commands/writer-memory.md",{"path":514,"priority":332},"hooks/hooks.json",{"basePath":516,"description":517,"displayName":516,"installMethods":518,"rationale":519,"selectedPaths":520,"source":333,"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",[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,573],{"path":522,"priority":327},"SKILL.md",{"path":524,"priority":344},"ask.md",{"path":526,"priority":344},"autoresearch.md",{"path":528,"priority":344},"ccg.md",{"path":530,"priority":344},"configure-notifications.md",{"path":532,"priority":344},"debug.md",{"path":534,"priority":344},"deep-dive.md",{"path":536,"priority":344},"deepinit.md",{"path":538,"priority":344},"external-context.md",{"path":540,"priority":344},"hud.md",{"path":542,"priority":344},"learner.md",{"path":544,"priority":344},"mcp-setup.md",{"path":546,"priority":344},"omc-doctor.md",{"path":548,"priority":344},"omc-setup.md",{"path":550,"priority":344},"omc-teams.md",{"path":552,"priority":344},"project-session-manager.md",{"path":554,"priority":344},"psm.md",{"path":556,"priority":344},"release.md",{"path":558,"priority":344},"remember.md",{"path":560,"priority":344},"sciomc.md",{"path":562,"priority":344},"self-improve.md",{"path":564,"priority":344},"skillify.md",{"path":566,"priority":344},"trace.md",{"path":568,"priority":344},"verify.md",{"path":570,"priority":344},"visual-verdict.md",{"path":572,"priority":344},"wiki.md",{"path":574,"priority":344},"writer-memory.md",{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":333,"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",[582],{"path":522,"priority":327},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":333,"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",[590],{"path":522,"priority":327},{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":333,"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",[598],{"path":522,"priority":327},{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":333,"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",[606],{"path":522,"priority":327},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":333,"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",[614],{"path":522,"priority":327},{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":333,"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",[622],{"path":522,"priority":327},{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":333,"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",[630],{"path":522,"priority":327},{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":333,"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",[638],{"path":522,"priority":327},{"basePath":640,"description":641,"displayName":642,"installMethods":643,"rationale":644,"selectedPaths":645,"source":333,"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",[646],{"path":522,"priority":327},{"basePath":648,"description":649,"displayName":650,"installMethods":651,"rationale":652,"selectedPaths":653,"source":333,"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",[654],{"path":522,"priority":327},{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":333,"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",[662],{"path":522,"priority":327},{"basePath":664,"description":665,"displayName":666,"installMethods":667,"rationale":668,"selectedPaths":669,"source":333,"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",[670],{"path":522,"priority":327},{"basePath":672,"description":673,"displayName":674,"installMethods":675,"rationale":676,"selectedPaths":677,"source":333,"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",[678],{"path":522,"priority":327},{"basePath":680,"description":681,"displayName":682,"installMethods":683,"rationale":684,"selectedPaths":685,"source":333,"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",[686],{"path":522,"priority":327},{"basePath":688,"description":689,"displayName":690,"installMethods":691,"rationale":692,"selectedPaths":693,"source":333,"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",[694],{"path":522,"priority":327},{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":333,"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",[702],{"path":522,"priority":327},{"basePath":704,"description":705,"displayName":706,"installMethods":707,"rationale":708,"selectedPaths":709,"source":333,"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",[710],{"path":522,"priority":327},{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":333,"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",[718],{"path":522,"priority":327},{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":333,"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",[726],{"path":522,"priority":327},{"basePath":728,"description":729,"displayName":730,"installMethods":731,"rationale":732,"selectedPaths":733,"source":333,"sourceLanguage":18,"type":252},"skills/plan","Strategic planning with optional interview workflow","omc-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/plan/SKILL.md",[734],{"path":522,"priority":327},{"basePath":736,"description":737,"displayName":738,"installMethods":739,"rationale":740,"selectedPaths":741,"source":333,"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",[742,743,746,748,750],{"path":522,"priority":327},{"path":744,"priority":745},"templates/feature.md","low",{"path":747,"priority":745},"templates/issue-fix.md",{"path":749,"priority":745},"templates/pr-review.md",{"path":751,"priority":745},"templates/projects.json",{"basePath":753,"description":754,"displayName":755,"installMethods":756,"rationale":757,"selectedPaths":758,"source":333,"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",[759],{"path":522,"priority":327},{"basePath":761,"description":762,"displayName":763,"installMethods":764,"rationale":765,"selectedPaths":766,"source":333,"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",[767],{"path":522,"priority":327},{"basePath":769,"description":770,"displayName":771,"installMethods":772,"rationale":773,"selectedPaths":774,"source":333,"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",[775],{"path":522,"priority":327},{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":333,"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",[783],{"path":522,"priority":327},{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":333,"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",[791],{"path":522,"priority":327},{"basePath":793,"description":794,"displayName":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":333,"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",[799,800,802,804,806,808,810,812,814,816,818,820,822],{"path":522,"priority":327},{"path":801,"priority":344},"data_contracts.md",{"path":803,"priority":745},"scripts/plot_progress.py",{"path":805,"priority":745},"scripts/resolve-paths.mjs",{"path":807,"priority":745},"scripts/validate.sh",{"path":809,"priority":344},"si-benchmark-builder.md",{"path":811,"priority":344},"si-goal-clarifier.md",{"path":813,"priority":344},"si-researcher.md",{"path":815,"priority":745},"templates/agent-settings.json",{"path":817,"priority":745},"templates/goal.md",{"path":819,"priority":745},"templates/harness.md",{"path":821,"priority":745},"templates/idea.md",{"path":823,"priority":745},"templates/settings.json",{"basePath":825,"description":826,"displayName":827,"installMethods":828,"rationale":829,"selectedPaths":830,"source":333,"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",[831],{"path":522,"priority":327},{"basePath":833,"description":834,"displayName":252,"installMethods":835,"rationale":836,"selectedPaths":837,"source":333,"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",[838],{"path":522,"priority":327},{"basePath":840,"description":841,"displayName":842,"installMethods":843,"rationale":844,"selectedPaths":845,"source":333,"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",[846],{"path":522,"priority":327},{"basePath":848,"description":849,"displayName":850,"installMethods":851,"rationale":852,"selectedPaths":853,"source":333,"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",[854],{"path":522,"priority":327},{"basePath":856,"description":857,"displayName":858,"installMethods":859,"rationale":860,"selectedPaths":861,"source":333,"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",[862],{"path":522,"priority":327},{"basePath":864,"description":865,"displayName":866,"installMethods":867,"rationale":868,"selectedPaths":869,"source":333,"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",[870],{"path":522,"priority":327},{"basePath":249,"description":10,"displayName":13,"installMethods":872,"rationale":873,"selectedPaths":874,"source":333,"sourceLanguage":18,"type":252},{"claudeCode":12},"SKILL.md frontmatter at skills/ultrawork/SKILL.md",[875],{"path":522,"priority":327},{"basePath":877,"description":878,"displayName":879,"installMethods":880,"rationale":881,"selectedPaths":882,"source":333,"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",[883],{"path":522,"priority":327},{"basePath":885,"description":886,"displayName":887,"installMethods":888,"rationale":889,"selectedPaths":890,"source":333,"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",[891],{"path":522,"priority":327},{"basePath":893,"description":894,"displayName":895,"installMethods":896,"rationale":897,"selectedPaths":898,"source":333,"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",[899],{"path":522,"priority":327},{"basePath":901,"description":902,"displayName":903,"installMethods":904,"rationale":905,"selectedPaths":906,"source":333,"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",[907,908],{"path":522,"priority":327},{"path":909,"priority":745},"templates/synopsis-template.md",{"basePath":261,"description":911,"displayName":912,"installMethods":913,"license":243,"rationale":914,"selectedPaths":915,"source":333,"sourceLanguage":262,"type":978},"Multi-agent orchestration system for Claude Code - Inspired by oh-my-opencode","oh-my-claude-sisyphus",{"npm":912},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[916,918,919,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,976],{"path":917,"priority":327},"package.json",{"path":329,"priority":327},{"path":331,"priority":332},{"path":921,"priority":344},"bridge/cli.cjs",{"path":923,"priority":745},"src/index.ts",{"path":925,"priority":745},"src/tools/ast-tools.ts",{"path":927,"priority":745},"src/tools/deepinit-manifest.ts",{"path":929,"priority":745},"src/tools/diagnostics/index.ts",{"path":931,"priority":745},"src/tools/diagnostics/lsp-aggregator.ts",{"path":933,"priority":745},"src/tools/diagnostics/tsc-runner.ts",{"path":935,"priority":745},"src/tools/index.ts",{"path":937,"priority":745},"src/tools/lsp/client.ts",{"path":939,"priority":745},"src/tools/lsp/devcontainer.ts",{"path":941,"priority":745},"src/tools/lsp/index.ts",{"path":943,"priority":745},"src/tools/lsp/servers.ts",{"path":945,"priority":745},"src/tools/lsp/utils.ts",{"path":947,"priority":745},"src/tools/lsp-tools.ts",{"path":949,"priority":745},"src/tools/memory-tools.ts",{"path":951,"priority":745},"src/tools/notepad-tools.ts",{"path":953,"priority":745},"src/tools/python-repl/bridge-manager.ts",{"path":955,"priority":745},"src/tools/python-repl/index.ts",{"path":957,"priority":745},"src/tools/python-repl/paths.ts",{"path":959,"priority":745},"src/tools/python-repl/session-lock.ts",{"path":961,"priority":745},"src/tools/python-repl/socket-client.ts",{"path":963,"priority":745},"src/tools/python-repl/tool.ts",{"path":965,"priority":745},"src/tools/resume-session.ts",{"path":967,"priority":745},"src/tools/session-history-tools.ts",{"path":969,"priority":745},"src/tools/shared-memory-tools.ts",{"path":971,"priority":745},"src/tools/skills-tools.ts",{"path":973,"priority":745},"src/tools/state-tools.ts",{"path":975,"priority":745},"src/tools/trace-tools.ts",{"path":977,"priority":745},"src/tools/wiki-tools.ts","mcp",{"sources":980},[981],"manual",{"npmPackage":912},{"closedIssues90d":235,"description":984,"forks":236,"homepage":985,"license":243,"openIssues90d":237,"pushedAt":238,"readmeSize":233,"stars":239,"topics":986},"Teams-first Multi-agent orchestration for Claude Code","https://oh-my-claudecode.dev",[987,988,989,279,990,991,992,300,993,994],"agentic-coding","ai-agents","claude","oh-my-opencode","opencode","vibe-coding","multi-agent-systems","parallel-execution",{"downloads":241},{"classifiedAt":997,"discoverAt":998,"extractAt":999,"githubAt":999,"npmAt":1000,"updatedAt":997},1778699233952,1778699222147,1778699228505,1778699232128,[217,219,215,216,218],{"evaluatedAt":247,"extractAt":295,"updatedAt":247},[],[1005,1021,1049,1077,1098,1115],{"_creationTime":1006,"_id":1007,"community":1008,"display":1009,"identity":1012,"providers":1013,"relations":1017,"tags":1018,"workflow":1019},1778699234184.6182,"k17aam3ggdjx69tftf4g09m6gh86m0j2",{"reviewCount":8},{"description":849,"installMethods":1010,"name":1011,"sourceUrl":14},{"claudeCode":12},"Team Skill",{"basePath":848,"githubOwner":250,"githubRepo":251,"locale":18,"slug":850,"type":252},{"evaluate":1014,"extract":1016},{"promptVersionExtension":208,"promptVersionScoring":209,"score":298,"tags":1015,"targetMarket":220,"tier":221},[217,215,850,219,300],{"commitSha":283,"license":243},{"parentExtensionId":255,"repoId":291},[217,300,219,215,850],{"evaluatedAt":1020,"extractAt":295,"updatedAt":1020},1778699772160,{"_creationTime":1022,"_id":1023,"community":1024,"display":1025,"identity":1031,"providers":1035,"relations":1043,"tags":1045,"workflow":1046},1778696691708.297,"k174kx68t1r1znb9ws0ndvkpt586nx68",{"reviewCount":8},{"description":1026,"installMethods":1027,"name":1029,"sourceUrl":1030},"Agent skill for worker-specialist - invoke with $agent-worker-specialist",{"claudeCode":1028},"ruvnet/ruflo","agent-worker-specialist","https://github.com/ruvnet/ruflo",{"basePath":1032,"githubOwner":1033,"githubRepo":1034,"locale":18,"slug":1029,"type":252},".agents/skills/agent-worker-specialist","ruvnet","ruflo",{"evaluate":1036,"extract":1042},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1037,"tags":1038,"targetMarket":220,"tier":221},100,[217,215,1039,1040,1041],"task-execution","coordination","progress-reporting",{"commitSha":283},{"repoId":1044},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[217,1040,215,1041,1039],{"evaluatedAt":1047,"extractAt":1048,"updatedAt":1047},1778698724168,1778696691708,{"_creationTime":1050,"_id":1051,"community":1052,"display":1053,"identity":1059,"providers":1063,"relations":1070,"tags":1073,"workflow":1074},1778696595410.5657,"k17bk9m02r7jkbzzqapbzfvq8h86m6qn",{"reviewCount":8},{"description":1054,"installMethods":1055,"name":1057,"sourceUrl":1058},"Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.",{"claudeCode":1056},"rohitg00/pro-workflow","orchestrate","https://github.com/rohitg00/pro-workflow",{"basePath":1060,"githubOwner":1061,"githubRepo":1062,"locale":18,"slug":1057,"type":252},"skills/orchestrate","rohitg00","pro-workflow",{"evaluate":1064,"extract":1069},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1037,"tags":1065,"targetMarket":220,"tier":221},[1066,217,218,1067,1068],"llm-ops","memory","knowledge-management",{"commitSha":283},{"parentExtensionId":1071,"repoId":1072},"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv","kd7am4e918eq98hrd9s31jm4vs86nn0b",[217,1068,1066,1067,218],{"evaluatedAt":1075,"extractAt":1076,"updatedAt":1075},1778696881233,1778696595410,{"_creationTime":1078,"_id":1079,"community":1080,"display":1081,"identity":1085,"providers":1087,"relations":1093,"tags":1095,"workflow":1096},1778696691708.3118,"k17ewy0jskvynmgqnywk4zaxxn86m3sc",{"reviewCount":8},{"description":1082,"installMethods":1083,"name":1084,"sourceUrl":1030},"Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake",{"claudeCode":1028},"autopilot-loop",{"basePath":1086,"githubOwner":1033,"githubRepo":1034,"locale":18,"slug":1084,"type":252},"plugins/ruflo-autopilot/skills/autopilot-loop",{"evaluate":1088,"extract":1092},{"promptVersionExtension":208,"promptVersionScoring":209,"score":298,"tags":1089,"targetMarket":220,"tier":221},[300,217,215,1090,1091],"loop","scheduling",{"commitSha":283},{"parentExtensionId":1094,"repoId":1044},"k178af0n2v1c7tj4bgbsbakr8s86nbr4",[217,300,1090,215,1091],{"evaluatedAt":1097,"extractAt":1048,"updatedAt":1097},1778699844724,{"_creationTime":1099,"_id":1100,"community":1101,"display":1102,"identity":1104,"providers":1105,"relations":1111,"tags":1112,"workflow":1113},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":689,"installMethods":1103,"name":690,"sourceUrl":14},{"claudeCode":12},{"basePath":688,"githubOwner":250,"githubRepo":251,"locale":18,"slug":690,"type":252},{"evaluate":1106,"extract":1110},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1037,"tags":1107,"targetMarket":220,"tier":221},[978,1108,302,217,1109],"configuration","tooling",{"commitSha":283},{"parentExtensionId":255,"repoId":291},[217,302,1108,978,1109],{"evaluatedAt":1114,"extractAt":295,"updatedAt":1114},1778699492025,{"_creationTime":1116,"_id":1117,"community":1118,"display":1119,"identity":1121,"providers":1122,"relations":1130,"tags":1131,"workflow":1132},1778699234184.6133,"k170q6m14w6ah5ygc0jr5sa54986mpx7",{"reviewCount":8},{"description":657,"installMethods":1120,"name":658,"sourceUrl":14},{"claudeCode":12},{"basePath":656,"githubOwner":250,"githubRepo":251,"locale":18,"slug":658,"type":252},{"evaluate":1123,"extract":1129},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1037,"tags":1124,"targetMarket":220,"tier":221},[1125,1126,217,1127,1128],"documentation","codebase","typescript","javascript",{"commitSha":283},{"parentExtensionId":255,"repoId":291},[217,1126,1125,1128,1127],{"evaluatedAt":1133,"extractAt":295,"updatedAt":1133},1778699437749]