token-budget
Installation
SKILL.md
Token Budget
Minimize context, not evidence.
Rules
- Never compact the user's current request, acceptance criteria, active constraints, unresolved errors, or uncommitted-change warnings.
- Keep exact commands, file paths, line references, failing test names, error messages, decisions, and latest task state.
- Archive the full source before omitting content. Treat a capsule without a retrievable archive as lossy.
- Prefer targeted reads (
rg, line ranges, structured queries) over reading entire files. - Prefer summaries of successful output; preserve failure output verbatim.
- Retrieve archived lines before acting when a capsule says evidence was omitted and the missing detail could affect correctness.
- Do not reduce verification, skip tests, shorten required code, or stop early to save tokens.
Compact large material
Run the bundled CLI from the project root: