explain-codebase
SolidOnboard to an unfamiliar codebase by mapping its architecture, entry points, and data flow. Use when starting work in a new or unknown repository and you need a navigable mental model fast.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- KhaledSaeed18
- Repository
- KhaledSaeed18/dotclaude
- Created
- 1 months ago
- Last Updated
- 5 days ago
- Language
- TypeScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
explain-codebase
Use when you need to understand an unfamiliar repository or module and produce a structured walkthrough of how it works and where to change it.
codebase-navigation
Use when entering an unfamiliar repo, locating relevant code, tracing behavior, debugging, or working in a large or chaotic codebase. Builds task-scoped understanding without reading the whole repository.
codebase-onboarding
Auto-generate onboarding documentation from codebase analysis, tailored to the reader's experience level. TRIGGER when: user asks to onboard someone to a codebase, document this codebase, generate project documentation for new team members, write a codebase walkthrough or tour, create a getting-started guide, or explain a codebase to a specific audience. DO NOT TRIGGER when: user wants API reference docs (use language-specific tooling), or wants to understand a single file (just read it).