Clean up old tracking data and reset statistics
Scanned 5/27/2026
Install via CLI
openskills install egorfedorov/claude-context-optimizer---
name: cco-clean
description: Clean up old tracking data and reset statistics
license: MIT
argument-hint: "[--sessions-older-than <days>] [--reset-all]"
allowed-tools: [Bash]
---
# 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:
```bash
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.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.