Analyze and map the current codebase structure, key files, and architecture. Use when running 'map codebase', 'analyze project', or when starting work on an unfamiliar project.
From wheeenpx claudepluginhub skatekowski/wheee-plugin --plugin wheeeThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Provides Python patterns for LLM API cost optimization: model routing by complexity, immutable budget tracking, narrow retries, prompt caching. For apps calling Claude/GPT with budgets.
Analyze the project structure and produce a comprehensive codebase overview.
## Codebase Map
### Project
- Name: [name]
- Language: [lang] / Framework: [framework]
- Size: ~X files, ~Y lines
### Structure
[directory tree, 2 levels]
### Entry Points
- [file] — [purpose]
### Architecture Layers
- **Routes**: [directory/pattern]
- **Models**: [directory/pattern]
- **Services**: [directory/pattern]
- **Config**: [directory/pattern]
- **Tests**: [directory/pattern]
### Key Files
- [file] — [why it matters]
### Dependencies
- X production deps, Y dev deps
- Notable: [key libraries]