[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-mksglu-ctx-insight-en":3,"guides-for-mksglu-ctx-insight":580,"similar-k17bf3sgbyem7jcdeq0fg6mted86nzsk-en":581},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":234,"parentExtension":250,"providers":285,"relations":289,"repo":290,"tags":577,"workflow":578},1778693511416.3657,"k17bf3sgbyem7jcdeq0fg6mted86nzsk",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Open the context-mode Insight analytics dashboard in the browser.\nShows personal metrics: session activity, tool usage, error rate,\nparallel work patterns, project focus, and actionable insights.\nFirst run installs dependencies (~30s). Subsequent runs open instantly.\nTrigger: /context-mode:ctx-insight\n",{"claudeCode":12},"mksglu/context-mode","ctx-insight","https://github.com/mksglu/context-mode",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":243},1778693624233.147,"kn7arh40gws59hg196kqj1nx1586m7ke","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,116,120,123,126,129,132,135,138,142,146,149,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of context window limitations and the solution provided by the extension.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers significant value beyond default LLM behavior by managing context window, providing session continuity, and promoting code generation over direct computation.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension appears production-ready, covering the full lifecycle of context management and session continuity across multiple platforms.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on context management and session continuity for LLM interactions, without branching into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the extension's functionality and purpose, including installation details and triggers.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension exposes a set of narrow, specialized MCP tools for context management tasks, avoiding a single generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The documentation extensively details installation, configuration, platform compatibility, and tool usage, with clear examples.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like `ctx_execute` and `ctx_search` are descriptive and follow a consistent verb-noun pattern.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tools are designed to return only necessary data, with mechanisms to filter large outputs and avoid dumping raw data into context.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under Elastic License 2.0 (ELv2), which is a source-available license allowing use, modification, and distribution with certain restrictions.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-13, indicating recent maintenance activity within the last 90 days.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The README details build prerequisites and dependency management, including specific instructions for various Linux distributions and Bun users, suggesting thoughtful handling of dependencies.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension redacts sensitive information like API keys from tool arguments before persistence and offers configuration for permission rules to deny access to sensitive files.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The extension's architecture, which sandboxes tool execution and prevents raw data from entering the context window, inherently protects against many injection vulnerabilities.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension operates locally, does not fetch remote code at runtime, and restricts network calls to prevent supply chain attacks.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The sandbox architecture ensures that executed code and tools operate within isolated subprocesses, preventing file system changes outside the project or sensitive scopes.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The documentation and architecture emphasize isolated subprocesses and no detached process spawns, indicating no sandbox escape primitives are used.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension operates locally with no telemetry or cloud sync, and network fetching is restricted to prevent data exfiltration.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears free of hidden steering tricks, control characters, or invisible Unicode sequences in descriptions and code.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The extension's code appears to be plain and readable, with no signs of obfuscation, base64-encoded payloads, or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The extension's design focuses on abstracting tool execution and context management, making minimal assumptions about project structure beyond standard file access.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 5 issues opened and 240 closed in the last 90 days, the closure rate is high, indicating active maintenance and responsiveness.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The README references GitHub commits and versions, and the `package.json` would typically indicate versioning, suggesting a clear release management process.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The architecture implies robust input handling and validation, especially with the sandbox and permission rules, though explicit schema library usage isn't detailed.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The extension's core functionality is analytical and context management; any destructive operations (like file writes via user prompts) would be subject to the platform's hook-based routing and permission controls.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The architecture emphasizes structured error reporting and fail-closed behavior through sandboxing and hook-based routing, ensuring errors are caught and reported meaningfully.",{"category":110,"check":114,"severity":24,"summary":115},"Logging","The extension captures session events and tool usage for local persistence, providing an audit trail accessible via `ctx_stats` and session continuity features.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The extension operates locally and does not collect or transmit personal data, aligning with GDPR principles.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension is globally applicable and does not exhibit any regional or jurisdictional limitations.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The extension utilizes standard Node.js, Bun, or platform-specific APIs, with clear build and runtime prerequisites, ensuring broad compatibility.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README is comprehensive, detailing the problem, solution, installation, platform compatibility, benchmarks, and security.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The extension exposes a focused set of 11 MCP tools, well within the recommended range.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The toolset is well-defined with distinct functions, avoiding near-synonym tools that could cause model disambiguation issues.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, including platform integrations and hook capabilities, are clearly documented and implemented.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Detailed, copy-pasteable installation instructions are provided for numerous platforms, including authentication steps where relevant.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The extension's design and documentation imply that errors will be meaningful and actionable, especially with its focus on structured logging and context management.",{"category":103,"check":147,"severity":24,"summary":148},"Pinned dependencies","Dependency management is detailed in the build prerequisites, and the use of Node.js and Bun suggests standard practices for managing dependencies and interpreters.",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","The extension's primary function is context management and analysis, not state-changing operations that would necessitate a dry-run mode.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The architecture emphasizes statelessness between calls and local execution, minimizing the need for complex retry logic or external timeouts for core operations.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The extension explicitly states it has no telemetry and operates locally, fulfilling the requirement for opt-in or no telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined as opening a local analytics dashboard for personal metrics, with clear triggers and scope.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, self-contained, and clearly states the core capability and trigger, facilitating precise routing.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is concise, outlining instructions and delegating deeper material to the README and other files.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed information is progressively disclosed through the README, documentation files, and platform-specific guides, rather than being embedded solely in SKILL.md.",{"category":170,"check":174,"severity":151,"summary":175},"Forked exploration","This skill is a utility tool and does not involve deep exploration or code review that would require `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides numerous ready-to-use examples for various use cases, demonstrating inputs, invocations, and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation addresses potential issues like build prerequisites, platform compatibility, and security considerations, providing recovery steps where applicable.",{"category":110,"check":183,"severity":151,"summary":184},"Tool Fallback","This skill does not rely on external MCP servers or tools that would require a fallback mechanism.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The extension's design, including sandboxing and platform-specific hooks, implies that unexpected states would halt execution or be handled gracefully.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill operates as a standalone utility for context management and does not implicitly rely on other skills.",1778693624089,"This skill provides a local analytics dashboard for personal metrics such as session activity, tool usage, and error rates, designed to optimize LLM context management.",[195,196,197,198,199],"Context saving via sandboxing","Session continuity across restarts","Code generation promotion","Local analytics dashboard access","Cross-platform support",[201,202,203,204],"Acting as a cloud analytics dashboard","Collecting or transmitting user data","Dictating model output formatting","Replacing core LLM reasoning capabilities","3.0.0","4.4.0","To significantly enhance LLM productivity and session continuity by intelligently managing context window usage and preserving workflow state.","The extension demonstrates exceptional quality across all evaluated criteria, including documentation, security, and practical utility. All checks passed with no significant findings.",99,"A highly polished and robust tool for managing LLM context, improving session continuity and developer productivity.",[212,213,214,215,216],"context-management","llm-ops","developer-tools","productivity","session-continuity","global","verified",[220,221,222,223],"Optimizing LLM context window for long-running tasks","Maintaining workflow state across LLM sessions","Analyzing personal LLM usage patterns","Improving developer productivity with efficient context management",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"popularity":238,"security":240,"testCoverage":242},{"hasLockfile":226},true,1778693606874,{"descriptionLength":229,"readmeSize":230},303,76711,{"closedIssues90d":232,"forks":233,"hasChangelog":234,"openIssues90d":235,"pushedAt":236,"stars":237},240,1027,false,5,1778685749000,14607,{"npmDownloads":239},73627,{"hasNpmPackage":226,"license":241,"smitheryVerified":234},"NOASSERTION",{"hasCi":226,"hasTests":226},{"updatedAt":244},1778693624233,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},"skills/ctx-insight","mksglu","context-mode","skill",{"_creationTime":251,"_id":252,"community":253,"display":254,"identity":257,"parentExtension":260,"providers":261,"relations":278,"tags":280,"workflow":281},1778693511416.3647,"k17ezy748es7sfnbnp9phht43h86m53y",{"reviewCount":8},{"description":255,"installMethods":256,"name":248,"sourceUrl":14},"MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.",{"claudeCode":248},{"basePath":258,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":259},"","plugin",null,{"evaluate":262,"extract":272},{"promptVersionExtension":205,"promptVersionScoring":206,"score":263,"tags":264,"targetMarket":217,"tier":218},98,[265,266,267,268,269,270,216,271],"mcp","context-window","sandbox","code-execution","fts5","bm25","typescript",{"commitSha":273,"license":274,"plugin":275},"HEAD","Elastic-2.0",{"mcpCount":8,"provider":276,"skillCount":277},"classify",6,{"repoId":279},"kd764b2fctbqg4b8j8y6xvmkvs86m29m",[270,268,266,269,265,267,216,271],{"evaluatedAt":282,"extractAt":283,"updatedAt":284},1778693549024,1778693511416,1778693816974,{"evaluate":286,"extract":288},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":287,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":273},{"parentExtensionId":252,"repoId":279},{"_creationTime":291,"_id":279,"identity":292,"providers":293,"workflow":572},1778693503750.4844,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":294,"discover":545,"extract":548,"github":549,"npm":571},{"commitSha":273,"extensions":295},[296,306,455,480,495,503,508,516,524,532],{"basePath":297,"displayName":248,"installMethods":298,"rationale":299,"selectedPaths":300,"source":304,"sourceLanguage":18,"type":305},".agents/plugins",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json (coalesced with duplicate marketplace at /)",[301],{"path":302,"priority":303},"marketplace.json","mandatory","rule","marketplace",{"basePath":258,"description":255,"displayName":248,"installMethods":307,"license":274,"rationale":308,"selectedPaths":309,"source":304,"sourceLanguage":18,"type":259},{"claudeCode":248},"plugin manifest at .claude-plugin/plugin.json",[310,312,314,317,320,322,324,326,328,330,333,335,337,339,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],{"path":311,"priority":303},".claude-plugin/plugin.json",{"path":313,"priority":303},"README.md",{"path":315,"priority":316},"LICENSE","high",{"path":318,"priority":319},"skills/context-mode/SKILL.md","medium",{"path":321,"priority":319},"skills/ctx-doctor/SKILL.md",{"path":323,"priority":319},"skills/ctx-insight/SKILL.md",{"path":325,"priority":319},"skills/ctx-purge/SKILL.md",{"path":327,"priority":319},"skills/ctx-stats/SKILL.md",{"path":329,"priority":319},"skills/ctx-upgrade/SKILL.md",{"path":331,"priority":332},"bin/statusline.mjs","low",{"path":334,"priority":316},"hooks/auto-injection.mjs",{"path":336,"priority":316},"hooks/cache-heal-utils.mjs",{"path":338,"priority":316},"hooks/codex/posttooluse.mjs",{"path":340,"priority":316},"hooks/codex/precompact.mjs",{"path":342,"priority":316},"hooks/codex/pretooluse.mjs",{"path":344,"priority":316},"hooks/codex/sessionstart.mjs",{"path":346,"priority":316},"hooks/codex/stop.mjs",{"path":348,"priority":316},"hooks/codex/userpromptsubmit.mjs",{"path":350,"priority":316},"hooks/core/formatters.mjs",{"path":352,"priority":316},"hooks/core/mcp-ready.mjs",{"path":354,"priority":316},"hooks/core/platform-detect.mjs",{"path":356,"priority":316},"hooks/core/routing.mjs",{"path":358,"priority":316},"hooks/core/stdin.mjs",{"path":360,"priority":316},"hooks/core/tool-naming.mjs",{"path":362,"priority":316},"hooks/cursor/afteragentresponse.mjs",{"path":364,"priority":316},"hooks/cursor/hooks.json",{"path":366,"priority":316},"hooks/cursor/posttooluse.mjs",{"path":368,"priority":316},"hooks/cursor/pretooluse.mjs",{"path":370,"priority":316},"hooks/cursor/sessionstart.mjs",{"path":372,"priority":316},"hooks/cursor/stop.mjs",{"path":374,"priority":316},"hooks/ensure-deps.mjs",{"path":376,"priority":316},"hooks/formatters/claude-code.mjs",{"path":378,"priority":316},"hooks/formatters/cursor.mjs",{"path":380,"priority":316},"hooks/formatters/gemini-cli.mjs",{"path":382,"priority":316},"hooks/formatters/vscode-copilot.mjs",{"path":384,"priority":316},"hooks/gemini-cli/aftertool.mjs",{"path":386,"priority":316},"hooks/gemini-cli/beforeagent.mjs",{"path":388,"priority":316},"hooks/gemini-cli/beforetool.mjs",{"path":390,"priority":316},"hooks/gemini-cli/precompress.mjs",{"path":392,"priority":316},"hooks/gemini-cli/sessionstart.mjs",{"path":394,"priority":316},"hooks/hooks.json",{"path":396,"priority":316},"hooks/jetbrains-copilot/posttooluse.mjs",{"path":398,"priority":316},"hooks/jetbrains-copilot/precompact.mjs",{"path":400,"priority":316},"hooks/jetbrains-copilot/pretooluse.mjs",{"path":402,"priority":316},"hooks/jetbrains-copilot/sessionstart.mjs",{"path":404,"priority":316},"hooks/kiro/agentspawn.mjs",{"path":406,"priority":316},"hooks/kiro/posttooluse.mjs",{"path":408,"priority":316},"hooks/kiro/pretooluse.mjs",{"path":410,"priority":316},"hooks/kiro/userpromptsubmit.mjs",{"path":412,"priority":316},"hooks/normalize-hooks.mjs",{"path":414,"priority":316},"hooks/posttooluse.mjs",{"path":416,"priority":316},"hooks/precompact.mjs",{"path":418,"priority":316},"hooks/pretooluse.mjs",{"path":420,"priority":316},"hooks/routing-block.mjs",{"path":422,"priority":316},"hooks/run-hook.mjs",{"path":424,"priority":316},"hooks/session-attribution.bundle.mjs",{"path":426,"priority":316},"hooks/session-db.bundle.mjs",{"path":428,"priority":316},"hooks/session-directive.mjs",{"path":430,"priority":316},"hooks/session-extract.bundle.mjs",{"path":432,"priority":316},"hooks/session-helpers.mjs",{"path":434,"priority":316},"hooks/session-loaders.mjs",{"path":436,"priority":316},"hooks/session-snapshot.bundle.mjs",{"path":438,"priority":316},"hooks/sessionstart.mjs",{"path":440,"priority":316},"hooks/suppress-stderr.mjs",{"path":442,"priority":316},"hooks/userpromptsubmit.mjs",{"path":444,"priority":316},"hooks/vscode-copilot/posttooluse.mjs",{"path":446,"priority":316},"hooks/vscode-copilot/precompact.mjs",{"path":448,"priority":316},"hooks/vscode-copilot/pretooluse.mjs",{"path":450,"priority":316},"hooks/vscode-copilot/sessionstart.mjs",{"path":452,"priority":316},".codex-plugin/plugin.json",{"path":454,"priority":316},".cursor-plugin/plugin.json",{"basePath":456,"description":457,"displayName":458,"installMethods":459,"rationale":460,"selectedPaths":461,"source":304,"sourceLanguage":18,"type":249},".claude/skills/context-mode-ops","Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.","context-mode-ops",{"claudeCode":12},"SKILL.md frontmatter at .claude/skills/context-mode-ops/SKILL.md",[462,464,466,468,470,472,474,476,478],{"path":463,"priority":303},"SKILL.md",{"path":465,"priority":319},"agent-teams.md",{"path":467,"priority":319},"communication.md",{"path":469,"priority":319},"marketing.md",{"path":471,"priority":319},"release.md",{"path":473,"priority":319},"review-pr.md",{"path":475,"priority":319},"tdd.md",{"path":477,"priority":319},"triage-issue.md",{"path":479,"priority":319},"validation.md",{"basePath":481,"description":482,"displayName":248,"installMethods":483,"rationale":484,"selectedPaths":485,"source":304,"sourceLanguage":18,"type":249},"skills/context-mode","Use context-mode tools (ctx_execute, ctx_execute_file) instead of Bash/cat when processing\nlarge outputs. Triggers: \"analyze logs\", \"summarize output\", \"process data\",\n\"parse JSON\", \"filter results\", \"extract errors\", \"check build output\",\n\"analyze dependencies\", \"process API response\", \"large file analysis\",\n\"page snapshot\", \"browser snapshot\", \"DOM structure\", \"inspect page\",\n\"accessibility tree\", \"Playwright snapshot\",\n\"run tests\", \"test output\", \"coverage report\", \"git log\", \"recent commits\",\n\"diff between branches\", \"list containers\", \"pod status\", \"disk usage\",\n\"fetch docs\", \"API reference\", \"index documentation\",\n\"call API\", \"check response\", \"query results\",\n\"find TODOs\", \"count lines\", \"codebase statistics\", \"security audit\",\n\"outdated packages\", \"dependency tree\", \"cloud resources\", \"CI/CD output\".\nAlso triggers on ANY MCP tool output that may exceed 20 lines.\nSubagent routing is handled automatically via PreToolUse hook.\n",{"claudeCode":12},"SKILL.md frontmatter at skills/context-mode/SKILL.md",[486,487,489,491,493],{"path":463,"priority":303},{"path":488,"priority":319},"references/anti-patterns.md",{"path":490,"priority":319},"references/patterns-javascript.md",{"path":492,"priority":319},"references/patterns-python.md",{"path":494,"priority":319},"references/patterns-shell.md",{"basePath":496,"description":497,"displayName":498,"installMethods":499,"rationale":500,"selectedPaths":501,"source":304,"sourceLanguage":18,"type":249},"skills/ctx-doctor","Run context-mode diagnostics. Checks runtimes, hooks, FTS5,\nplugin registration, npm and marketplace versions.\nTrigger: /context-mode:ctx-doctor\n","ctx-doctor",{"claudeCode":12},"SKILL.md frontmatter at skills/ctx-doctor/SKILL.md",[502],{"path":463,"priority":303},{"basePath":246,"description":10,"displayName":13,"installMethods":504,"rationale":505,"selectedPaths":506,"source":304,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at skills/ctx-insight/SKILL.md",[507],{"path":463,"priority":303},{"basePath":509,"description":510,"displayName":511,"installMethods":512,"rationale":513,"selectedPaths":514,"source":304,"sourceLanguage":18,"type":249},"skills/ctx-purge","Purge the context-mode knowledge base. Permanently deletes all indexed content\nand resets session stats. This is destructive and cannot be undone.\nTrigger: /context-mode:ctx-purge\n","ctx-purge",{"claudeCode":12},"SKILL.md frontmatter at skills/ctx-purge/SKILL.md",[515],{"path":463,"priority":303},{"basePath":517,"description":518,"displayName":519,"installMethods":520,"rationale":521,"selectedPaths":522,"source":304,"sourceLanguage":18,"type":249},"skills/ctx-stats","Show how much context window context-mode saved this session.\nDisplays token consumption, context savings ratio, and per-tool breakdown.\nRead-only — shows stats only, no reset capability.\nTo wipe the knowledge base entirely, use ctx_purge instead.\nTrigger: /context-mode:ctx-stats\n","ctx-stats",{"claudeCode":12},"SKILL.md frontmatter at skills/ctx-stats/SKILL.md",[523],{"path":463,"priority":303},{"basePath":525,"description":526,"displayName":527,"installMethods":528,"rationale":529,"selectedPaths":530,"source":304,"sourceLanguage":18,"type":249},"skills/ctx-upgrade","Update context-mode from GitHub and fix hooks/settings.\nPulls latest, builds, installs, updates npm global, configures hooks.\nTrigger: /context-mode:ctx-upgrade\n","ctx-upgrade",{"claudeCode":12},"SKILL.md frontmatter at skills/ctx-upgrade/SKILL.md",[531],{"path":463,"priority":303},{"basePath":258,"description":533,"displayName":248,"installMethods":534,"license":274,"rationale":535,"selectedPaths":536,"source":304,"sourceLanguage":18,"type":265},"MCP plugin that saves 98% of your context window. Works with Claude Code, Gemini CLI, VS Code Copilot, OpenCode, and Codex CLI. Sandboxed code execution, FTS5 knowledge base, and intent-driven search.",{"npm":248},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[537,539,540,541,543],{"path":538,"priority":303},"package.json",{"path":313,"priority":303},{"path":315,"priority":316},{"path":542,"priority":319},"cli.bundle.mjs",{"path":544,"priority":332},"src/server.ts",{"sources":546},[547],"manual",{"npmPackage":248},{"closedIssues90d":232,"description":550,"forks":233,"homepage":551,"license":241,"openIssues90d":235,"pushedAt":236,"readmeSize":230,"stars":237,"topics":552},"Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 15 platforms","https://context-mode.com",[553,554,555,265,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,248],"claude","claude-code","claude-code-plugins","skills","codex","copilot","opencode","antigravity","kiro","openclaw","claude-code-hooks","claude-code-skill","codex-cli","cursor-plugin","mcp-server","mcp-tools","pi-agent","zed-extension",{"downloads":239},{"classifiedAt":573,"discoverAt":574,"extractAt":575,"githubAt":575,"npmAt":576,"updatedAt":573},1778693511234,1778693503750,1778693507197,1778693509704,[212,214,213,215,216],{"evaluatedAt":244,"extractAt":283,"updatedAt":579},1778693817861,[],[582,600,618,647,668,684],{"_creationTime":583,"_id":584,"community":585,"display":586,"identity":589,"providers":590,"relations":595,"tags":596,"workflow":597},1778693511416.3665,"k17fqs996gpd2bggec9k1qbbns86nh4g",{"reviewCount":8},{"description":526,"installMethods":587,"name":588,"sourceUrl":14},{"claudeCode":12},"Context Mode",{"basePath":525,"githubOwner":247,"githubRepo":248,"locale":18,"slug":527,"type":249},{"evaluate":591,"extract":594},{"promptVersionExtension":205,"promptVersionScoring":206,"score":592,"tags":593,"targetMarket":217,"tier":218},100,[212,213,268,216,215,265],{"commitSha":273,"license":241},{"parentExtensionId":252,"repoId":279},[268,212,213,265,215,216],{"evaluatedAt":598,"extractAt":283,"updatedAt":599},1778693713738,1778693818462,{"_creationTime":601,"_id":602,"community":603,"display":604,"identity":606,"providers":607,"relations":613,"tags":614,"workflow":615},1778693511416.3655,"k17dre81ghdhwnja4h61m340qd86m942",{"reviewCount":8},{"description":497,"installMethods":605,"name":498,"sourceUrl":14},{"claudeCode":12},{"basePath":496,"githubOwner":247,"githubRepo":248,"locale":18,"slug":498,"type":249},{"evaluate":608,"extract":612},{"promptVersionExtension":205,"promptVersionScoring":206,"score":592,"tags":609,"targetMarket":217,"tier":218},[212,214,215,610,611],"debugging","diagnostics",{"commitSha":273},{"parentExtensionId":252,"repoId":279},[212,610,214,611,215],{"evaluatedAt":616,"extractAt":283,"updatedAt":617},1778693603549,1778693817685,{"_creationTime":619,"_id":620,"community":621,"display":622,"identity":628,"providers":632,"relations":640,"tags":643,"workflow":644},1778696595410.5618,"k174h4yhwrcpcmdx62n2g2b88986mx17",{"reviewCount":8},{"description":623,"installMethods":624,"name":626,"sourceUrl":627},"Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.",{"claudeCode":625},"rohitg00/pro-workflow","agent-teams","https://github.com/rohitg00/pro-workflow",{"basePath":629,"githubOwner":630,"githubRepo":631,"locale":18,"slug":626,"type":249},"skills/agent-teams","rohitg00","pro-workflow",{"evaluate":633,"extract":639},{"promptVersionExtension":205,"promptVersionScoring":206,"score":592,"tags":634,"targetMarket":217,"tier":218},[635,636,637,213,215,638],"ai-workflow","collaboration","knowledge-management","self-correction",{"commitSha":273},{"parentExtensionId":641,"repoId":642},"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv","kd7am4e918eq98hrd9s31jm4vs86nn0b",[635,636,637,213,215,638],{"evaluatedAt":645,"extractAt":646,"updatedAt":645},1778696637446,1778696595410,{"_creationTime":648,"_id":649,"community":650,"display":651,"identity":653,"providers":654,"relations":663,"tags":664,"workflow":665},1778693511416.365,"k1758b69g51wttzw4r6epd3jrs86mtk8",{"reviewCount":8},{"description":457,"installMethods":652,"name":458,"sourceUrl":14},{"claudeCode":12},{"basePath":456,"githubOwner":247,"githubRepo":248,"locale":18,"slug":458,"type":249},{"evaluate":655,"extract":662},{"promptVersionExtension":205,"promptVersionScoring":206,"score":592,"tags":656,"targetMarket":217,"tier":218},[266,657,216,658,659,215,660,661],"llm-optimization","code-generation","developer-tool","security","compliance",{"commitSha":273},{"repoId":279},[658,661,266,659,657,215,660,216],{"evaluatedAt":666,"extractAt":283,"updatedAt":667},1778693567505,1778693817147,{"_creationTime":669,"_id":670,"community":671,"display":672,"identity":674,"providers":675,"relations":679,"tags":680,"workflow":681},1778693511416.3662,"k17c9m8913r3858xf8ppamn1vx86myp4",{"reviewCount":8},{"description":518,"installMethods":673,"name":519,"sourceUrl":14},{"claudeCode":12},{"basePath":517,"githubOwner":247,"githubRepo":248,"locale":18,"slug":519,"type":249},{"evaluate":676,"extract":678},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":677,"targetMarket":217,"tier":218},[212,657,214,216,267],{"commitSha":273},{"parentExtensionId":252,"repoId":279},[212,214,657,267,216],{"evaluatedAt":682,"extractAt":283,"updatedAt":683},1778693694359,1778693818270,{"_creationTime":685,"_id":686,"community":687,"display":688,"identity":690,"providers":691,"relations":697,"tags":698,"workflow":699},1778693511416.3652,"k17dkaqde3zchmw9bsrw8h1ckn86mggx",{"reviewCount":8},{"description":482,"installMethods":689,"name":248,"sourceUrl":14},{"claudeCode":12},{"basePath":481,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":249},{"evaluate":692,"extract":696},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":693,"targetMarket":217,"tier":218},[212,213,215,214,694,695],"sandboxing","code-analysis",{"commitSha":273},{"parentExtensionId":252,"repoId":279},[695,212,214,213,215,694],{"evaluatedAt":700,"extractAt":283,"updatedAt":701},1778693586612,1778693817516]