Explain code, architecture, or concepts in detail
Explains code, architecture, or concepts in detail with structured breakdowns and examples.
/plugin marketplace add xkelxmc/claude-code-agents/plugin install xkelxmc-plugin@claude-code-agents[file-path, function-name, or concept]Explain: $ARGUMENTS
## [Name/Topic]
### Purpose
What does this code/concept do? Why does it exist?
### How It Works
Step-by-step breakdown:
1. First, it...
2. Then, it...
3. Finally, it...
### Key Components
- **[Component A]**: Description
- **[Component B]**: Description
### Data Flow
Input → Processing → Output
### Dependencies
- Uses: [library/module]
- Used by: [other modules]
### Example Usage
```typescript
// Example code
path/to/related.ts - Descriptionpath/to/another.ts - Description
## Depth Levels
Adjust explanation depth based on context:
- **Quick**: 2-3 sentences, high-level purpose
- **Standard**: Full breakdown with examples
- **Deep**: Include internals, performance considerations, history
Default to **Standard** unless specified.