Displays context usage heatmap for current Claude Code session, highlighting read-only files, edits, token usage, and waste. Suggests reductions if waste exceeds 30%. Ideal for optimizing session efficiency.
npx claudepluginhub egorfedorov/claude-context-optimizerThis skill is limited to using the following tools:
Show the user a visual heatmap of their context usage in the current session.
Optimizes Claude Code session context by explaining major consumers like metadata, images, file reads, and bash output, with strategies including screenshot compression, /compact usage, and reduced re-reads.
Analyzes local Claude Code session logs to evaluate prompt quality, tool usage, efficiency metrics, productivity patterns, error recovery, and context switching. Ideal for optimizing AI-assisted coding workflows.
Opens a browser-based analytics dashboard for Claude Code context-mode, displaying personal metrics on session activity, tool usage, error rates, parallel work patterns, project focus, and actionable insights.
Share bugs, ideas, or general feedback.
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:
If waste is over 30%, suggest specific ways to reduce it based on the files shown.