github.com/mksglu/context-mode
Skill | Added | Review |
|---|---|---|
ctx-stats Show how much context window context-mode saved this session. Displays token consumption, context savings ratio, and per-tool breakdown. Read-only — shows stats only, no reset capability. To wipe the knowledge base entirely, use ctx_purge instead. Trigger: /context-mode:ctx-stats | 74 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: e174272 | |
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. | 56 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e174272 | |
ctx-insight Open the context-mode Insight analytics dashboard in the browser. Shows personal metrics: session activity, tool usage, error rate, parallel work patterns, project focus, and actionable insights. First run installs dependencies (~30s). Subsequent runs open instantly. Trigger: /context-mode:ctx-insight | 64 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e174272 | |
ctx-doctor Run context-mode diagnostics. Checks runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Trigger: /context-mode:ctx-doctor | 68 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e174272 | |
ctx-index Index a local file or directory into context-mode's persistent FTS5 knowledge base so future ctx_search calls can retrieve focused snippets without rereading raw files. Trigger: /context-mode:ctx-index | 70 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e174272 | |
ctx-purge Purge the context-mode knowledge base. Permanently deletes all indexed content and resets session stats. This is destructive and cannot be undone. Trigger: /context-mode:ctx-purge | 64 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e174272 | |
ctx-search Search context-mode's persistent FTS5 knowledge base for previously indexed local project content, documentation, or session memory. Trigger: /context-mode:ctx-search | 61 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: e174272 | |
ctx-upgrade Update context-mode from GitHub and fix hooks/settings. Pulls latest, builds, installs, updates npm global, configures hooks. Trigger: /context-mode:ctx-upgrade | 68 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Reviewed: Version: e174272 | |
context-mode Use context-mode tools (ctx_execute, ctx_execute_file) instead of Bash/cat when processing large outputs. Triggers: "analyze logs", "summarize output", "process data", "parse JSON", "filter results", "extract errors", "check build output", "analyze dependencies", "process API response", "large file analysis", "page snapshot", "browser snapshot", "DOM structure", "inspect page", "accessibility tree", "Playwright snapshot", "run tests", "test output", "coverage report", "git log", "recent commits", "diff between branches", "list containers", "pod status", "disk usage", "fetch docs", "API reference", "index documentation", "call API", "check response", "query results", "find TODOs", "count lines", "codebase statistics", "security audit", "outdated packages", "dependency tree", "cloud resources", "CI/CD output". Also triggers on ANY MCP tool output that may exceed 20 lines. Subagent routing is handled automatically via PreToolUse hook. | 61 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: e174272 |