[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Ruya-AI-guard-en":3,"guides-for-Ruya-AI-guard":416,"similar-k17ef0e0f693nd248cs3f63rys86ndy8-en":417},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":233,"parentExtension":247,"providers":301,"relations":305,"repo":306,"tags":413,"workflow":414},1778696712851.9746,"k17ef0e0f693nd248cs3f63rys86ndy8",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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":12},"Ruya-AI/cozempic","guard","https://github.com/Ruya-AI/cozempic",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778696790816.0076,"kn720k6ehkktqj5whxrkh1p2s986njwj","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":216,"tier":217,"useCases":218},[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,116,120,123,126,129,132,135,138,142,146,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 identifies the problem of Claude Code session context overflow and the need for auto-pruning before compaction.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a unique solution by running a background daemon with multiple strategies for continuous session size monitoring and auto-pruning, going beyond simple prompt-based context management.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension appears production-ready with robust features like a background daemon, multiple pruning strategies, agent team protection, and comprehensive command-line tools.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on session context management and pruning for Claude Code, without introducing unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, accurate, and clearly explains the problem, solution, and usage scenarios.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension primarily uses the `cozempic` command with specific subcommands like `guard`, `treat`, and `doctor`, which are well-scoped.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All command-line options and environment variables for configuration are clearly documented in the README and SKILL.md.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names like `guard`, `treat`, `doctor`, `digest` are descriptive and domain-appropriate.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool parameters are well-defined, and outputs provide relevant information without excessive diagnostic dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is distributed under the MIT license, which is permissive and clearly declared.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-13, indicating recent maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The extension states it uses only Python 3.10+ stdlib, indicating no third-party dependencies that would require complex management.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension does not appear to handle or expose secrets.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The extension processes session data for pruning and does not load or execute external, untrusted code.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension uses only standard Python libraries and does not fetch remote code or data at runtime.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The extension operates on session files within the Claude Code environment and does not attempt 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.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension focuses on pruning local session data and does not exfiltrate user data to third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks and uses clean printable ASCII.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The extension uses standard Python code and does not employ obfuscation techniques like base64 decoding or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The extension assumes the Claude Code session structure but does not make assumptions about user-specific project layouts outside of that scope.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 1 open and 56 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 extension declares a version (1.8.10) in its README and the installation instructions do not default to 'main'.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The tool's parameters are well-defined, and while explicit schema validation library usage isn't detailed, the CLI commands are structured and validated by the Python argument parsing.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","Destructive operations are guarded by the `--execute` flag, and backups are always created.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","Errors appear to be handled with clear messages, and the script exits non-zero on failure. The README implies robust error handling for various scenarios.",{"category":103,"check":113,"severity":114,"summary":115},"Logging","not_applicable","The extension's primary function is session pruning, which can be reviewed via the output and logs for the `cozempic guard` command. Explicit audit logging is not a core requirement for this type of tool.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The extension operates on local session data and does not appear to handle or submit personal data to third parties.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension is designed for Claude Code sessions, which are globally accessible, and there are no explicit regional restrictions.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The extension is written in Python 3.10+ stdlib and should be portable across POSIX-compliant systems where Python is installed.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README is comprehensive, detailing features, installation, usage, and safety precautions.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The extension exposes a reasonable number of commands (around 10 listed), fitting within the recommended range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The exposed tools have distinct functionalities (guard, treat, diagnose, doctor, digest) and do not appear to be near-synonyms.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as pruning strategies and agent team protection, are supported by the implementation and documentation.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions are provided for multiple package managers, along with copy-pasteable examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Error messages are generally actionable, providing context and often suggesting remediation steps or flags.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The extension uses only the Python standard library, thus has no third-party dependencies to pin.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","The `treat` command defaults to a dry-run, and `--execute` is required to modify files, providing a clear preview.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The extension operates locally on session files, and its operations are generally idempotent or managed with backups, without external network calls requiring timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","Telemetry is opt-in via `COZEMPIC_NO_TELEMETRY=1` and is clearly documented as anonymous usage counters.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose of protecting Claude Code sessions from context overflow and lists specific triggers and boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and self-contained, summarizing the core capability and triggers.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is concise and effectively delegates detailed information to the README and command-line help.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed information is presented in the README and accessible via CLI help, following a progressive disclosure pattern.",{"category":170,"check":174,"severity":114,"summary":175},"Forked exploration","This extension is not an exploration or audit-style skill; it's a utility for session management, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides numerous clear, end-to-end examples for various commands and use cases.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The README and CLI help describe failure modes and limitations, such as session detection issues, and suggest recovery steps.",{"category":103,"check":183,"severity":114,"summary":184},"Tool Fallback","The extension only uses Python stdlib and does not rely on external MCP servers or tools that would require fallback.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The tool emphasizes safety with dry-run defaults, atomic writes, and clear error reporting for unexpected states.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill operates independently and does not implicitly rely on other skills being loaded.",1778696790713,"This Python-based tool, Cozempic, automatically monitors and prunes Claude Code session context to prevent overflow and data loss, especially for agent teams. It offers a background daemon, multiple pruning strategies, and diagnostic tools.",[195,196,197,198,199],"Continuous session context monitoring","Automatic pruning via background daemon","18 composable pruning strategies","Agent team state protection through checkpointing","Behavioral digest for preserving user corrections",[201,202,203],"Modifying files outside of the Claude Code session context.","Handling general Python project dependencies or environment management.","Replacing Claude Code's core functionality or user interface.","3.0.0","4.4.0","To protect Claude Code sessions from context overflow and data loss by automatically monitoring and pruning session content, ensuring smooth operation of agent teams and preserving critical context.","All checks passed with no critical or warning findings, indicating high quality and trustworthiness.",100,"A highly polished and effective session management utility for Claude Code.",[211,212,213,214,215],"session-management","context-pruning","claude-code","python","utility","global","verified",[219,220,221,222],"Use when running agent teams that require continuous context protection.","Use when Claude Code sessions are prone to context overflow or compaction.","Use to diagnose and fix session corruption or orphaned tool results.","Use to manage and reduce session size for improved performance.",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":239},{"hasLockfile":225},true,1778696776639,{"descriptionLength":228,"readmeSize":229},335,16287,{"closedIssues90d":231,"forks":232,"hasChangelog":233,"openIssues90d":234,"pushedAt":235,"stars":236},56,18,false,1,1778677667000,295,{"hasNpmPackage":233,"license":238,"smitheryVerified":233},"MIT",{"hasCi":233,"hasTests":225},{"updatedAt":241},1778696790816,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"plugin/skills/guard","Ruya-AI","cozempic","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":254,"parentExtension":256,"providers":284,"relations":296,"tags":297,"workflow":298},1778696712851.9739,"k176hd1j2vn0hpak7ds6v3eand86mfqh",{"reviewCount":8},{"description":252,"installMethods":253,"name":245,"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":245},{"basePath":255,"githubOwner":244,"githubRepo":245,"locale":18,"slug":255,"type":255},"plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":262,"providers":265,"relations":277,"tags":279,"workflow":280},1778696712851.9736,"k1730g2nnwga3htdfycmc8h1gd86m3cs",{"reviewCount":8},{"description":252,"installMethods":261,"name":245,"sourceUrl":14},{"claudeCode":12},{"basePath":263,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":264},"","marketplace",{"evaluate":266,"extract":272},{"promptVersionExtension":267,"promptVersionScoring":205,"score":208,"tags":268,"targetMarket":216,"tier":217},"3.1.0",[269,270,213,211,271],"context","optimization","ai-productivity",{"commitSha":273,"marketplace":274,"plugin":275},"HEAD",{"name":245,"pluginCount":234},{"mcpCount":8,"provider":276,"skillCount":8},"classify",{"repoId":278},"kd79d77qmyh3826dwhk7ynx9xd86nmqm",[271,213,269,270,211],{"evaluatedAt":281,"extractAt":282,"updatedAt":283},1778696729067,1778696712852,1778696924064,{"evaluate":285,"extract":293},{"promptVersionExtension":204,"promptVersionScoring":205,"score":286,"tags":287,"targetMarket":216,"tier":292},93,[288,289,213,290,214,291],"context-management","session-pruning","cli","agent-teams","community",{"commitSha":273,"license":238,"plugin":294},{"mcpCount":8,"provider":276,"skillCount":295},5,{"parentExtensionId":258,"repoId":278},[291,213,290,288,214,289],{"evaluatedAt":299,"extractAt":282,"updatedAt":300},1778696747775,1778696924405,{"evaluate":302,"extract":304},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":303,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":273},{"parentExtensionId":249,"repoId":278},{"_creationTime":307,"_id":278,"identity":308,"providers":309,"workflow":409},1778696708534.205,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":310,"discover":398,"github":401},{"commitSha":273,"extensions":311},[312,325,347,356,364,369,377,385],{"basePath":263,"description":252,"displayName":245,"installMethods":313,"rationale":314,"selectedPaths":315,"source":324,"sourceLanguage":18,"type":264},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[316,319,321],{"path":317,"priority":318},".claude-plugin/marketplace.json","mandatory",{"path":320,"priority":318},"README.md",{"path":322,"priority":323},"LICENSE","high","rule",{"basePath":255,"description":252,"displayName":245,"installMethods":326,"license":238,"rationale":327,"selectedPaths":328,"source":324,"sourceLanguage":18,"type":255},{"claudeCode":245},"plugin manifest at plugin/.claude-plugin/plugin.json",[329,331,332,335,337,339,341,343,345],{"path":330,"priority":318},".claude-plugin/plugin.json",{"path":320,"priority":318},{"path":333,"priority":334},"skills/diagnose/SKILL.md","medium",{"path":336,"priority":334},"skills/doctor/SKILL.md",{"path":338,"priority":334},"skills/guard/SKILL.md",{"path":340,"priority":334},"skills/reload/SKILL.md",{"path":342,"priority":334},"skills/treat/SKILL.md",{"path":344,"priority":318},".mcp.json",{"path":346,"priority":323},"hooks/hooks.json",{"basePath":348,"description":349,"displayName":350,"installMethods":351,"rationale":352,"selectedPaths":353,"source":324,"sourceLanguage":18,"type":246},"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",[354],{"path":355,"priority":318},"SKILL.md",{"basePath":357,"description":358,"displayName":359,"installMethods":360,"rationale":361,"selectedPaths":362,"source":324,"sourceLanguage":18,"type":246},"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",[363],{"path":355,"priority":318},{"basePath":243,"description":10,"displayName":13,"installMethods":365,"rationale":366,"selectedPaths":367,"source":324,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/guard/SKILL.md",[368],{"path":355,"priority":318},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"rationale":374,"selectedPaths":375,"source":324,"sourceLanguage":18,"type":246},"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",[376],{"path":355,"priority":318},{"basePath":378,"description":379,"displayName":380,"installMethods":381,"rationale":382,"selectedPaths":383,"source":324,"sourceLanguage":18,"type":246},"plugin/skills/treat","Prune bloated session with a prescription. Removes progress ticks, stale reads, duplicate content, and more.","treat",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/treat/SKILL.md",[384],{"path":355,"priority":318},{"basePath":263,"installMethods":386,"rationale":387,"selectedPaths":388,"source":324,"sourceLanguage":18,"type":290},{"npm":245,"pypi":245},"cli ecosystem detected at / (coalesced with duplicate cli at npm)",[389,391,392,393,395],{"path":390,"priority":318},"pyproject.toml",{"path":320,"priority":318},{"path":322,"priority":323},{"path":394,"priority":334},"src/cozempic/cli.py",{"path":396,"priority":397},"src/cozempic/__main__.py","low",{"sources":399},[400],"manual",{"closedIssues90d":231,"description":402,"forks":232,"homepage":403,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":404},"Context cleaning for Claude Code — prune bloated sessions, protect Agent Teams from context loss, auto-guard with tiered pruning","https://pypi.org/project/cozempic/",[213,405,269,406,291,290,288,407,408,214,211],"claude-skills","llm-tools","jsonl","pruning",{"classifiedAt":410,"discoverAt":411,"extractAt":412,"githubAt":412,"updatedAt":410},1778696712649,1778696708534,1778696710633,[213,212,214,211,215],{"evaluatedAt":241,"extractAt":282,"updatedAt":415},1778696924761,[],[418,435,463,482,511,541],{"_creationTime":419,"_id":420,"community":421,"display":422,"identity":424,"providers":425,"relations":430,"tags":431,"workflow":432},1778696712851.975,"k178yja51cgmcwkj5yctnzbj3186m30w",{"reviewCount":8},{"description":379,"installMethods":423,"name":380,"sourceUrl":14},{"claudeCode":12},{"basePath":378,"githubOwner":244,"githubRepo":245,"locale":18,"slug":380,"type":246},{"evaluate":426,"extract":429},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":427,"targetMarket":216,"tier":217},[211,212,428,214,290],"llm-optimization",{"commitSha":273},{"parentExtensionId":249,"repoId":278},[290,212,428,214,211],{"evaluatedAt":433,"extractAt":282,"updatedAt":434},1778696822903,1778696925366,{"_creationTime":436,"_id":437,"community":438,"display":439,"identity":445,"providers":449,"relations":456,"tags":459,"workflow":460},1778675504402.1895,"k17ddrpwx0m05a5axc3zdg5jgd86mx9m",{"reviewCount":8},{"description":440,"installMethods":441,"name":443,"sourceUrl":444},"Exports a Claude Code session as a clean, readable markdown transcript. Use when the user wants to export a session, create a transcript, save session history to a file, or says \"export this session\".",{"claudeCode":442},"apappascs/claude-code-sessions","session-export","https://github.com/apappascs/claude-code-sessions",{"basePath":446,"githubOwner":447,"githubRepo":448,"locale":18,"slug":443,"type":246},"skills/session-export","apappascs","claude-code-sessions",{"evaluate":450,"extract":455},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":451,"targetMarket":216,"tier":217},[452,453,211,454,213],"transcript","export","markdown",{"commitSha":273},{"parentExtensionId":457,"repoId":458},"k17eba5sp62yzfrxyh8th28emd86m3nw","kd7cytp64hbr754n075h6bx82986n4be",[213,453,454,211,452],{"evaluatedAt":461,"extractAt":462,"updatedAt":461},1778675647712,1778675504402,{"_creationTime":464,"_id":465,"community":466,"display":467,"identity":470,"providers":471,"relations":477,"tags":478,"workflow":479},1778696712851.974,"k170755n5gpj49dmv4r6t9hasd86nmdb",{"reviewCount":8},{"description":349,"installMethods":468,"name":469,"sourceUrl":14},{"claudeCode":12},"Cozempic",{"basePath":348,"githubOwner":244,"githubRepo":245,"locale":18,"slug":350,"type":246},{"evaluate":472,"extract":476},{"promptVersionExtension":204,"promptVersionScoring":205,"score":473,"tags":474,"targetMarket":216,"tier":217},99,[213,211,475,214,215],"context-cleaning",{"commitSha":273,"license":238},{"parentExtensionId":249,"repoId":278},[213,475,214,211,215],{"evaluatedAt":480,"extractAt":282,"updatedAt":481},1778696763595,1778696924232,{"_creationTime":483,"_id":484,"community":485,"display":486,"identity":492,"providers":497,"relations":504,"tags":507,"workflow":508},1778696691708.329,"k170yjw596k3cg892bq130jyd186mhyz",{"reviewCount":8},{"description":487,"installMethods":488,"name":490,"sourceUrl":491},"Validate a Claude Code plugin structure, frontmatter, and MCP tool references",{"claudeCode":489},"ruvnet/ruflo","Validate Plugin","https://github.com/ruvnet/ruflo",{"basePath":493,"githubOwner":494,"githubRepo":495,"locale":18,"slug":496,"type":246},"plugins/ruflo-plugin-creator/skills/validate-plugin","ruvnet","ruflo","validate-plugin",{"evaluate":498,"extract":503},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":499,"targetMarket":216,"tier":217},[500,255,501,213,502],"validation","developer-tools","mcp",{"commitSha":273,"license":238},{"parentExtensionId":505,"repoId":506},"k17f4y1y2y777p7zrxxhbnf03n86mr5j","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[213,501,502,255,500],{"evaluatedAt":509,"extractAt":510,"updatedAt":509},1778701241052,1778696691708,{"_creationTime":512,"_id":513,"community":514,"display":515,"identity":521,"providers":525,"relations":534,"tags":536,"workflow":537},1778699106670.4258,"k17c1n6dbde7qh2wemx78d13t986n7x2",{"reviewCount":8},{"description":516,"installMethods":517,"name":519,"sourceUrl":520},"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":518},"xixu-me/skills","running-claude-code-via-litellm-copilot","https://github.com/xixu-me/skills",{"basePath":522,"githubOwner":523,"githubRepo":524,"locale":18,"slug":519,"type":246},"skills/running-claude-code-via-litellm-copilot","xixu-me","skills",{"evaluate":526,"extract":533},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":527,"targetMarket":216,"tier":217},[528,529,530,213,531,532],"copilot","litellm","proxy","configuration","troubleshooting",{"commitSha":273},{"repoId":535},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[213,531,528,529,530,532],{"evaluatedAt":538,"extractAt":539,"updatedAt":540},1778699196029,1778699106670,1778699384216,{"_creationTime":542,"_id":543,"community":544,"display":545,"identity":551,"providers":555,"relations":562,"tags":565,"workflow":566},1778694480889.9487,"k17eg219cke0p45yfhh8n2t37986mgm4",{"reviewCount":8},{"description":546,"installMethods":547,"name":549,"sourceUrl":550},"Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration",{"claudeCode":548},"NeoLabHQ/context-engineering-kit","create-command","https://github.com/NeoLabHQ/context-engineering-kit",{"basePath":552,"githubOwner":553,"githubRepo":554,"locale":18,"slug":549,"type":246},"plugins/customaize-agent/skills/create-command","NeoLabHQ","context-engineering-kit",{"evaluate":556,"extract":561},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":557,"targetMarket":216,"tier":217},[558,559,560,502,213],"command-creation","agent-development","prompt-engineering",{"commitSha":273},{"parentExtensionId":563,"repoId":564},"k173g0c46wghgz5j9gn02wfydn86mkh8","kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[559,213,558,502,560],{"evaluatedAt":567,"extractAt":568,"updatedAt":567},1778694773368,1778694480890]