Skip to content

/cco-anatomy

Generate a compact project map so Claude understands the codebase without opening every file

shell
$ npx -y skills add egorfedorov/claude-context-optimizer --skill cco-anatomy --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cco-anatomy
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

Generate a compact project map so Claude understands the codebase without opening every file

SKILL.md

cco-anatomy.SKILL.md
name: cco-anatomy
description: Generate a compact project map so Claude understands the codebase without opening every file
license: MIT
allowed-tools: [Bash, Read]

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: 1. **Total token cost** if all files were read 2. **Heaviest files** that should use offset/limit 3. **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.

Read it on GitHub ↗
Ships withclaude-context-optimizer

Claude Code plugin that tracks token usage, identifies wasted context, and saves 30-50% on API costs. Heatmaps, ROI reports, budget alerts, efficiency scores, git-aware suggestions — all local, zero config.

Get the whole plugin, auto-invoked
Stats
85
Stars
0
Views
10
Forks
Active
Maintenance
JavaScript
Language
MIT
License
20d ago
Last commit
4mo ago
Created

Repo: egorfedorov/claude-context-optimizer