cco-anatomy
Generate a compact project map so Claude understands the codebase without opening every file
Analyze CLAUDE.md files for token bloat and suggest optimizations
$ npx -y skills add egorfedorov/claude-context-optimizer --skill cco-claudemd --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cco-claudemdContext preview
The summary Claude sees to decide when to auto-load this skill.
Analyze CLAUDE.md files for token bloat and suggest optimizations
name: cco-claudemd description: Analyze CLAUDE.md files for token bloat and suggest optimizations license: MIT allowed-tools: [Bash, Read]
Analyze CLAUDE.md files in the current project for token bloat and optimization opportunities.
Run the analyzer:
node ${CLAUDE_PLUGIN_ROOT}/src/claudemd-analyzer.js "${CWD}"Present the output to the user. The analyzer checks for:
For each issue found, explain the savings potential and suggest a concrete fix.
If the user wants to apply fixes, help them edit the CLAUDE.md directly using the Edit tool.
Claude Code plugin that tracks token usage, identifies wasted context, and saves 30-50% on API costs. Heatmaps, ROI reports, budget alerts, efficiency scores, git-aware suggestions — all local, zero config.
Repo: egorfedorov/claude-context-optimizer
Generate a compact project map so Claude understands the codebase without opening every file
Configure token budget limits, auto-compact settings, and view current budget status (model-aware — Claude 5 lineup, Opus 5 default fallback, full 1M context…
Analyze the user's last prompt for clarity, scope and specificity — give a quality score and concrete suggestions to make the next prompt produce better results
View and tune CCO's behavior thresholds — re-read warnings, cache staleness, prompt-coach length bands, and the /cco-pack budget cap