Zum Inhalt springen

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

Fast codebase onboarding for new developers

Explain this codebase concisely:

  1. Purpose: What does it do? (1-2 sentences)
  2. Structure: Key dirs + responsibilities
  3. Entry points: Where execution starts
  4. Core concepts: Main abstractions/patterns
  5. Data flow: How components connect
  6. Run it: Build, test, run commands

Skip boilerplate. Focus on what matters for understanding the code.