[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Yeachan-Heo-hud-en":3,"guides-for-Yeachan-Heo-hud":999,"similar-k173dnvm7wk1hgyrt4y09vw6ad86m4kj-en":1000},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":239,"parentExtension":248,"providers":306,"relations":310,"repo":311,"tags":997,"workflow":998},1778699234184.6138,"k173dnvm7wk1hgyrt4y09vw6ad86m4kj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Configure HUD display options (layout, presets, display elements)",{"claudeCode":12},"Yeachan-Heo/oh-my-claudecode","hud","https://github.com/Yeachan-Heo/oh-my-claudecode",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":241},1778699464887.5474,"kn730gzhm9krp524t069cb78ts86mmf6","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,105,109,112,115,118,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of configuring HUD display options for Claude Code.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond default behavior by providing detailed customization of the HUD statusline, which is a specific enhancement to the Claude Code environment.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides clear installation, setup, and configuration instructions, covering the full lifecycle for setting up a custom HUD statusline.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on configuring the HUD display options, a single, coherent domain related to the Claude Code user interface.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's functionality.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes a single, well-defined command with specific arguments for HUD configuration.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All configuration options, including presets, display elements, thresholds, and advanced settings like `callCountsFormat` and `safeMode`, are clearly documented with their defaults and explanations.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill command `/oh-my-claudecode:hud` and its arguments are descriptive and contextually relevant to HUD configuration.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs are structured arguments to the command, and outputs are status messages or confirmation of configuration changes, adhering to a minimal I/O surface.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under MIT, a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill itself appears to have minimal direct third-party dependencies beyond what Claude Code provides.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill configures user preferences and does not handle secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill primarily manipulates configuration files and runs localized scripts, with no indication of loading untrusted third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch remote content at runtime; all scripts and configurations are bundled.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within user-specific configuration directories (`~/.claude/`) and respects the intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or deny-retry loops were detected in the provided scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill configures display settings and does not exfiltrate any data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks and uses standard formatting.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The scripts included are readable JavaScript/shell commands and do not appear to be obfuscated.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes reasonable assumptions about the Claude Code environment and user home directory structure, with clear instructions for handling paths.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 3 open and 908 closed issues in 90 days, the closure rate is high, indicating active maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project has a `CHANGELOG.md` file and uses npm versioning, with recent commits indicating active version management.",{"category":58,"check":62,"severity":63,"summary":104},"The skill itself does not appear to have explicit third-party dependencies that require specific management beyond the Claude Code runtime.",{"category":106,"check":107,"severity":24,"summary":108},"Code Execution","Validation","Input validation is handled through command arguments and script logic, ensuring correct usage.",{"category":66,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The skill modifies configuration files, but these are user-specific settings with no destructive primitives involved.",{"category":106,"check":113,"severity":24,"summary":114},"Error Handling","The scripts provide clear instructions and fallback mechanisms, and configuration changes are reported back to the user.",{"category":106,"check":116,"severity":24,"summary":117},"Logging","The skill provides feedback on its actions and configuration changes, which serves as an audit trail for user actions.",{"category":119,"check":120,"severity":63,"summary":121},"Compliance","GDPR","The skill only configures local user settings and does not process personal data.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill operates on user configuration and paths, making it globally applicable without regional restrictions.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The skill's scripts are written in Node.js and shell, with considerations for cross-platform path handling and executable permissions.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README file provides a comprehensive overview, installation instructions, and feature details.",{"category":33,"check":132,"severity":63,"summary":133},"Tool surface size","The extension exposes a single command and its arguments.",{"category":40,"check":135,"severity":63,"summary":136},"Overlapping near-synonym tools","The skill has only one primary command, so there are no overlapping tools.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, such as HUD presets and display elements, are implemented and configurable through the skill's commands and configuration files.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear, copy-pasteable installation and setup instructions for both marketplace and npm installations.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The skill provides clear feedback on actions, including setup success/failure and configuration changes, with instructions for troubleshooting.",{"category":149,"check":150,"severity":24,"summary":151},"Execution","Pinned dependencies","The installation via npm and the plugin manager implies dependency management. The scripts use standard Node.js features.",{"category":33,"check":153,"severity":63,"summary":154},"Dry-run preview","The skill modifies local configuration files, but these operations are inherently previewable by examining the target files before and after execution.",{"category":156,"check":157,"severity":63,"summary":158},"Protocol","Idempotent retry & timeouts","The skill is a local configuration utility and does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":119,"check":160,"severity":24,"summary":161},"Telemetry opt-in","The skill focuses on local configuration and does not appear to emit any telemetry.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The purpose is precisely defined as configuring HUD display options (layout, presets, display elements) for Claude Code.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter in `SKILL.md` is concise and effectively summarizes the skill's core capability and usage.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The `SKILL.md` content is well-organized, uses progressive disclosure for detailed instructions, and remains concise.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","Detailed setup instructions are provided directly in `SKILL.md` without needing external files, and complex configuration is shown inline.",{"category":172,"check":176,"severity":63,"summary":177},"Forked exploration","The skill is a direct configuration utility and does not involve deep exploration or code review that would warrant `context: fork`.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The README and `SKILL.md` provide clear examples for quick commands, display presets, and manual configuration.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","Troubleshooting steps and specific scenarios like legacy string migration and Node 24+ compatibility are documented.",{"category":106,"check":185,"severity":63,"summary":186},"Tool Fallback","This skill does not rely on external MCP servers or custom tooling; it uses standard Node.js and shell commands.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The setup script includes checks for existing files and provides clear instructions for manual intervention if needed, ensuring a predictable state.",{"category":92,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is self-contained and does not rely on other skills being loaded.",1778699464771,"This skill allows users to customize the Heads-Up Display (HUD) statusline in Claude Code, including layout, presets, and specific display elements. It provides detailed setup instructions, manual configuration options, and troubleshooting guidance.",[197,198,199,200,201],"Configure HUD display options","Switch between minimal, focused, and full presets","Customize individual display elements","Automated setup and configuration checks","Detailed troubleshooting and manual configuration guidance",[203,204,205],"Modifying Claude Code's core functionality beyond statusline configuration.","Providing general Claude Code system management or agent orchestration.","Configuring settings outside of the HUD display options.","3.0.0","4.4.0","To provide users with fine-grained control over the Claude Code HUD statusline, enhancing their development experience through personalized visibility into active processes and system status.","The skill is well-documented, production-ready, and easy to use, with clear installation and configuration steps. It has a focused scope and active maintenance.",98,"Highly polished skill for configuring the Claude Code HUD statusline.",[213,13,214,215],"configuration","statusline","claude-code","global","verified",[219,220,221],"Tailoring the Claude Code statusline to display specific information like Git branch, context usage, or agent status.","Setting up a personalized HUD that reflects individual workflow preferences.","Troubleshooting HUD display issues with clear diagnostic steps.",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"popularity":235,"security":237,"testCoverage":240},{"hasLockfile":224},true,1778699450675,{"descriptionLength":227,"readmeSize":228},65,28400,{"closedIssues90d":230,"forks":231,"hasChangelog":224,"openIssues90d":232,"pushedAt":233,"stars":234},908,3092,3,1778664782000,33691,{"npmDownloads":236},38760,{"hasNpmPackage":224,"license":238,"smitheryVerified":239},"MIT",false,{"hasCi":224,"hasTests":224},{"updatedAt":242},1778699464887,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"skills/hud","Yeachan-Heo","oh-my-claudecode","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":255,"parentExtension":259,"providers":291,"relations":302,"tags":303,"workflow":304},1778699234184.6104,"k17brg5egdw1jbncj1j4wfv3fh86n639",{"reviewCount":8},{"description":253,"installMethods":254,"name":246,"sourceUrl":14},"Multi-agent orchestration system for Claude Code",{"claudeCode":246},{"basePath":256,"githubOwner":245,"githubRepo":246,"locale":257,"slug":246,"type":258},"","fr","plugin",{"_creationTime":260,"_id":261,"community":262,"display":263,"identity":266,"providers":268,"relations":285,"tags":287,"workflow":288},1778699234184.61,"k17faea1fme9qa3pf4hzs9x78d86n2kj",{"reviewCount":8},{"description":264,"installMethods":265,"name":246,"sourceUrl":14},"Claude Code native multi-agent orchestration - intelligent model routing, 28 agents, 32 skills",{"claudeCode":12},{"basePath":256,"githubOwner":245,"githubRepo":246,"locale":257,"slug":246,"type":267},"marketplace",{"evaluate":269,"extract":277},{"promptVersionExtension":270,"promptVersionScoring":207,"score":271,"tags":272,"targetMarket":216,"tier":217},"3.1.0",97,[273,274,215,275,276],"multi-agent","orchestration","ai-agent","developer-tools",{"commitSha":278,"license":238,"marketplace":279,"plugin":283},"HEAD",{"name":280,"pluginCount":281,"version":282},"omc",1,"4.13.7",{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd74zv63fryf9prygtq7gf4es986n22y",[275,215,276,273,274],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778699249209,1778699234184,{"evaluate":292,"extract":299},{"promptVersionExtension":206,"promptVersionScoring":207,"score":293,"tags":294,"targetMarket":216,"tier":217},99,[273,274,295,275,296,297,298],"automation","development-tool","workflow","cli",{"commitSha":278,"license":238,"plugin":300},{"mcpCount":8,"provider":284,"skillCount":301},38,{"parentExtensionId":261,"repoId":286},[275,295,298,296,273,274,297],{"evaluatedAt":305,"extractAt":290,"updatedAt":305},1778699261932,{"evaluate":307,"extract":309},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":308,"targetMarket":216,"tier":217},[213,13,214,215],{"commitSha":278},{"parentExtensionId":250,"repoId":286},{"_creationTime":312,"_id":286,"identity":313,"providers":314,"workflow":992},1778699222147.622,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":315,"discover":975,"extract":978,"github":979,"npm":991},{"commitSha":278,"extensions":316},[317,330,511,571,579,587,595,603,611,619,627,635,643,651,659,667,672,680,688,696,704,712,720,728,745,753,761,769,777,785,817,825,832,840,848,856,864,872,880,888,896,906],{"basePath":256,"description":264,"displayName":280,"installMethods":318,"rationale":319,"selectedPaths":320,"source":329,"sourceLanguage":257,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[321,324,326],{"path":322,"priority":323},".claude-plugin/marketplace.json","mandatory",{"path":325,"priority":323},"README.md",{"path":327,"priority":328},"LICENSE","high","rule",{"basePath":256,"description":253,"displayName":246,"installMethods":331,"license":238,"rationale":332,"selectedPaths":333,"source":329,"sourceLanguage":257,"type":258},{"claudeCode":246},"plugin manifest at .claude-plugin/plugin.json",[334,336,337,338,341,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],{"path":335,"priority":323},".claude-plugin/plugin.json",{"path":325,"priority":323},{"path":327,"priority":328},{"path":339,"priority":340},"skills/ai-slop-cleaner/SKILL.md","medium",{"path":342,"priority":340},"skills/ask/SKILL.md",{"path":344,"priority":340},"skills/autopilot/SKILL.md",{"path":346,"priority":340},"skills/autoresearch/SKILL.md",{"path":348,"priority":340},"skills/cancel/SKILL.md",{"path":350,"priority":340},"skills/ccg/SKILL.md",{"path":352,"priority":340},"skills/configure-notifications/SKILL.md",{"path":354,"priority":340},"skills/debug/SKILL.md",{"path":356,"priority":340},"skills/deep-dive/SKILL.md",{"path":358,"priority":340},"skills/deep-interview/SKILL.md",{"path":360,"priority":340},"skills/deepinit/SKILL.md",{"path":362,"priority":340},"skills/external-context/SKILL.md",{"path":364,"priority":340},"skills/hud/SKILL.md",{"path":366,"priority":340},"skills/learner/SKILL.md",{"path":368,"priority":340},"skills/mcp-setup/SKILL.md",{"path":370,"priority":340},"skills/omc-doctor/SKILL.md",{"path":372,"priority":340},"skills/omc-reference/SKILL.md",{"path":374,"priority":340},"skills/omc-setup/SKILL.md",{"path":376,"priority":340},"skills/omc-teams/SKILL.md",{"path":378,"priority":340},"skills/plan/SKILL.md",{"path":380,"priority":340},"skills/project-session-manager/SKILL.md",{"path":382,"priority":340},"skills/ralph/SKILL.md",{"path":384,"priority":340},"skills/ralplan/SKILL.md",{"path":386,"priority":340},"skills/release/SKILL.md",{"path":388,"priority":340},"skills/remember/SKILL.md",{"path":390,"priority":340},"skills/sciomc/SKILL.md",{"path":392,"priority":340},"skills/self-improve/SKILL.md",{"path":394,"priority":340},"skills/setup/SKILL.md",{"path":396,"priority":340},"skills/skill/SKILL.md",{"path":398,"priority":340},"skills/skillify/SKILL.md",{"path":400,"priority":340},"skills/team/SKILL.md",{"path":402,"priority":340},"skills/trace/SKILL.md",{"path":404,"priority":340},"skills/ultraqa/SKILL.md",{"path":406,"priority":340},"skills/ultrawork/SKILL.md",{"path":408,"priority":340},"skills/verify/SKILL.md",{"path":410,"priority":340},"skills/visual-verdict/SKILL.md",{"path":412,"priority":340},"skills/wiki/SKILL.md",{"path":414,"priority":340},"skills/writer-memory/SKILL.md",{"path":416,"priority":323},".mcp.json",{"path":418,"priority":328},"agents/analyst.md",{"path":420,"priority":328},"agents/architect.md",{"path":422,"priority":328},"agents/code-reviewer.md",{"path":424,"priority":328},"agents/code-simplifier.md",{"path":426,"priority":328},"agents/critic.md",{"path":428,"priority":328},"agents/debugger.md",{"path":430,"priority":328},"agents/designer.md",{"path":432,"priority":328},"agents/document-specialist.md",{"path":434,"priority":328},"agents/executor.md",{"path":436,"priority":328},"agents/explore.md",{"path":438,"priority":328},"agents/git-master.md",{"path":440,"priority":328},"agents/planner.md",{"path":442,"priority":328},"agents/qa-tester.md",{"path":444,"priority":328},"agents/scientist.md",{"path":446,"priority":328},"agents/security-reviewer.md",{"path":448,"priority":328},"agents/test-engineer.md",{"path":450,"priority":328},"agents/tracer.md",{"path":452,"priority":328},"agents/verifier.md",{"path":454,"priority":328},"agents/writer.md",{"path":456,"priority":328},"commands/ask.md",{"path":458,"priority":328},"commands/autoresearch.md",{"path":460,"priority":328},"commands/ccg.md",{"path":462,"priority":328},"commands/configure-notifications.md",{"path":464,"priority":328},"commands/debug.md",{"path":466,"priority":328},"commands/deep-dive.md",{"path":468,"priority":328},"commands/deepinit.md",{"path":470,"priority":328},"commands/external-context.md",{"path":472,"priority":328},"commands/hud.md",{"path":474,"priority":328},"commands/learner.md",{"path":476,"priority":328},"commands/mcp-setup.md",{"path":478,"priority":328},"commands/omc-doctor.md",{"path":480,"priority":328},"commands/omc-setup.md",{"path":482,"priority":328},"commands/omc-teams.md",{"path":484,"priority":328},"commands/project-session-manager.md",{"path":486,"priority":328},"commands/psm.md",{"path":488,"priority":328},"commands/release.md",{"path":490,"priority":328},"commands/remember.md",{"path":492,"priority":328},"commands/sciomc.md",{"path":494,"priority":328},"commands/self-improve.md",{"path":496,"priority":328},"commands/skill.md",{"path":498,"priority":328},"commands/skillify.md",{"path":500,"priority":328},"commands/trace.md",{"path":502,"priority":328},"commands/verify.md",{"path":504,"priority":328},"commands/visual-verdict.md",{"path":506,"priority":328},"commands/wiki.md",{"path":508,"priority":328},"commands/writer-memory.md",{"path":510,"priority":328},"hooks/hooks.json",{"basePath":512,"description":513,"displayName":512,"installMethods":514,"rationale":515,"selectedPaths":516,"source":329,"sourceLanguage":18,"type":247},"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",[517,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],{"path":518,"priority":323},"SKILL.md",{"path":520,"priority":340},"ask.md",{"path":522,"priority":340},"autoresearch.md",{"path":524,"priority":340},"ccg.md",{"path":526,"priority":340},"configure-notifications.md",{"path":528,"priority":340},"debug.md",{"path":530,"priority":340},"deep-dive.md",{"path":532,"priority":340},"deepinit.md",{"path":534,"priority":340},"external-context.md",{"path":536,"priority":340},"hud.md",{"path":538,"priority":340},"learner.md",{"path":540,"priority":340},"mcp-setup.md",{"path":542,"priority":340},"omc-doctor.md",{"path":544,"priority":340},"omc-setup.md",{"path":546,"priority":340},"omc-teams.md",{"path":548,"priority":340},"project-session-manager.md",{"path":550,"priority":340},"psm.md",{"path":552,"priority":340},"release.md",{"path":554,"priority":340},"remember.md",{"path":556,"priority":340},"sciomc.md",{"path":558,"priority":340},"self-improve.md",{"path":560,"priority":340},"skillify.md",{"path":562,"priority":340},"trace.md",{"path":564,"priority":340},"verify.md",{"path":566,"priority":340},"visual-verdict.md",{"path":568,"priority":340},"wiki.md",{"path":570,"priority":340},"writer-memory.md",{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":329,"sourceLanguage":18,"type":247},"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",[578],{"path":518,"priority":323},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":329,"sourceLanguage":18,"type":247},"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",[586],{"path":518,"priority":323},{"basePath":588,"description":589,"displayName":590,"installMethods":591,"rationale":592,"selectedPaths":593,"source":329,"sourceLanguage":18,"type":247},"skills/autopilot","Full autonomous execution from idea to working code","autopilot",{"claudeCode":12},"SKILL.md frontmatter at skills/autopilot/SKILL.md",[594],{"path":518,"priority":323},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":329,"sourceLanguage":18,"type":247},"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",[602],{"path":518,"priority":323},{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":329,"sourceLanguage":18,"type":247},"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",[610],{"path":518,"priority":323},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":329,"sourceLanguage":18,"type":247},"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",[618],{"path":518,"priority":323},{"basePath":620,"description":621,"displayName":622,"installMethods":623,"rationale":624,"selectedPaths":625,"source":329,"sourceLanguage":18,"type":247},"skills/configure-notifications","Configure notification integrations (Telegram, Discord, Slack) via natural language","configure-notifications",{"claudeCode":12},"SKILL.md frontmatter at skills/configure-notifications/SKILL.md",[626],{"path":518,"priority":323},{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":329,"sourceLanguage":18,"type":247},"skills/debug","Diagnose the current OMC session or repo state using logs, traces, state, and focused reproduction","debug",{"claudeCode":12},"SKILL.md frontmatter at skills/debug/SKILL.md",[634],{"path":518,"priority":323},{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":329,"sourceLanguage":18,"type":247},"skills/deep-dive","2-stage pipeline: trace (causal investigation) -> deep-interview (requirements crystallization) with 3-point injection","deep-dive",{"claudeCode":12},"SKILL.md frontmatter at skills/deep-dive/SKILL.md",[642],{"path":518,"priority":323},{"basePath":644,"description":645,"displayName":646,"installMethods":647,"rationale":648,"selectedPaths":649,"source":329,"sourceLanguage":18,"type":247},"skills/deep-interview","Socratic deep interview with mathematical ambiguity gating before explicit execution approval","deep-interview",{"claudeCode":12},"SKILL.md frontmatter at skills/deep-interview/SKILL.md",[650],{"path":518,"priority":323},{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":329,"sourceLanguage":18,"type":247},"skills/deepinit","Deep codebase initialization with hierarchical AGENTS.md documentation","deepinit",{"claudeCode":12},"SKILL.md frontmatter at skills/deepinit/SKILL.md",[658],{"path":518,"priority":323},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":329,"sourceLanguage":18,"type":247},"skills/external-context","Invoke parallel document-specialist agents for external web searches and documentation lookup","external-context",{"claudeCode":12},"SKILL.md frontmatter at skills/external-context/SKILL.md",[666],{"path":518,"priority":323},{"basePath":244,"description":10,"displayName":13,"installMethods":668,"rationale":669,"selectedPaths":670,"source":329,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at skills/hud/SKILL.md",[671],{"path":518,"priority":323},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":329,"sourceLanguage":18,"type":247},"skills/learner","Extract a learned skill from the current conversation","learner",{"claudeCode":12},"SKILL.md frontmatter at skills/learner/SKILL.md",[679],{"path":518,"priority":323},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":329,"sourceLanguage":18,"type":247},"skills/mcp-setup","Configure popular MCP servers for enhanced agent capabilities","mcp-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-setup/SKILL.md",[687],{"path":518,"priority":323},{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":329,"sourceLanguage":18,"type":247},"skills/omc-doctor","Diagnose and fix oh-my-claudecode installation issues","omc-doctor",{"claudeCode":12},"SKILL.md frontmatter at skills/omc-doctor/SKILL.md",[695],{"path":518,"priority":323},{"basePath":697,"description":698,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":329,"sourceLanguage":18,"type":247},"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",[703],{"path":518,"priority":323},{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":329,"sourceLanguage":18,"type":247},"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",[711],{"path":518,"priority":323},{"basePath":713,"description":714,"displayName":715,"installMethods":716,"rationale":717,"selectedPaths":718,"source":329,"sourceLanguage":18,"type":247},"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",[719],{"path":518,"priority":323},{"basePath":721,"description":722,"displayName":723,"installMethods":724,"rationale":725,"selectedPaths":726,"source":329,"sourceLanguage":18,"type":247},"skills/plan","Strategic planning with optional interview workflow","omc-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/plan/SKILL.md",[727],{"path":518,"priority":323},{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":329,"sourceLanguage":18,"type":247},"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",[735,736,739,741,743],{"path":518,"priority":323},{"path":737,"priority":738},"templates/feature.md","low",{"path":740,"priority":738},"templates/issue-fix.md",{"path":742,"priority":738},"templates/pr-review.md",{"path":744,"priority":738},"templates/projects.json",{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":329,"sourceLanguage":18,"type":247},"skills/ralph","Self-referential loop until task completion with configurable verification reviewer","ralph",{"claudeCode":12},"SKILL.md frontmatter at skills/ralph/SKILL.md",[752],{"path":518,"priority":323},{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":329,"sourceLanguage":18,"type":247},"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",[760],{"path":518,"priority":323},{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":329,"sourceLanguage":18,"type":247},"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",[768],{"path":518,"priority":323},{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":329,"sourceLanguage":18,"type":247},"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",[776],{"path":518,"priority":323},{"basePath":778,"description":779,"displayName":780,"installMethods":781,"rationale":782,"selectedPaths":783,"source":329,"sourceLanguage":18,"type":247},"skills/sciomc","Orchestrate parallel scientist agents for comprehensive analysis with AUTO mode","sciomc",{"claudeCode":12},"SKILL.md frontmatter at skills/sciomc/SKILL.md",[784],{"path":518,"priority":323},{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":329,"sourceLanguage":18,"type":247},"skills/self-improve","Autonomous evolutionary code improvement engine with tournament selection","self-improve",{"claudeCode":12},"SKILL.md frontmatter at skills/self-improve/SKILL.md",[792,793,795,797,799,801,803,805,807,809,811,813,815],{"path":518,"priority":323},{"path":794,"priority":340},"data_contracts.md",{"path":796,"priority":738},"scripts/plot_progress.py",{"path":798,"priority":738},"scripts/resolve-paths.mjs",{"path":800,"priority":738},"scripts/validate.sh",{"path":802,"priority":340},"si-benchmark-builder.md",{"path":804,"priority":340},"si-goal-clarifier.md",{"path":806,"priority":340},"si-researcher.md",{"path":808,"priority":738},"templates/agent-settings.json",{"path":810,"priority":738},"templates/goal.md",{"path":812,"priority":738},"templates/harness.md",{"path":814,"priority":738},"templates/idea.md",{"path":816,"priority":738},"templates/settings.json",{"basePath":818,"description":819,"displayName":820,"installMethods":821,"rationale":822,"selectedPaths":823,"source":329,"sourceLanguage":18,"type":247},"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",[824],{"path":518,"priority":323},{"basePath":826,"description":827,"displayName":247,"installMethods":828,"rationale":829,"selectedPaths":830,"source":329,"sourceLanguage":18,"type":247},"skills/skill","Manage local skills - list, add, remove, search, edit, setup wizard",{"claudeCode":12},"SKILL.md frontmatter at skills/skill/SKILL.md",[831],{"path":518,"priority":323},{"basePath":833,"description":834,"displayName":835,"installMethods":836,"rationale":837,"selectedPaths":838,"source":329,"sourceLanguage":18,"type":247},"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",[839],{"path":518,"priority":323},{"basePath":841,"description":842,"displayName":843,"installMethods":844,"rationale":845,"selectedPaths":846,"source":329,"sourceLanguage":18,"type":247},"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",[847],{"path":518,"priority":323},{"basePath":849,"description":850,"displayName":851,"installMethods":852,"rationale":853,"selectedPaths":854,"source":329,"sourceLanguage":18,"type":247},"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",[855],{"path":518,"priority":323},{"basePath":857,"description":858,"displayName":859,"installMethods":860,"rationale":861,"selectedPaths":862,"source":329,"sourceLanguage":18,"type":247},"skills/ultraqa","QA cycling workflow - test, verify, fix, repeat until goal met","ultraqa",{"claudeCode":12},"SKILL.md frontmatter at skills/ultraqa/SKILL.md",[863],{"path":518,"priority":323},{"basePath":865,"description":866,"displayName":867,"installMethods":868,"rationale":869,"selectedPaths":870,"source":329,"sourceLanguage":18,"type":247},"skills/ultrawork","Parallel execution engine for high-throughput task completion","ultrawork",{"claudeCode":12},"SKILL.md frontmatter at skills/ultrawork/SKILL.md",[871],{"path":518,"priority":323},{"basePath":873,"description":874,"displayName":875,"installMethods":876,"rationale":877,"selectedPaths":878,"source":329,"sourceLanguage":18,"type":247},"skills/verify","Verify that a change really works before you claim completion","verify",{"claudeCode":12},"SKILL.md frontmatter at skills/verify/SKILL.md",[879],{"path":518,"priority":323},{"basePath":881,"description":882,"displayName":883,"installMethods":884,"rationale":885,"selectedPaths":886,"source":329,"sourceLanguage":18,"type":247},"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",[887],{"path":518,"priority":323},{"basePath":889,"description":890,"displayName":891,"installMethods":892,"rationale":893,"selectedPaths":894,"source":329,"sourceLanguage":18,"type":247},"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",[895],{"path":518,"priority":323},{"basePath":897,"description":898,"displayName":899,"installMethods":900,"rationale":901,"selectedPaths":902,"source":329,"sourceLanguage":18,"type":247},"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",[903,904],{"path":518,"priority":323},{"path":905,"priority":738},"templates/synopsis-template.md",{"basePath":256,"description":907,"displayName":908,"installMethods":909,"license":238,"rationale":910,"selectedPaths":911,"source":329,"sourceLanguage":257,"type":974},"Multi-agent orchestration system for Claude Code - Inspired by oh-my-opencode","oh-my-claude-sisyphus",{"npm":908},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[912,914,915,916,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],{"path":913,"priority":323},"package.json",{"path":325,"priority":323},{"path":327,"priority":328},{"path":917,"priority":340},"bridge/cli.cjs",{"path":919,"priority":738},"src/index.ts",{"path":921,"priority":738},"src/tools/ast-tools.ts",{"path":923,"priority":738},"src/tools/deepinit-manifest.ts",{"path":925,"priority":738},"src/tools/diagnostics/index.ts",{"path":927,"priority":738},"src/tools/diagnostics/lsp-aggregator.ts",{"path":929,"priority":738},"src/tools/diagnostics/tsc-runner.ts",{"path":931,"priority":738},"src/tools/index.ts",{"path":933,"priority":738},"src/tools/lsp/client.ts",{"path":935,"priority":738},"src/tools/lsp/devcontainer.ts",{"path":937,"priority":738},"src/tools/lsp/index.ts",{"path":939,"priority":738},"src/tools/lsp/servers.ts",{"path":941,"priority":738},"src/tools/lsp/utils.ts",{"path":943,"priority":738},"src/tools/lsp-tools.ts",{"path":945,"priority":738},"src/tools/memory-tools.ts",{"path":947,"priority":738},"src/tools/notepad-tools.ts",{"path":949,"priority":738},"src/tools/python-repl/bridge-manager.ts",{"path":951,"priority":738},"src/tools/python-repl/index.ts",{"path":953,"priority":738},"src/tools/python-repl/paths.ts",{"path":955,"priority":738},"src/tools/python-repl/session-lock.ts",{"path":957,"priority":738},"src/tools/python-repl/socket-client.ts",{"path":959,"priority":738},"src/tools/python-repl/tool.ts",{"path":961,"priority":738},"src/tools/resume-session.ts",{"path":963,"priority":738},"src/tools/session-history-tools.ts",{"path":965,"priority":738},"src/tools/shared-memory-tools.ts",{"path":967,"priority":738},"src/tools/skills-tools.ts",{"path":969,"priority":738},"src/tools/state-tools.ts",{"path":971,"priority":738},"src/tools/trace-tools.ts",{"path":973,"priority":738},"src/tools/wiki-tools.ts","mcp",{"sources":976},[977],"manual",{"npmPackage":908},{"closedIssues90d":230,"description":980,"forks":231,"homepage":981,"license":238,"openIssues90d":232,"pushedAt":233,"readmeSize":228,"stars":234,"topics":982},"Teams-first Multi-agent orchestration for Claude Code","https://oh-my-claudecode.dev",[983,984,985,215,986,987,988,295,989,990],"agentic-coding","ai-agents","claude","oh-my-opencode","opencode","vibe-coding","multi-agent-systems","parallel-execution",{"downloads":236},{"classifiedAt":993,"discoverAt":994,"extractAt":995,"githubAt":995,"npmAt":996,"updatedAt":993},1778699233952,1778699222147,1778699228505,1778699232128,[215,213,13,214],{"evaluatedAt":242,"extractAt":290,"updatedAt":242},[],[1001,1031,1060,1080,1107,1137],{"_creationTime":1002,"_id":1003,"community":1004,"display":1005,"identity":1011,"providers":1015,"relations":1024,"tags":1026,"workflow":1027},1778699106670.4258,"k17c1n6dbde7qh2wemx78d13t986n7x2",{"reviewCount":8},{"description":1006,"installMethods":1007,"name":1009,"sourceUrl":1010},"Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.",{"claudeCode":1008},"xixu-me/skills","running-claude-code-via-litellm-copilot","https://github.com/xixu-me/skills",{"basePath":1012,"githubOwner":1013,"githubRepo":1014,"locale":18,"slug":1009,"type":247},"skills/running-claude-code-via-litellm-copilot","xixu-me","skills",{"evaluate":1016,"extract":1023},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1017,"tags":1018,"targetMarket":216,"tier":217},100,[1019,1020,1021,215,213,1022],"copilot","litellm","proxy","troubleshooting",{"commitSha":278},{"repoId":1025},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[215,213,1019,1020,1021,1022],{"evaluatedAt":1028,"extractAt":1029,"updatedAt":1030},1778699196029,1778699106670,1778699384216,{"_creationTime":1032,"_id":1033,"community":1034,"display":1035,"identity":1041,"providers":1046,"relations":1053,"tags":1056,"workflow":1057},1778692488329.0164,"k17d7dgccv6vnj9tcw0cehwnph86nryb",{"reviewCount":8},{"description":1036,"installMethods":1037,"name":1039,"sourceUrl":1040},"Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.",{"claudeCode":1038},"luiseiman/claude-kit","Rule Effectiveness Analysis","https://github.com/luiseiman/claude-kit",{"basePath":1042,"githubOwner":1043,"githubRepo":1044,"locale":18,"slug":1045,"type":247},"skills/rule-effectiveness","luiseiman","claude-kit","rule-effectiveness",{"evaluate":1047,"extract":1052},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1017,"tags":1048,"targetMarket":216,"tier":217},[215,213,1049,1050,1051],"analysis","optimization","git",{"commitSha":278,"license":238},{"parentExtensionId":1054,"repoId":1055},"k17650xadq8363kzchr4w0gmf186nq24","kd79wqc8an5wh20cc2znr8tyb586mxwx",[1049,215,213,1051,1050],{"evaluatedAt":1058,"extractAt":1059,"updatedAt":1058},1778693275143,1778692488329,{"_creationTime":1061,"_id":1062,"community":1063,"display":1064,"identity":1068,"providers":1070,"relations":1076,"tags":1077,"workflow":1078},1778692488329.0137,"k172mwc9y507ztvq3eqqkqnhvh86n16s",{"reviewCount":8},{"description":1065,"installMethods":1066,"name":1067,"sourceUrl":1040},"Initializes the Claude Code configuration in a new or existing project using the dotforge template.",{"claudeCode":1038},"bootstrap-project",{"basePath":1069,"githubOwner":1043,"githubRepo":1044,"locale":18,"slug":1067,"type":247},"skills/bootstrap-project",{"evaluate":1071,"extract":1075},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1017,"tags":1072,"targetMarket":216,"tier":217},[213,1073,295,1074,215],"project-setup","dotforge",{"commitSha":278},{"parentExtensionId":1054,"repoId":1055},[295,215,213,1074,1073],{"evaluatedAt":1079,"extractAt":1059,"updatedAt":1079},1778692993130,{"_creationTime":1081,"_id":1082,"community":1083,"display":1084,"identity":1090,"providers":1095,"relations":1100,"tags":1103,"workflow":1104},1778696691708.329,"k170yjw596k3cg892bq130jyd186mhyz",{"reviewCount":8},{"description":1085,"installMethods":1086,"name":1088,"sourceUrl":1089},"Validate a Claude Code plugin structure, frontmatter, and MCP tool references",{"claudeCode":1087},"ruvnet/ruflo","Validate Plugin","https://github.com/ruvnet/ruflo",{"basePath":1091,"githubOwner":1092,"githubRepo":1093,"locale":18,"slug":1094,"type":247},"plugins/ruflo-plugin-creator/skills/validate-plugin","ruvnet","ruflo","validate-plugin",{"evaluate":1096,"extract":1099},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1017,"tags":1097,"targetMarket":216,"tier":217},[1098,258,276,215,974],"validation",{"commitSha":278,"license":238},{"parentExtensionId":1101,"repoId":1102},"k17f4y1y2y777p7zrxxhbnf03n86mr5j","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[215,276,974,258,1098],{"evaluatedAt":1105,"extractAt":1106,"updatedAt":1105},1778701241052,1778696691708,{"_creationTime":1108,"_id":1109,"community":1110,"display":1111,"identity":1117,"providers":1121,"relations":1129,"tags":1132,"workflow":1133},1778696712851.9746,"k17ef0e0f693nd248cs3f63rys86ndy8",{"reviewCount":8},{"description":1112,"installMethods":1113,"name":1115,"sourceUrl":1116},"Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says \"guard\", \"protect session\", \"context getting long\", \"prevent compaction\", \"session management\", or is running agent teams that need continuous context protection.\n",{"claudeCode":1114},"Ruya-AI/cozempic","guard","https://github.com/Ruya-AI/cozempic",{"basePath":1118,"githubOwner":1119,"githubRepo":1120,"locale":18,"slug":1115,"type":247},"plugin/skills/guard","Ruya-AI","cozempic",{"evaluate":1122,"extract":1128},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1017,"tags":1123,"targetMarket":216,"tier":217},[1124,1125,215,1126,1127],"session-management","context-pruning","python","utility",{"commitSha":278},{"parentExtensionId":1130,"repoId":1131},"k176hd1j2vn0hpak7ds6v3eand86mfqh","kd79d77qmyh3826dwhk7ynx9xd86nmqm",[215,1125,1126,1124,1127],{"evaluatedAt":1134,"extractAt":1135,"updatedAt":1136},1778696790816,1778696712852,1778696924761,{"_creationTime":1138,"_id":1139,"community":1140,"display":1141,"identity":1147,"providers":1151,"relations":1158,"tags":1161,"workflow":1162},1778694480889.9487,"k17eg219cke0p45yfhh8n2t37986mgm4",{"reviewCount":8},{"description":1142,"installMethods":1143,"name":1145,"sourceUrl":1146},"Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration",{"claudeCode":1144},"NeoLabHQ/context-engineering-kit","create-command","https://github.com/NeoLabHQ/context-engineering-kit",{"basePath":1148,"githubOwner":1149,"githubRepo":1150,"locale":18,"slug":1145,"type":247},"plugins/customaize-agent/skills/create-command","NeoLabHQ","context-engineering-kit",{"evaluate":1152,"extract":1157},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1017,"tags":1153,"targetMarket":216,"tier":217},[1154,1155,1156,974,215],"command-creation","agent-development","prompt-engineering",{"commitSha":278},{"parentExtensionId":1159,"repoId":1160},"k173g0c46wghgz5j9gn02wfydn86mkh8","kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[1155,215,1154,974,1156],{"evaluatedAt":1163,"extractAt":1164,"updatedAt":1163},1778694773368,1778694480890]