[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Ruya-AI-treat-en":3,"guides-for-Ruya-AI-treat":418,"similar-k178yja51cgmcwkj5yctnzbj3186m30w-en":419},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":235,"parentExtension":249,"providers":303,"relations":307,"repo":308,"tags":415,"workflow":416},1778696712851.975,"k178yja51cgmcwkj5yctnzbj3186m30w",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Prune bloated session with a prescription. Removes progress ticks, stale reads, duplicate content, and more.",{"claudeCode":12},"Ruya-AI/cozempic","treat","https://github.com/Ruya-AI/cozempic",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":242},1778696822903.0022,"kn7dz88zbzxnessftrhxry4hr586mag0","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":201,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[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,112,115,119,122,125,128,131,134,137,141,145,149,152,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 bloated LLM sessions and the solution of pruning them.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","Cozempic offers a unique value proposition by providing 18 composable strategies and continuous protection through a guard daemon, going beyond simple prompt engineering for session management.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension is production-ready, offering a complete lifecycle of features including installation, continuous monitoring, and safety mechanisms like backups and dry-runs.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on managing and pruning Claude Code sessions, with all features directly supporting this core responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the extension's purpose of pruning bloated sessions.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension primarily uses scoped Bash commands with specific arguments, avoiding a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","Configuration options and environment variables are well-documented in the README, including defaults and effects.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like `cozempic current`, `cozempic treat`, and `cozempic doctor` are descriptive and follow kebab-case convention.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tools accept specific arguments and structured input where applicable, and outputs are detailed diagnostic information or confirmation messages, not arbitrary data dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under MIT, a permissive open-source license, with the license text provided in a dedicated file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits within the last 3 months, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The README states 'Zero external dependencies' and specifies Python 3.10+ stdlib only, indicating no external dependency management is needed.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension does not appear to handle or expose secrets, focusing solely on session data manipulation.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The tool operates on session data and CLI commands, with clear input validation and dry-run features mitigating injection risks.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension relies only on standard Python libraries and does not fetch external content at runtime, preventing supply-chain risks.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The tool's operations are confined to session files and its own execution environment, with no attempts to modify files outside its designated scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached processes or deny-retry loops were observed that could indicate sandbox escape attempts.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension focuses on local session pruning and does not exfiltrate user data or credentials.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content is free of hidden steering tricks, and descriptions use clean, printable ASCII.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The extension's code is standard Python and does not employ obfuscation techniques like base64 payloads or runtime fetches.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The tool assumes standard file structures for session management and has clear preconditions documented, with graceful fallbacks if not met.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The project has a high issue closure rate (56 closed vs. 1 open in 90 days), indicating active maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The extension clearly declares its version (e.g., 1.8.10 in README) and uses semver, facilitating version tracking.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The tool uses explicit argument parsing and validation, with features like dry-run and confirmation gates ensuring safe operations.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","Destructive operations are guarded by confirmation prompts (`--execute`) and dry-run mode, preventing accidental data loss.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","Errors are handled gracefully with clear messages, dry-run previews, and backups, allowing users to recover from unexpected states.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The tool provides detailed diagnostic output and logs actions through its CLI interface, allowing users to review what ran.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The extension operates on local session data and does not handle personal data or submit it to third parties.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The tool is designed for Claude Code sessions universally and has no regional restrictions.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The extension has zero external dependencies beyond Python 3.10+ stdlib and is designed to run in standard environments.",{"category":44,"check":126,"severity":24,"summary":127},"README","A comprehensive README file exists, clearly stating the extension's purpose, features, and installation instructions.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The extension exposes a manageable number of tools (around 10 core commands), fitting within the recommended range.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The tool names are distinct and cover specific functionalities (e.g., `diagnose`, `treat`, `doctor`) without significant overlap.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All advertised features, such as the guard daemon and behavioral digest, have corresponding implementations and CLI commands.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","Clear installation instructions are provided for multiple package managers (pip, pipx, Homebrew, Nix), including a direct plugin installation method.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","Error messages provide context about what failed, why, and suggest remediation steps, such as using specific flags or consulting documentation.",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","The extension specifies Python 3.10+ stdlib only, eliminating the need for third-party dependency pinning and lockfiles.",{"category":33,"check":150,"severity":24,"summary":151},"Dry-run preview","A `--dry-run` flag (via `--execute` without execution) is the default behavior for state-changing operations, showing intended changes.",{"category":153,"check":154,"severity":155,"summary":156},"Protocol","Idempotent retry & timeouts","not_applicable","The extension operates locally on session files and does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":116,"check":158,"severity":24,"summary":159},"Telemetry opt-in","Telemetry is opt-in via `COZEMPIC_NO_TELEMETRY=1` and collects only anonymous usage counters, as documented.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly defines its purpose (pruning bloated sessions) and when to use it (instead of reload), naming the artifact (session) and intent (prune).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is dense, self-contained, and accurately summarizes the core capability and use cases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is concise and delegates detailed information like strategies and commands to the README.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed information such as strategies, commands, and configuration is delegated to the README, while SKILL.md remains focused on core procedure.",{"category":170,"check":174,"severity":155,"summary":175},"Forked exploration","The skill operates on local files and does not involve deep exploration or research that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides numerous clear, ready-to-use examples for all major commands and functionalities.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation lists failure modes and limitations, such as session corruption or ambiguous detection, with recovery steps.",{"category":103,"check":183,"severity":155,"summary":184},"Tool Fallback","The skill only uses standard Python libraries and does not rely on external tools like MCP servers, thus no fallback is needed.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The tool's design, including dry-run and confirmation gates, ensures it halts or reports clearly on unexpected pre-state conditions.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focuses on session management, with no implicit reliance on other skills.",1778696822743,"Cozempic is a Python-based CLI tool designed to prune bloated Claude Code sessions by removing redundant or unnecessary content such as progress ticks, stale reads, and duplicate data. It offers multiple levels of 'prescriptions' (gentle, standard, aggressive) and features a continuous guard daemon for automatic protection, behavioral digest extraction, and agent team coordination. It installs via standard Python package managers or as a Claude Code plugin.",[195,196,197,198,199,200],"18 composable pruning strategies","Continuous session protection via guard daemon","Behavioral digest for persisting corrections","Agent Teams state protection","Token-aware diagnostics and context window auto-detection","Multiple installation methods (pip, pipx, Homebrew, Nix)",[202,203,204,205],"Performing actions not directly related to session content pruning","Modifying conversation history or agent behavior beyond extracting corrections","Replacing the core LLM functionality or session persistence mechanisms","Operating without explicit user confirmation for destructive actions","3.0.0","4.4.0","To significantly reduce the token count and size of LLM sessions, making API calls more efficient and cost-effective, while preserving essential context and conversation integrity.","All checks passed with no warnings or criticals. The extension is well-documented, production-ready, and securely implemented.",100,"Excellent skill for optimizing LLM context sessions with robust features and clear documentation.",[213,214,215,216,217],"session-management","context-pruning","llm-optimization","python","cli","global","verified",[221,222,223,224],"Reducing API costs by minimizing token usage in long LLM sessions","Preventing context loss and coordination issues in Agent Teams","Diagnosing and fixing session corruption or performance issues","Maintaining lean and efficient LLM sessions for developers",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":239,"testCoverage":241},{"hasLockfile":227},true,1778696807655,{"descriptionLength":230,"readmeSize":231},108,16287,{"closedIssues90d":233,"forks":234,"hasChangelog":235,"openIssues90d":236,"pushedAt":237,"stars":238},56,18,false,1,1778677667000,295,{"hasNpmPackage":235,"license":240,"smitheryVerified":235},"MIT",{"hasCi":235,"hasTests":227},{"updatedAt":243},1778696822903,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"plugin/skills/treat","Ruya-AI","cozempic","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":256,"parentExtension":258,"providers":287,"relations":298,"tags":299,"workflow":300},1778696712851.9739,"k176hd1j2vn0hpak7ds6v3eand86mfqh",{"reviewCount":8},{"description":254,"installMethods":255,"name":247,"sourceUrl":14},"2x the effective context with smart weight-loss for Claude Code — prune bloated sessions, protect agent teams from compaction, monitor token usage with MCP tools",{"claudeCode":247},{"basePath":257,"githubOwner":246,"githubRepo":247,"locale":18,"slug":257,"type":257},"plugin",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":264,"providers":267,"relations":280,"tags":282,"workflow":283},1778696712851.9736,"k1730g2nnwga3htdfycmc8h1gd86m3cs",{"reviewCount":8},{"description":254,"installMethods":263,"name":247,"sourceUrl":14},{"claudeCode":12},{"basePath":265,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":266},"","marketplace",{"evaluate":268,"extract":275},{"promptVersionExtension":269,"promptVersionScoring":207,"score":210,"tags":270,"targetMarket":218,"tier":219},"3.1.0",[271,272,273,213,274],"context","optimization","claude-code","ai-productivity",{"commitSha":276,"marketplace":277,"plugin":278},"HEAD",{"name":247,"pluginCount":236},{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd79d77qmyh3826dwhk7ynx9xd86nmqm",[274,273,271,272,213],{"evaluatedAt":284,"extractAt":285,"updatedAt":286},1778696729067,1778696712852,1778696924064,{"evaluate":288,"extract":295},{"promptVersionExtension":206,"promptVersionScoring":207,"score":289,"tags":290,"targetMarket":218,"tier":294},93,[291,292,273,217,216,293],"context-management","session-pruning","agent-teams","community",{"commitSha":276,"license":240,"plugin":296},{"mcpCount":8,"provider":279,"skillCount":297},5,{"parentExtensionId":260,"repoId":281},[293,273,217,291,216,292],{"evaluatedAt":301,"extractAt":285,"updatedAt":302},1778696747775,1778696924405,{"evaluate":304,"extract":306},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":305,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":276},{"parentExtensionId":251,"repoId":281},{"_creationTime":309,"_id":281,"identity":310,"providers":311,"workflow":411},1778696708534.205,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":312,"discover":400,"github":403},{"commitSha":276,"extensions":313},[314,327,349,358,366,374,382,387],{"basePath":265,"description":254,"displayName":247,"installMethods":315,"rationale":316,"selectedPaths":317,"source":326,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[318,321,323],{"path":319,"priority":320},".claude-plugin/marketplace.json","mandatory",{"path":322,"priority":320},"README.md",{"path":324,"priority":325},"LICENSE","high","rule",{"basePath":257,"description":254,"displayName":247,"installMethods":328,"license":240,"rationale":329,"selectedPaths":330,"source":326,"sourceLanguage":18,"type":257},{"claudeCode":247},"plugin manifest at plugin/.claude-plugin/plugin.json",[331,333,334,337,339,341,343,345,347],{"path":332,"priority":320},".claude-plugin/plugin.json",{"path":322,"priority":320},{"path":335,"priority":336},"skills/diagnose/SKILL.md","medium",{"path":338,"priority":336},"skills/doctor/SKILL.md",{"path":340,"priority":336},"skills/guard/SKILL.md",{"path":342,"priority":336},"skills/reload/SKILL.md",{"path":344,"priority":336},"skills/treat/SKILL.md",{"path":346,"priority":320},".mcp.json",{"path":348,"priority":325},"hooks/hooks.json",{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":326,"sourceLanguage":18,"type":248},"plugin/skills/diagnose","Analyze Claude Code session bloat — shows token count, context usage %, and bloat breakdown. Use when the user asks about session size, context usage, or when you notice the context window is getting full.","diagnose",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/diagnose/SKILL.md",[356],{"path":357,"priority":320},"SKILL.md",{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":326,"sourceLanguage":18,"type":248},"plugin/skills/doctor","Run health checks on Claude Code configuration and sessions. Use when troubleshooting Claude Code issues.","doctor",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/doctor/SKILL.md",[365],{"path":357,"priority":320},{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":326,"sourceLanguage":18,"type":248},"plugin/skills/guard","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","guard",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/guard/SKILL.md",[373],{"path":357,"priority":320},{"basePath":375,"description":376,"displayName":377,"installMethods":378,"rationale":379,"selectedPaths":380,"source":326,"sourceLanguage":18,"type":248},"plugin/skills/reload","Treat the current session and auto-resume in a new terminal window.","reload",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/reload/SKILL.md",[381],{"path":357,"priority":320},{"basePath":245,"description":10,"displayName":13,"installMethods":383,"rationale":384,"selectedPaths":385,"source":326,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/treat/SKILL.md",[386],{"path":357,"priority":320},{"basePath":265,"installMethods":388,"rationale":389,"selectedPaths":390,"source":326,"sourceLanguage":18,"type":217},{"npm":247,"pypi":247},"cli ecosystem detected at / (coalesced with duplicate cli at npm)",[391,393,394,395,397],{"path":392,"priority":320},"pyproject.toml",{"path":322,"priority":320},{"path":324,"priority":325},{"path":396,"priority":336},"src/cozempic/cli.py",{"path":398,"priority":399},"src/cozempic/__main__.py","low",{"sources":401},[402],"manual",{"closedIssues90d":233,"description":404,"forks":234,"homepage":405,"license":240,"openIssues90d":236,"pushedAt":237,"readmeSize":231,"stars":238,"topics":406},"Context cleaning for Claude Code — prune bloated sessions, protect Agent Teams from context loss, auto-guard with tiered pruning","https://pypi.org/project/cozempic/",[273,407,271,408,293,217,291,409,410,216,213],"claude-skills","llm-tools","jsonl","pruning",{"classifiedAt":412,"discoverAt":413,"extractAt":414,"githubAt":414,"updatedAt":412},1778696712649,1778696708534,1778696710633,[217,214,215,216,213],{"evaluatedAt":243,"extractAt":285,"updatedAt":417},1778696925366,[],[420,437,468,496,521,541],{"_creationTime":421,"_id":422,"community":423,"display":424,"identity":426,"providers":427,"relations":432,"tags":433,"workflow":434},1778696712851.9746,"k17ef0e0f693nd248cs3f63rys86ndy8",{"reviewCount":8},{"description":368,"installMethods":425,"name":369,"sourceUrl":14},{"claudeCode":12},{"basePath":367,"githubOwner":246,"githubRepo":247,"locale":18,"slug":369,"type":248},{"evaluate":428,"extract":431},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":429,"targetMarket":218,"tier":219},[213,214,273,216,430],"utility",{"commitSha":276},{"parentExtensionId":251,"repoId":281},[273,214,216,213,430],{"evaluatedAt":435,"extractAt":285,"updatedAt":436},1778696790816,1778696924761,{"_creationTime":438,"_id":439,"community":440,"display":441,"identity":447,"providers":452,"relations":461,"tags":464,"workflow":465},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":442,"installMethods":443,"name":445,"sourceUrl":446},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":444},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":448,"githubOwner":449,"githubRepo":450,"locale":18,"slug":451,"type":248},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":453,"extract":460},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":454,"targetMarket":218,"tier":219},[455,456,457,458,459,217],"finance","trading","market-analysis","ai","typescript",{"commitSha":276,"license":240},{"parentExtensionId":462,"repoId":463},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[458,217,455,457,456,459],{"evaluatedAt":466,"extractAt":467,"updatedAt":466},1778701108877,1778696691708,{"_creationTime":469,"_id":470,"community":471,"display":472,"identity":478,"providers":482,"relations":489,"tags":492,"workflow":493},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":473,"installMethods":474,"name":476,"sourceUrl":477},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":475},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":479,"githubOwner":480,"githubRepo":481,"locale":18,"slug":476,"type":248},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":483,"extract":488},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":484,"targetMarket":218,"tier":219},[476,485,486,217,487],"routing","configuration","mcp",{"commitSha":276},{"parentExtensionId":490,"repoId":491},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[217,486,487,485,476],{"evaluatedAt":494,"extractAt":495,"updatedAt":494},1778699724286,1778699234184,{"_creationTime":497,"_id":498,"community":499,"display":500,"identity":504,"providers":507,"relations":517,"tags":518,"workflow":519},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":501,"installMethods":502,"name":503,"sourceUrl":477},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":475},"Project Session Manager",{"basePath":505,"githubOwner":480,"githubRepo":481,"locale":18,"slug":506,"type":248},"skills/project-session-manager","project-session-manager",{"evaluate":508,"extract":516},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":509,"targetMarket":218,"tier":219},[510,511,512,513,514,217,515],"git","development-environment","workflow","tmux","automation","developer-tool",{"commitSha":276,"license":240},{"parentExtensionId":490,"repoId":491},[514,217,515,511,510,513,512],{"evaluatedAt":520,"extractAt":495,"updatedAt":520},1778699613343,{"_creationTime":522,"_id":523,"community":524,"display":525,"identity":529,"providers":531,"relations":537,"tags":538,"workflow":539},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":526,"installMethods":527,"name":528,"sourceUrl":477},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":475},"mcp-setup",{"basePath":530,"githubOwner":480,"githubRepo":481,"locale":18,"slug":528,"type":248},"skills/mcp-setup",{"evaluate":532,"extract":536},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":533,"targetMarket":218,"tier":219},[487,486,217,534,535],"agent","tooling",{"commitSha":276},{"parentExtensionId":490,"repoId":491},[534,217,486,487,535],{"evaluatedAt":540,"extractAt":495,"updatedAt":540},1778699492025,{"_creationTime":542,"_id":543,"community":544,"display":545,"identity":548,"providers":551,"relations":559,"tags":560,"workflow":561},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":546,"installMethods":547,"name":481,"sourceUrl":477},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":475},{"basePath":549,"githubOwner":480,"githubRepo":481,"locale":18,"slug":550,"type":248},"skills/ask","ask",{"evaluate":552,"extract":558},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":553,"targetMarket":218,"tier":219},[217,514,554,555,556,557],"llm","prompting","code-review","artifact-generation",{"commitSha":276,"license":240},{"parentExtensionId":490,"repoId":491},[557,514,217,556,554,555],{"evaluatedAt":562,"extractAt":495,"updatedAt":562},1778699303045]