[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Yeachan-Heo-omc-teams-zh-CN":3,"guides-for-Yeachan-Heo-omc-teams":999,"similar-k17ey213cwvfet0az793r7290h86mc5e-zh-CN":1000},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":228,"parentExtension":252,"providers":308,"relations":312,"repo":313,"tags":997,"workflow":998},1778699234184.6152,"k17ey213cwvfet0az793r7290h86mc5e",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"CLI-team runtime for claude, codex, or gemini workers in tmux panes when you need process-based parallel execution",{"claudeCode":12},"Yeachan-Heo/oh-my-claudecode","omc-teams","https://github.com/Yeachan-Heo/oh-my-claudecode",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":245},1778699555463.3726,"kn769v1jkz94nh6bczxjvxk3kd86nx24","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of needing a CLI-team runtime for parallel execution of LLM workers in tmux panes, addressing a specific need for process-based parallel execution.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a unique selling proposition by providing a dedicated runtime for managing multiple CLI LLM workers in parallel within tmux, which is a significant enhancement over simple prompting or single-agent execution.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears production-ready, providing a complete lifecycle for managing CLI workers, including setup, execution, status monitoring, and shutdown, with clear requirements and error handling.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on a single domain: orchestrating CLI LLM workers in tmux panes, with clear delineation from other potential tasks like direct agent interaction or pure code generation.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description is concise, accurate, and clearly communicates the skill's purpose of providing a CLI-team runtime for parallel LLM worker execution in tmux.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific CLI commands like `omc team`, `omc team status`, and `omc team shutdown`, which are scoped to the task of team management, rather than a single generalist `execute` command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides a clear breakdown of parameters (N, agent-type, task) with constraints (1-10 for N, specific agent types) and lists all necessary external requirements.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names like `omc team`, `omc team status`, and `omc team shutdown` are descriptive and follow a consistent kebab-case convention.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's interface requires specific parameters (N, agent-type, task) and the output appears to be structured status or task results, not verbose diagnostic dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under MIT, a permissive open-source license, clearly stated in the README and LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits as of 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses npm and has a lockfile, indicating dependency management practices are in place.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill orchestrates external CLIs but does not appear to handle or expose secrets directly; external CLIs would manage their own credentials.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill takes structured input parameters and executes known CLI commands, with no indication of loading or executing untrusted external data as instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on installed CLIs and tmux, with no runtime fetching of code or data that could introduce supply-chain risks.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates by launching standard CLI tools within tmux and manages its own state files, not by modifying arbitrary user files or paths outside its designated scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The skill's operations are confined to launching standard processes and managing state files, with no apparent mechanisms for sandbox escape.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill orchestrates external CLIs and does not appear to collect or exfiltrate any user data beyond what the CLIs themselves might do, which is not inherent to the skill's function.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears to be standard markdown and script files, with no evidence of hidden text tricks or obfuscation.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's logic is primarily implemented in shell scripts and documented procedures, with no evidence of obfuscated code like base64 payloads or minified JS.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill makes assumptions about the presence of tmux and specific CLIs, which are clearly documented as prerequisites, rather than arbitrary project structures.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 3 open issues and 908 closed issues in the last 90 days, the closure rate is high, indicating good maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project has a clear versioning system via npm package and GitHub releases, with a recent commit date, indicating good release management.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","Input parameters like worker count (N) and agent type are validated upfront before execution, ensuring robustness.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill's primary actions involve launching processes and managing state, not destructive operations like file deletion or force pushes, thus not requiring explicit guards.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The SKILL.md details specific error conditions and their corresponding fixes, indicating thoughtful error handling.",{"category":110,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill orchestrates external CLIs and does not perform actions that necessitate a dedicated local audit log file for its own operations.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The skill orchestrates external CLIs and does not directly process or handle personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill's functionality is universal and does not appear to be tied to any specific geographic or legal jurisdiction.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill clearly states its prerequisites, including tmux and specific CLIs, and handles cases like running inside cmux or a plain terminal gracefully.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README is comprehensive, detailing installation, setup, features, and requirements.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes a few distinct CLI commands (`omc team`, `status`, `shutdown`, `api`), fitting within the ideal range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The exposed tools are distinct in their function (start, status, shutdown, API calls) with no significant overlap.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as team orchestration and CLI worker management, are implemented and described in the documentation.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for both marketplace and npm/runtime paths, along with usage examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md includes an error reference table that clearly explains the cause and provides specific remediation steps for common errors.",{"category":103,"check":148,"severity":24,"summary":149},"Pinned dependencies","The project uses npm with a lockfile, indicating pinned dependencies for its third-party package managers.",{"category":33,"check":151,"severity":115,"summary":152},"Dry-run preview","The skill's primary function is to launch and manage processes, not to perform state-changing operations that would require a dry-run preview.",{"category":154,"check":155,"severity":115,"summary":156},"Protocol","Idempotent retry & timeouts","The skill orchestrates external CLI commands; idempotency and timeouts are managed by the individual CLIs or tmux itself, not directly by this skill's logic.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The project documentation does not mention any telemetry collection, implying it is either non-existent or strictly opt-in.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly defines the artifact (CLI workers in tmux) and the user intent (process-based parallel execution), with explicit non-goals mentioned regarding native Claude Code agents.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is dense and provides a coherent summary of the core capability within the character limit.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md content is well-structured and avoids excessive verbosity, delegating deeper material to external files like the website documentation.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and directs users to external documentation for more detailed information, following a progressive disclosure pattern.",{"category":170,"check":174,"severity":115,"summary":175},"Forked exploration","This skill is not an exploration or audit-style skill; it focuses on process management, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, ready-to-use examples demonstrating the invocation and expected parameters for different agent types.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md includes an error reference table that explicitly lists failure modes (e.g., tmux not installed, unsupported agent type) and recovery steps.",{"category":110,"check":183,"severity":115,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers and uses native CLIs and tmux, so tool fallback is not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The SKILL.md outlines prerequisites and error conditions that will cause the workflow to abort and report issues.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; it clearly states its external dependencies like tmux and specific CLIs.",1778699554888,"This skill provides a runtime for launching and managing multiple CLI-based LLM workers (claude, codex, gemini) in parallel within tmux panes. It facilitates process-based parallel execution for tasks requiring distribution across several agents.",[195,196,197,198,199],"Launch N CLI LLM workers in parallel tmux panes","Supports claude, codex, and gemini agent types","Manages task decomposition and worker status","Provides explicit installation and setup instructions","Includes detailed error handling and recovery steps",[201,202,203],"Directly running native Claude Code team agents; use `/team` for that.","Replacing the core functionality of the individual LLM CLIs (claude, codex, gemini).","Providing a graphical user interface; this is a CLI-based runtime.","3.0.0","4.4.0","To enable efficient, process-based parallel execution of LLM tasks by orchestrating multiple CLI workers within tmux panes, enhancing productivity for complex development workflows.","The extension is exceptionally well-documented, robust, and adheres to best practices across all evaluated categories. Its clear purpose, production readiness, and comprehensive error handling contribute to a high trust score.",99,"Highly polished and well-documented skill for parallel CLI LLM worker execution in tmux.",[211,212,213,214,215,216,217,218],"cli","tmux","llm","orchestration","parallel-execution","codex","gemini","claude","global","verified",[222,223,224,225],"Distributing complex coding tasks across multiple AI agents for faster iteration","Performing parallel code reviews or security analysis using different LLM models","Running UI design proposals from multiple AI agents concurrently","Managing and monitoring large-scale parallel AI-driven development workflows",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"popularity":239,"security":241,"testCoverage":244},{"hasLockfile":228},true,1778699538785,{"descriptionLength":231,"readmeSize":232},114,28400,{"closedIssues90d":234,"forks":235,"hasChangelog":228,"openIssues90d":236,"pushedAt":237,"stars":238},908,3092,3,1778664782000,33691,{"npmDownloads":240},38760,{"hasNpmPackage":228,"license":242,"smitheryVerified":243},"MIT",false,{"hasCi":228,"hasTests":228},{"updatedAt":246},1778699555463,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"skills/omc-teams","Yeachan-Heo","oh-my-claudecode","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":259,"parentExtension":263,"providers":295,"relations":304,"tags":305,"workflow":306},1778699234184.6104,"k17brg5egdw1jbncj1j4wfv3fh86n639",{"reviewCount":8},{"description":257,"installMethods":258,"name":250,"sourceUrl":14},"Multi-agent orchestration system for Claude Code",{"claudeCode":250},{"basePath":260,"githubOwner":249,"githubRepo":250,"locale":261,"slug":250,"type":262},"","fr","plugin",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":270,"providers":272,"relations":289,"tags":291,"workflow":292},1778699234184.61,"k17faea1fme9qa3pf4hzs9x78d86n2kj",{"reviewCount":8},{"description":268,"installMethods":269,"name":250,"sourceUrl":14},"Claude Code native multi-agent orchestration - intelligent model routing, 28 agents, 32 skills",{"claudeCode":12},{"basePath":260,"githubOwner":249,"githubRepo":250,"locale":261,"slug":250,"type":271},"marketplace",{"evaluate":273,"extract":281},{"promptVersionExtension":274,"promptVersionScoring":205,"score":275,"tags":276,"targetMarket":219,"tier":220},"3.1.0",97,[277,214,278,279,280],"multi-agent","claude-code","ai-agent","developer-tools",{"commitSha":282,"license":242,"marketplace":283,"plugin":287},"HEAD",{"name":284,"pluginCount":285,"version":286},"omc",1,"4.13.7",{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd74zv63fryf9prygtq7gf4es986n22y",[279,278,280,277,214],{"evaluatedAt":293,"extractAt":294,"updatedAt":293},1778699249209,1778699234184,{"evaluate":296,"extract":301},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":297,"targetMarket":219,"tier":220},[277,214,298,279,299,300,211],"automation","development-tool","workflow",{"commitSha":282,"license":242,"plugin":302},{"mcpCount":8,"provider":288,"skillCount":303},38,{"parentExtensionId":265,"repoId":290},[279,298,211,299,277,214,300],{"evaluatedAt":307,"extractAt":294,"updatedAt":307},1778699261932,{"evaluate":309,"extract":311},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":310,"targetMarket":219,"tier":220},[211,212,213,214,215,216,217,218],{"commitSha":282},{"parentExtensionId":254,"repoId":290},{"_creationTime":314,"_id":290,"identity":315,"providers":316,"workflow":992},1778699222147.622,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":317,"discover":977,"extract":980,"github":981,"npm":991},{"commitSha":282,"extensions":318},[319,332,513,573,581,589,597,605,613,621,629,637,645,653,661,669,677,685,693,701,709,717,722,730,747,755,763,771,779,787,819,827,834,842,850,858,866,874,882,890,898,908],{"basePath":260,"description":268,"displayName":284,"installMethods":320,"rationale":321,"selectedPaths":322,"source":331,"sourceLanguage":261,"type":271},{"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":260,"description":257,"displayName":250,"installMethods":333,"license":242,"rationale":334,"selectedPaths":335,"source":331,"sourceLanguage":261,"type":262},{"claudeCode":250},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":248,"description":10,"displayName":13,"installMethods":718,"rationale":719,"selectedPaths":720,"source":331,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/omc-teams/SKILL.md",[721],{"path":520,"priority":325},{"basePath":723,"description":724,"displayName":725,"installMethods":726,"rationale":727,"selectedPaths":728,"source":331,"sourceLanguage":18,"type":251},"skills/plan","Strategic planning with optional interview workflow","omc-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/plan/SKILL.md",[729],{"path":520,"priority":325},{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":331,"sourceLanguage":18,"type":251},"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",[737,738,741,743,745],{"path":520,"priority":325},{"path":739,"priority":740},"templates/feature.md","low",{"path":742,"priority":740},"templates/issue-fix.md",{"path":744,"priority":740},"templates/pr-review.md",{"path":746,"priority":740},"templates/projects.json",{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":331,"sourceLanguage":18,"type":251},"skills/ralph","Self-referential loop until task completion with configurable verification reviewer","ralph",{"claudeCode":12},"SKILL.md frontmatter at skills/ralph/SKILL.md",[754],{"path":520,"priority":325},{"basePath":756,"description":757,"displayName":758,"installMethods":759,"rationale":760,"selectedPaths":761,"source":331,"sourceLanguage":18,"type":251},"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",[762],{"path":520,"priority":325},{"basePath":764,"description":765,"displayName":766,"installMethods":767,"rationale":768,"selectedPaths":769,"source":331,"sourceLanguage":18,"type":251},"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",[770],{"path":520,"priority":325},{"basePath":772,"description":773,"displayName":774,"installMethods":775,"rationale":776,"selectedPaths":777,"source":331,"sourceLanguage":18,"type":251},"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",[778],{"path":520,"priority":325},{"basePath":780,"description":781,"displayName":782,"installMethods":783,"rationale":784,"selectedPaths":785,"source":331,"sourceLanguage":18,"type":251},"skills/sciomc","Orchestrate parallel scientist agents for comprehensive analysis with AUTO mode","sciomc",{"claudeCode":12},"SKILL.md frontmatter at skills/sciomc/SKILL.md",[786],{"path":520,"priority":325},{"basePath":788,"description":789,"displayName":790,"installMethods":791,"rationale":792,"selectedPaths":793,"source":331,"sourceLanguage":18,"type":251},"skills/self-improve","Autonomous evolutionary code improvement engine with tournament selection","self-improve",{"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":740},"scripts/plot_progress.py",{"path":800,"priority":740},"scripts/resolve-paths.mjs",{"path":802,"priority":740},"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":740},"templates/agent-settings.json",{"path":812,"priority":740},"templates/goal.md",{"path":814,"priority":740},"templates/harness.md",{"path":816,"priority":740},"templates/idea.md",{"path":818,"priority":740},"templates/settings.json",{"basePath":820,"description":821,"displayName":822,"installMethods":823,"rationale":824,"selectedPaths":825,"source":331,"sourceLanguage":18,"type":251},"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":251,"installMethods":830,"rationale":831,"selectedPaths":832,"source":331,"sourceLanguage":18,"type":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":251},"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":740},"templates/synopsis-template.md",{"basePath":260,"description":909,"displayName":910,"installMethods":911,"license":242,"rationale":912,"selectedPaths":913,"source":331,"sourceLanguage":261,"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":740},"src/index.ts",{"path":923,"priority":740},"src/tools/ast-tools.ts",{"path":925,"priority":740},"src/tools/deepinit-manifest.ts",{"path":927,"priority":740},"src/tools/diagnostics/index.ts",{"path":929,"priority":740},"src/tools/diagnostics/lsp-aggregator.ts",{"path":931,"priority":740},"src/tools/diagnostics/tsc-runner.ts",{"path":933,"priority":740},"src/tools/index.ts",{"path":935,"priority":740},"src/tools/lsp/client.ts",{"path":937,"priority":740},"src/tools/lsp/devcontainer.ts",{"path":939,"priority":740},"src/tools/lsp/index.ts",{"path":941,"priority":740},"src/tools/lsp/servers.ts",{"path":943,"priority":740},"src/tools/lsp/utils.ts",{"path":945,"priority":740},"src/tools/lsp-tools.ts",{"path":947,"priority":740},"src/tools/memory-tools.ts",{"path":949,"priority":740},"src/tools/notepad-tools.ts",{"path":951,"priority":740},"src/tools/python-repl/bridge-manager.ts",{"path":953,"priority":740},"src/tools/python-repl/index.ts",{"path":955,"priority":740},"src/tools/python-repl/paths.ts",{"path":957,"priority":740},"src/tools/python-repl/session-lock.ts",{"path":959,"priority":740},"src/tools/python-repl/socket-client.ts",{"path":961,"priority":740},"src/tools/python-repl/tool.ts",{"path":963,"priority":740},"src/tools/resume-session.ts",{"path":965,"priority":740},"src/tools/session-history-tools.ts",{"path":967,"priority":740},"src/tools/shared-memory-tools.ts",{"path":969,"priority":740},"src/tools/skills-tools.ts",{"path":971,"priority":740},"src/tools/state-tools.ts",{"path":973,"priority":740},"src/tools/trace-tools.ts",{"path":975,"priority":740},"src/tools/wiki-tools.ts","mcp",{"sources":978},[979],"manual",{"npmPackage":910},{"closedIssues90d":234,"description":982,"forks":235,"homepage":983,"license":242,"openIssues90d":236,"pushedAt":237,"readmeSize":232,"stars":238,"topics":984},"Teams-first Multi-agent orchestration for Claude Code","https://oh-my-claudecode.dev",[985,986,218,278,987,988,989,298,990,215],"agentic-coding","ai-agents","oh-my-opencode","opencode","vibe-coding","multi-agent-systems",{"downloads":240},{"classifiedAt":993,"discoverAt":994,"extractAt":995,"githubAt":995,"npmAt":996,"updatedAt":993},1778699233952,1778699222147,1778699228505,1778699232128,[218,211,216,217,213,214,215,212],{"evaluatedAt":246,"extractAt":294,"updatedAt":246},[],[1001,1032,1051,1069,1094,1124],{"_creationTime":1002,"_id":1003,"community":1004,"display":1005,"identity":1011,"providers":1015,"relations":1025,"tags":1028,"workflow":1029},1778694720643.0347,"k1701tz3ryvkv5zkmv8ymbgz2186mweb",{"reviewCount":8},{"description":1006,"installMethods":1007,"name":1009,"sourceUrl":1010},"Generative Engine Optimization (GEO) — make content rank in AI search answers from ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews. Audits existing content, rewrites for AI citation, and produces per-engine strategy. Use when asked to \"optimize for AI search\", \"rank in ChatGPT\", \"GEO audit\", \"improve AI citations\", \"rank in Perplexity\", \"AI Overview optimization\", \"AI Overview ranking\", \"LLM SEO\", \"answer engine optimization\", \"AEO\", \"get cited by AI\", \"GEO\", \"generative engine optimization\", \"show up in ChatGPT\", \"appear in AI answers\", \"be cited by Perplexity\", \"SGE optimization\", \"Search Generative Experience\", or \"make my content show up in AI answers\". Distinct from regular SEO — this targets generative engines, not traditional Google rankings.\n",{"claudeCode":1008},"nowork-studio/toprank","geo-optimizer","https://github.com/nowork-studio/toprank",{"basePath":1012,"githubOwner":1013,"githubRepo":1014,"locale":18,"slug":1009,"type":251},"seo/geo-optimizer","nowork-studio","toprank",{"evaluate":1016,"extract":1024},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1017,"tags":1018,"targetMarket":219,"tier":220},100,[1019,1020,1021,1022,1023,217,218],"seo","content-optimization","ai-search","perplexity","chatgpt",{"commitSha":282},{"parentExtensionId":1026,"repoId":1027},"k17dxqwvvhjw9ft30d5zz356z986my6s","kd74wn8s89tp9hrfsmcra492r586nbrv",[1021,1023,218,1020,217,1022,1019],{"evaluatedAt":1030,"extractAt":1031,"updatedAt":1030},1778695016147,1778694720643,{"_creationTime":1033,"_id":1034,"community":1035,"display":1036,"identity":1039,"providers":1040,"relations":1047,"tags":1048,"workflow":1049},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":732,"installMethods":1037,"name":1038,"sourceUrl":14},{"claudeCode":12},"Project Session Manager",{"basePath":731,"githubOwner":249,"githubRepo":250,"locale":18,"slug":733,"type":251},{"evaluate":1041,"extract":1046},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1017,"tags":1042,"targetMarket":219,"tier":220},[1043,1044,300,212,298,211,1045],"git","development-environment","developer-tool",{"commitSha":282,"license":242},{"parentExtensionId":254,"repoId":290},[298,211,1045,1044,1043,212,300],{"evaluatedAt":1050,"extractAt":294,"updatedAt":1050},1778699613343,{"_creationTime":1052,"_id":1053,"community":1054,"display":1055,"identity":1057,"providers":1058,"relations":1065,"tags":1066,"workflow":1067},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":583,"installMethods":1056,"name":250,"sourceUrl":14},{"claudeCode":12},{"basePath":582,"githubOwner":249,"githubRepo":250,"locale":18,"slug":584,"type":251},{"evaluate":1059,"extract":1064},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1017,"tags":1060,"targetMarket":219,"tier":220},[211,298,213,1061,1062,1063],"prompting","code-review","artifact-generation",{"commitSha":282,"license":242},{"parentExtensionId":254,"repoId":290},[1063,298,211,1062,213,1061],{"evaluatedAt":1068,"extractAt":294,"updatedAt":1068},1778699303045,{"_creationTime":1070,"_id":1071,"community":1072,"display":1073,"identity":1079,"providers":1083,"relations":1088,"tags":1090,"workflow":1091},1778695021936.555,"k1715rn9402s29yge55y9nt0x986n2tf",{"reviewCount":8},{"description":1074,"installMethods":1075,"name":1077,"sourceUrl":1078},"Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.",{"claudeCode":1076},"openai/skills","cli-creator","https://github.com/openai/skills",{"basePath":1080,"githubOwner":1081,"githubRepo":1082,"locale":18,"slug":1077,"type":251},"skills/.curated/cli-creator","openai","skills",{"evaluate":1084,"extract":1087},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1017,"tags":1085,"targetMarket":219,"tier":220},[211,1086,280,216,298],"code-generation",{"commitSha":282},{"repoId":1089},"kd75n2zj3yh472p25zffgycved86mnpx",[298,211,1086,216,280],{"evaluatedAt":1092,"extractAt":1093,"updatedAt":1092},1778695068759,1778695021936,{"_creationTime":1095,"_id":1096,"community":1097,"display":1098,"identity":1104,"providers":1109,"relations":1117,"tags":1120,"workflow":1121},1778696691708.3308,"k17d3c35ws96bb55ry97apwm5n86mqp2",{"reviewCount":8},{"description":1099,"installMethods":1100,"name":1102,"sourceUrl":1103},"Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval",{"claudeCode":1101},"ruvnet/ruflo","Chat Format","https://github.com/ruvnet/ruflo",{"basePath":1105,"githubOwner":1106,"githubRepo":1107,"locale":18,"slug":1108,"type":251},"plugins/ruflo-ruvllm/skills/chat-format","ruvnet","ruflo","chat-format",{"evaluate":1110,"extract":1116},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1017,"tags":1111,"targetMarket":219,"tier":220},[213,1061,1112,1113,1081,1114,217,1115],"rag","context-retrieval","anthropic","ollama",{"commitSha":282,"license":242},{"parentExtensionId":1118,"repoId":1119},"k17ekc0sj70ms9kgkkgr2ypr4s86mz40","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1114,1113,217,213,1115,1081,1061,1112],{"evaluatedAt":1122,"extractAt":1123,"updatedAt":1122},1778701390930,1778696691708,{"_creationTime":1125,"_id":1126,"community":1127,"display":1128,"identity":1134,"providers":1138,"relations":1144,"tags":1147,"workflow":1148},1778694480889.959,"k176q7m7j3mryt34xbr41davc986n45c",{"reviewCount":8},{"description":1129,"installMethods":1130,"name":1132,"sourceUrl":1133},"Launch multiple sub-agents in parallel to execute tasks across files or targets with intelligent model selection, quality-focused prompting, and meta-judge → LLM-as-a-judge verification",{"claudeCode":1131},"NeoLabHQ/context-engineering-kit","do-in-parallel","https://github.com/NeoLabHQ/context-engineering-kit",{"basePath":1135,"githubOwner":1136,"githubRepo":1137,"locale":18,"slug":1132,"type":251},"plugins/sadd/skills/do-in-parallel","NeoLabHQ","context-engineering-kit",{"evaluate":1139,"extract":1143},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1017,"tags":1140,"targetMarket":219,"tier":220},[298,215,214,1141,1142],"llm-agents","code-quality",{"commitSha":282},{"parentExtensionId":1145,"repoId":1146},"k17b20m1ddyqgjez8nym6erc8186nt44","kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[298,1142,1141,214,215],{"evaluatedAt":1149,"extractAt":1150,"updatedAt":1149},1778695534449,1778694480890]