
π―Skills17
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.
A Claude Code skill that displays ContextShield protection status and historical waste prevention stats, showing protected files, estimated tokens saved, and co-occurrence groups learned from usage patterns.
A Claude Code plugin that tracks file reads and edits to identify wasted tokens, featuring a smart read cache that blocks redundant file reads and a .contextignore file for permanently blocking wasteful reads. Typical savings are 30-60% fewer tokens per session from read deduplication alone.
Displays recent Claude Code session summaries for quick context recovery β showing when sessions happened, which files were edited, and what was accomplished.
A skill that calculates and displays the return on investment from using Context Optimizer, reporting token savings, cost efficiency multipliers, and monthly/yearly dollar savings by Claude model.
A Claude Code plugin that silently tracks every file read, edit, and search to identify token waste, building a profile of coding patterns and showing exactly where context budget goes to help reduce unnecessary token consumption by 30-50%.
A Claude Code plugin that analyzes and optimizes context usage by identifying redundant file reads and weak prompts, reducing token waste by up to 30-50% per session while tuned for Claude Opus models including the 1M-context tier.
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.