Keep the agent's context lean so accuracy doesn't collapse. Use on long sessions, big files, or when the agent starts hallucinating.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add elitongadotti/cockpit --skill context-budget --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Context Budget?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/elitongadotti-context-budget)More formats (shields.io, HTML) on the badges page.
---
name: context-budget
description: Keep the agent's context lean so accuracy doesn't collapse. Use on long sessions, big files, or when the agent starts hallucinating.
when_to_use: long session, huge file dump, agent forgetting earlier steps, accuracy dropping
---
# Context Budget
More context is not better. Past a threshold, accuracy falls off a cliff (context rot).
- **Don't dump whole files** — read the relevant function/section, not the 2000-line module.
- **Summarize, don't accumulate** — replace a 200K-token transcript with a 4K recap of the load-bearing facts.
- **Drop dead context** — once a sub-task is done, its detail leaves the window. Keep the decision, drop the trace.
- **State on disk, not in context** — progress goes to a file the next turn re-reads, not into an ever-growing prompt.
A bloated standing context (CLAUDE.md) taxes every single turn. Trim weekly. If the agent is confidently wrong, suspect the context before the model.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.