This is a routing layer that intercepts commands and decides whether to run them in Bash or send them to a subagent sandbox where output stays out of your context window. The rule is simple: file operations and git commits run directly, everything else (API calls, log files, test output, CLI tools) goes through ctx_execute or ctx_execute_file. It includes special handling for browser snapshots and MCP tool output. The skill really shines when you're debugging API responses, parsing build logs, or inspecting large JSON blobs without burning through your context budget. It's opinionated about defaulting to context mode when uncertain, which makes sense if you've ever had a single kubectl describe eat half your available tokens.
npx -y skills add mksglu/claude-context-mode --skill context-mode --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills