Documentation
README
Context Optimizer
Manage your context window and token budget effectively.
Quick Diagnosis
- Run
/contextto check current usage - If > 70% → compact now before it degrades
- If > 90% → you're in the "dumb zone", compact immediately
Optimization Strategies
Immediate
| Action | Saves | When |
|---|---|---|
/compact |
30-50% context | At task boundaries |
| Disable unused MCPs | ~5% per MCP | When switching domains |
| Use subagents for exploration | Keeps main context clean | Heavy search/read tasks |
Fresh session via /resume |
100% reset | When starting unrelated work |
Configuration
Set proactive auto-compaction:
{
"env": {
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "50"
}
}
MCP Audit
This is the opening of the README. Read the full README on GitHub.