context-management
Installation
SKILL.md
Context Management Skill
Skill Resources
- Activation and cross-agent notes: references/activation.md
- Scripts:
scripts/ctx_index.py,scripts/ctx_search.py,scripts/ctx_compress.py,scripts/ctx_checkpoint.py,scripts/ctx_stats.py
Task Focus for $ARGUMENTS
When this skill is invoked explicitly, treat $ARGUMENTS as the primary scope:
a project directory, a tool output type to manage, or a checkpoint operation.
Problem Statement
Large tool outputs (file reads, git diffs, test runs, Playwright snapshots, log dumps) burn through the context window rapidly. Agents with hook support (Claude Code) can intercept these automatically. Agents without hooks (Codex CLI) cannot.