Loading...
Loading...
Explain how code works in detail. Use when trying to understand unfamiliar code, complex logic, or system architecture.
npx skill4agent add zbruhnke/claude-code-starter explain-code## [Function/File Name]
**Purpose**: [1-2 sentence summary]
**How it works**:
1. [Step 1 with file:line reference]
2. [Step 2]
...
**Key concepts**: [Patterns used, why they matter]
**Dependencies**: [What this calls/uses]
**Callers**: [What uses this]
**Side effects**: [State changes, I/O]
**Gotchas**: [Non-obvious behavior, edge cases]