egorfedorov/claude-context-optimizer

cco-anatomy

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

First seen Mar 24, 2026

Installation

$ npx skills add egorfedorov/claude-context-optimizer --skill cco-anatomy

Also in this package

Other skills from egorfedorov/claude-context-optimizer · top by installs.

npx skills add egorfedorov/claude-context-optimizer

Browse all from egorfedorov/claude-context-optimizer

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 107
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT
Allowed toolsBash, Read

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 861 B
  • docs SUMMARY.md 111 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 173 installs

SKILL.md

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.