code-explanation-generator
Installation
SKILL.md
Code Explanation Generator
Generate clear explanations for complex code to aid understanding and knowledge transfer.
When to Use
- Understanding unfamiliar or complex code
- Creating documentation for code
- Onboarding new team members
- Code review explanations
- Educational content creation
Explanation Levels
| Level | Audience | Focus |
|---|---|---|
| Beginner | Junior devs, non-technical | What it does, simple terms |
| Intermediate | Mid-level devs | How it works, patterns used |
| Expert | Senior devs, architects | Why decisions made, trade-offs |