cco-clean
Installation
SKILL.md
Clean Context Optimizer Data
The user wants to clean up tracking data. Parse $ARGUMENTS:
- If
--reset-all: Delete all data in~/.claude-context-optimizer/and confirm - If
--sessions-older-than N: Delete session files older than N days - If no arguments: Show current data size and ask what to clean
Run to check data size:
du -sh ~/.claude-context-optimizer/ 2>/dev/null && find ~/.claude-context-optimizer/sessions/ -name "*.json" 2>/dev/null | wc -l
For cleanup, delete the appropriate files and confirm what was removed.
Related skills
More from egorfedorov/claude-context-optimizer
cco-claudemd
Analyze CLAUDE.md files for token bloat and suggest optimizations
95cco
Show context usage heatmap for current session
85cco-budget
Configure token budget limits, auto-compact settings, and view current budget status (model-aware — supports Opus 4.7 1M context tier)
75smart-loader
Automatically suggests optimal files to preload based on the user's task description and historical context patterns. Activates when the user starts a new task, mentions reading files, or when session context is being set up.
75cco-report
Show detailed token ROI report across all tracked sessions
72cco-templates
Manage context templates for common task types
71