๐ŸŽฏ

cco-clean

๐ŸŽฏSkill

from egorfedorov/claude-context-optimizer

VibeIndex|
What it does
|

Cleans up old tracking data and resets statistics for the Claude Context Optimizer, managing session files and storage in the ~/.claude-context-optimizer directory.

๐Ÿ“ฆ

Same repository

egorfedorov/claude-context-optimizer(17 items)

cco-clean

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add egorfedorov/claude-context-optimizer --skill cco-clean
skills.sh Installโš  Installs to .agents/skills/
npx skills add egorfedorov/claude-context-optimizer --skill cco-clean
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/cco-clean/SKILL.md

SKILL.md

128Installs
-
AddedApr 13, 2026

More from this repository10

๐ŸŽฏ
cco-claudemd๐ŸŽฏSkill

A Claude Code plugin that optimizes CLAUDE.md context management to reduce token waste, addressing the problem of 30-50% of tokens being spent on files never actually used during sessions.

๐ŸŽฏ
cco๐ŸŽฏSkill

A Claude Code plugin that silently tracks file reads, edits, and searches to identify token waste, providing analytics on which files are actually useful and a smart read cache to block redundant file reads.

๐ŸŽฏ
smart-loader๐ŸŽฏSkill

Automatically suggests optimal files to preload based on the user's task description and historical context patterns. Checks templates and past session data to recommend which files to load and which to skip, helping reduce token waste when starting new tasks.

๐ŸŽฏ
cco-budget๐ŸŽฏSkill

Manages token budget limits, auto-compact settings, and model selection for Claude Code sessions to optimize context usage and prevent overflow.

๐ŸŽฏ
cco-report๐ŸŽฏSkill

Generates detailed token usage ROI reports across all tracked Claude sessions, showing waste trends and providing actionable insights to optimize context token consumption.

๐ŸŽฏ
cco-anatomy๐ŸŽฏSkill

Generates a compact project anatomy map showing every file with its size, token estimate, and category, letting Claude understand an entire codebase structure by reading a single summary file instead of opening every file individually.

๐ŸŽฏ
cco-git๐ŸŽฏSkill

A Claude Code skill that analyzes the current git state and suggests which files Claude should read for the current task. Shows the current branch, modified files, related test files, and historical patterns without auto-reading, letting the user decide what to load.

๐ŸŽฏ
cco-templates๐ŸŽฏSkill

A Claude Code skill for managing pre-defined context templates that specify which files to load for common task types like bug fixes, new features, or refactoring, saving time and tokens by loading only the relevant context.

๐ŸŽฏ
cco-export๐ŸŽฏSkill

Exports Claude context optimizer analysis reports as Markdown or HTML files, with the HTML format providing a visual dashboard with charts and color-coded metrics.

๐ŸŽฏ
cco-digest๐ŸŽฏSkill

A Claude Code plugin that tracks file reads and edits to identify wasted tokens, featuring a smart read cache that blocks redundant file reads and a .contextignore file for permanently blocking wasteful reads. Typical savings are 30-60% fewer tokens per session from read deduplication alone.