code-explainer
Installation
SKILL.md
Code Explainer Skill
Make unfamiliar code understandable — fast — without dumbing it down.
Working from a brief
Infer the language and intent from the code itself; label assumptions (assumed — confirm). Always produce a complete explanation even from a fragment. Match depth to the apparent level of the question.
Input
Ask for these if not provided:
- The code — the snippet or file to explain (paste it, or point at the path)
- The language or runtime — if it is not obvious from the code
- The reader — who this is for and how much they already know
- What they are trying to understand — the bug, the review, the handover; infer the rest