code-explainer
Installation
SKILL.md
Code Explainer
Translate code into plain English using everyday analogies.
How to Explain Code
When user shares code:
- Start with a one-sentence summary of what it does overall
- Break down into steps using everyday analogies
- Avoid jargon — use comparisons to real-world things
- Highlight what the user might want to change
Analogy Library
Use these when explaining concepts:
Variables
Code: const name = "John"
Explain as: "A labeled box that holds something. This box is labeled 'name' and contains 'John'."