by Ruya-AI · Claude Skill · ★ 175
Cozempic Context cleaning for Claude Code — remove the bloat, keep everything that matters, protect Agent Teams from context loss. What gets removed Claude Code context fills up with dead weight that wastes your token budget: hundreds of progress tick messages, repeated thinking blocks and signatures, stale file reads that were superseded by edits, duplicate document injections, oversized tool outputs, and metadata bloat (token counts, stop reasons, cost fields). A typical session carries 8-46MB — most of it noise. Cozempic identifies and removes all of it using 13 composable strategies, while your actual conversation, decisions, tool results, and working context stay untouched. Token-aware diagnostics File size is a poor proxy for context usage — a 1.1MB JSONL can hold 158K tokens. Cozempic reads the exact token counts from Claude's fields in the session file, so you see real context window usage instead of misleading byte sizes. Every command shows tokens and a context % bar, and guard thresholds can be set in tokens for precise compaction prevention. Agent Teams context loss protection When context gets too large, Claude's auto-compaction summarizes away critical state.
| Stars | 175 |
| Forks | 9 |
| Language | Python |
| Category | Claude Skill |
| License | MIT |
| Quality Score | 62.75/100 |
| Last Updated | 2026-03-26 |
| Created | 2026-02-06 |
| Platforms | claude-code, cli, python |
| Est. Tokens | ~22k |
These tools work well together with cozempic for enhanced workflows:
Explore other popular claude skill tools:
cozempic is Context cleaning for Claude Code — prune bloated sessions, protect Agent Teams from context loss, auto-guard with tiered pruning. It is categorized as a Claude Skill with 175 GitHub stars.
cozempic is primarily written in Python. It covers topics such as agent-teams, claude-code, claude-skills.
You can find installation instructions and usage details in the cozempic GitHub repository at github.com/Ruya-AI/cozempic. The project has 175 stars and 9 forks, indicating an active community.
cozempic is released under the MIT license, making it free to use and modify according to the license terms.