Generates detailed token ROI reports across tracked Claude Code sessions with waste trend insights, cost savings estimates, and project-specific file preload/avoid suggestions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-context-optimizer:cco-reportThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate and display a comprehensive token usage report across all tracked sessions.
Generate and display a comprehensive token usage report across all tracked sessions.
Run:
node ${CLAUDE_PLUGIN_ROOT}/src/report.js full
Present the full report to the user. After showing it, provide actionable insights:
Also run:
node ${CLAUDE_PLUGIN_ROOT}/src/tracker.js suggest "$(pwd)"
And present the smart suggestions (files to preload, files to avoid) for the current project directory.
npx claudepluginhub egorfedorov/claude-context-optimizerAnalyzes Claude Code conversation logs for token usage, costs, cache hit rates, workflow patterns (skills, agents, hooks), and cost optimizations. Generates interactive HTML dashboard.
Routes Claude Code token usage and cost analysis requests to sub-skills for health checks, cost audits, anomaly detection, project reviews, trends, and usage patterns. Provides quick overviews for ambiguous intents.
Displays token economics dashboard showing savings from search-first (turbo-search) vs blind file reading. Analyzes session activity logs and codebase stats via /token-stats.