From wheee
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wheee:codebase-maphaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the project structure and produce a comprehensive codebase overview.
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]
npx claudepluginhub skatekowski/wheee-plugin --plugin wheeeAnalyzes codebase structure, tech stack, patterns, and conventions for project onboarding and exploration.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.