| name | code |
| description | Transform raw code snippets into narrative-driven explanations — the "story" of the code. Adds context, narrative arc, step-by-step breakdowns, and trade-off analysis.
|
Hype-Forge — Code
Transform raw code into a compelling narrative for developer audiences.
Usage
/hype-forge:code [path to file or snippet]
Workflow
- Context: What problem does this code solve?
- Narrative: "I started with [Naive approach], but found [Problem]. So, I [Solution]."
- Explanation: Break down the code into 2-3 logical steps.
- Trade-offs: Why this approach? (e.g., "Trading readability for performance").
Quality Checklist