context-governor
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.
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.
Claude Code Message Budget (required)
Related skills