context-mode
Stop AI agents from flooding their context window with raw data
All Skills in This Repository (10)
Pure Emerald Level Indicatorscontext-mode
Intercept tool calls to save large outputs and retrieve relevant data.
ctx-upgrade
Update the context-mode tool from GitHub and reinstall npm packages.
ctx-cloud-status
Displays Context Mode Cloud sync status with health check and statistics.
ctx-cloud-setup
Configure Context Mode Cloud with API URL, token, and organization ID.
ctx-doctor
Diagnose context-mode plugin installation by verifying runtimes, hooks, FTS5, and npm-marketplace version compatibility.
ctx-stats
Analyze token consumption and context savings ratios per tool for the current session.
context-mode-ops
Orchestrates parallel subagent teams to triage issues, review PRs, and ship releases for context-mode.
ctx-purge
Deletes indexed knowledge base content and session data from context-mode.
ctx-search
Search indexed project content and session memory in a persistent FTS5 knowledge base.
ctx-index
Index local files and directories into a persistent FTS5 knowledge base for later search.
Frequently Asked Questions
FAQPage SchemaHow to install context-mode?▼
Run `npx skills add mksglu/context-mode --all -g -y` in your terminal to install all skills in this suite globally.
What problem does context-mode solve?▼
Every tool call your AI agent makes dumps raw data into its context window, quickly exhausting it. Context-mode processes that data in a sandbox and returns only the answer, cutting context usage by up to 98%.
How does context-mode keep my agent's memory between sessions?▼
It records file edits, decisions, and tasks in a local searchable database. When a session resumes, the agent searches this memory first instead of asking you what you were working on.
Which AI coding tools work with context-mode?▼
It supports 17 platforms including Claude Code, Codex, Cursor, Gemini CLI, OpenCode, Zed, and GitHub Copilot CLI through the standard MCP protocol.
Do I need to change how I prompt my AI agent?▼
No. Once installed, routing rules are injected automatically and your agent uses the sandbox tools on its own whenever output might be large.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core