cozempic
Prune bloated Claude Code sessions and prevent context overflow
All Skills in This Repository (5)
Pure Emerald Level Indicatorsdoctor
Diagnose and fix Claude Code configuration and session integrity issues.
treat
Prune bloated Claude Code session files with dry-runs and backups.
diagnose
Analyze Claude Code session files for token counts and context usage.
reload
Spawn an auto-resume watcher that opens a new terminal after exit.
guard
Monitor Claude Code session size and prune noisy context before auto-compaction.
Frequently Asked Questions
FAQPage SchemaHow to install Cozempic?โผ
Run `npx skills add Ruya-AI/cozempic --all -g -y` in your terminal to install all skills in this suite globally.
How to reduce Claude Code context bloat?โผ
Run the diagnose skill to see token usage and bloat breakdown, then apply a gentle, standard, or aggressive prescription with the treat skill to prune 25-95% of session weight.
How to prevent context loss in agent teams?โผ
Start the guard skill, which runs a background daemon that checkpoints team state every 30 seconds and auto-prunes before compaction can discard your team's work.
Can Cozempic fix corrupted Claude Code sessions?โผ
Yes. The cozempic-doctor skill runs 15 health checks and can auto-fix orphaned tool results, corrupted tool calls, zombie teams, and config issues with `cozempic doctor --fix`.
Is Cozempic safe to run on live sessions?โผ
Yes. Dry-run is the default, backups are created automatically, and the guard defers reloads while workflows, subagents, or tool calls are in flight.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core