Break down complex code into clear, understandable explanations.
Explains code by breaking down complex logic into clear, structured explanations with multiple detail levels.
/plugin marketplace add onmyway133/claude-code-plugins/plugin install onmyway133-super-plugins-super@onmyway133/claude-code-pluginsBreak down complex code into clear, understandable explanations.
/explain-code [file_path] [depth]
Arguments:
file_path - File, function, or code block to explain (required)depth - quick (overview), detailed (line-by-line), deep (with context)Determine what to explain:
Before explaining, understand:
## Purpose
What this code accomplishes and why it exists.
## How It Works
Step-by-step walkthrough of the logic.
## Key Components
- **[Name]**: What it does
- **[Name]**: What it does
## Data Flow
Input → [transformations] → Output
## Edge Cases
- How [edge case] is handled
All of the above plus:
When explaining complex concepts:
Request → [Middleware] → [Handler] → [Response]
↓ ↓
[Logging] [Database]