Generate a compact project map so Claude understands the codebase without opening every file
Scanned 5/27/2026
Install via CLI
openskills install egorfedorov/claude-context-optimizer---
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:
```bash
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.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.