cco-anatomy
Project Anatomy Generator
Generate a compact project map showing every file with its size, token estimate, and category. This lets Claude understand the codebase structure by reading one file instead of twenty.
Run the anatomy generator for the current working directory:
node ${CLAUDE_PLUGIN_ROOT}/src/anatomy.js "${CWD}"
Present the output to the user. Highlight:
- Total token cost if all files were read
- Heaviest files that should use offset/limit
- Category breakdown — where most tokens live (source, config, tests, docs)
Suggest saving the output to PROJECT_ANATOMY.md in the project root if the user wants to use it as persistent context.
More from egorfedorov/claude-context-optimizer
cco-claudemd
Analyze CLAUDE.md files for token bloat and suggest optimizations
95cco
Show context usage heatmap for current session
85cco-budget
Configure token budget limits, auto-compact settings, and view current budget status (model-aware — supports Opus 4.7 1M context tier)
75smart-loader
Automatically suggests optimal files to preload based on the user's task description and historical context patterns. Activates when the user starts a new task, mentions reading files, or when session context is being set up.
75cco-report
Show detailed token ROI report across all tracked sessions
72cco-templates
Manage context templates for common task types
71