savethetokens
Installation
SKILL.md
Context Governor
Optimize context usage with practical, high-impact workflows and scripts.
Non-Negotiable Guardrails
- Keep scope locked to the user request. Do not add extra features, pages, or telemetry unless asked.
- Treat token optimization as a constraint, not the goal. Correctness and security win over token reduction.
- Never claim token savings without before/after measurement on comparable tasks.
- If context-saving actions risk quality loss, keep the extra context and state the tradeoff.
- Never reduce code thoroughness to save tokens. Tests, strict config, safety checks, and error handling are non-negotiable. Save tokens from message verbosity — never from output completeness.
Operating Modes
Lean Mode(default): Use lightweight context hygiene only; do not create new benchmark artifacts.Measurement Mode: Use launch-readiness or A/B telemetry scripts only when user asks for proof/percentages.