explain-codebase
| Type | Command |
| Plugin | awl-general · v0.0.51 |
| Invoke | /awl-general:explain-codebase |
| Tools | Bash(find:), Bash(ls:), Bash(tree:*) |
| Source | plugins/awl-general/commands/explain-codebase.md |
When Claude uses it
Section titled “When Claude uses it”Fast codebase onboarding for new developers
Definition
Section titled “Definition”Explain this codebase concisely:
- Purpose: What does it do? (1-2 sentences)
- Structure: Key dirs + responsibilities
- Entry points: Where execution starts
- Core concepts: Main abstractions/patterns
- Data flow: How components connect
- Run it: Build, test, run commands
Skip boilerplate. Focus on what matters for understanding the code.

