cco
Context Heatmap
Show the user a visual heatmap of their context usage in the current session.
Run the following command to get the current session's tracking data (uses the most recent session automatically):
node ${CLAUDE_PLUGIN_ROOT}/src/tracker.js heatmap
If no data is available yet (empty session), tell the user: "No data in this session yet. Just keep working — the optimizer tracks your reads, edits, and searches automatically!"
Present the heatmap output to the user and highlight:
- Files marked with a warning icon that were read but never used — suggest avoiding them next time
- Files marked with an edit icon that were actually edited — these are high-value context
- The total estimated token usage and waste percentage
If waste is over 30%, suggest specific ways to reduce it based on the files shown.
More from egorfedorov/claude-context-optimizer
cco-claudemd
Analyze CLAUDE.md files for token bloat and suggest optimizations
94cco-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.
74cco-report
Show detailed token ROI report across all tracked sessions
72cco-templates
Manage context templates for common task types
70cco-anatomy
Generate a compact project map so Claude understands the codebase without opening every file
70