cco-anatomy
๐ฏSkillfrom egorfedorov/claude-context-optimizer
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.
Same repository
egorfedorov/claude-context-optimizer(17 items)
Installation
npx vibeindex add egorfedorov/claude-context-optimizer --skill cco-anatomynpx skills add egorfedorov/claude-context-optimizer --skill cco-anatomy~/.claude/skills/cco-anatomy/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.
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.
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 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.
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.