Generates a compact project map listing every file with size, token estimate, and category. Helps Claude understand codebase structure without reading all files.
npx claudepluginhub egorfedorov/claude-context-optimizerThis skill is limited to using the following tools:
Generate a compact project map showing every file with its size, token estimate, and category.
Explores large codebases using Gemini CLI's context window, generating reports on architecture, dependencies, patterns, or all. For unfamiliar repos or those exceeding 50K tokens.
Generates repository structure trees, TypeScript code maps, context bundles with key files like package.json, and import/dependency analyses via bash scripts. Useful for project overviews, documentation, and sharing codebase context.
Orchestrates parallel subagents to map any codebase, creating docs/CODEBASE_MAP.md with architecture, file roles, dependencies, and navigation. Updates incrementally via git or scans.
Share bugs, ideas, or general feedback.
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:
Suggest saving the output to PROJECT_ANATOMY.md in the project root if the user wants to use it as persistent context.