token-optimization
Installation
SKILL.md
Token Optimization — Claude Code
Overview
Token overconsumption in Claude Code stems from four main sources:
- Cache miss — uncached or invalidated requests
- Context bloating — unnecessarily growing context window
- Wrong model / wrong effort — reasoning overuse
- Verbose input format — overly verbose data injected into context
Phase 1: Initial Session Audit
Before any work, run these two commands: