cco-coach
๐ฏSkillfrom egorfedorov/claude-context-optimizer
A context optimizer for Claude Code that silently tracks file reads, edits, and searches to learn which files are useful and which waste tokens. Includes a prompt coach that grades and improves prompts before execution to reduce unnecessary context consumption.
Same repository
egorfedorov/claude-context-optimizer(17 items)
Installation
npx vibeindex add egorfedorov/claude-context-optimizer --skill cco-coachnpx skills add egorfedorov/claude-context-optimizer --skill cco-coach~/.claude/skills/cco-coach/SKILL.mdSKILL.md
More from this repository10
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.
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.
Manages token budget limits, auto-compact settings, and model selection for Claude Code sessions to optimize context usage and prevent overflow.
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.
Generates detailed token usage ROI reports across all tracked Claude sessions, showing waste trends and providing actionable insights to optimize context token consumption.
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.
Cleans up old tracking data and resets statistics for the Claude Context Optimizer, managing session files and storage in the ~/.claude-context-optimizer directory.
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.
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.
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.