eli5
Explain the topic like the reader knows nothing about it and has no reason to
care yet. Output is one self-contained HTML file dominated by pictures, carrying
as few words as the explanation can survive on.
When to use
- Use when the ask is「解釋給完全不懂的人聽」and the deliverable is a visual,
not a paragraph.
- Skip when the reader already knows the domain and wants density — that is
infographic-design.
- Skip when there is existing prose to simplify rather than a topic to explain —
that is
plain-speak.
Visual implementation routing
ELI5 owns the teaching design: one idea, one analogy, minimal language, and the honesty note.
Delegate visual implementation to the narrowest available sibling skill when its scope matches:
- Use
$visual-craft for deliberate visual language, composition, styling, or restyling of structured visual work.
- Use
$infographic-design for polished explanatory SVG or single-file HTML graphics.
- Use
$theme-factory when the user asks to apply or compare a named artifact theme.
- Use
$visualize when the user wants an interactive visual in the conversation, such as adjustable inputs, a simulator, or a UI preview.
- Use
sites-building only when the requested deliverable is a website or app rather than one standalone explainer.
- After producing a fixed-layout visual artifact, use
visual-output-qa when it is available to inspect the rendered result.
Keep ELI5 primary for beginner teaching, and use one visual skill as the primary implementation owner.
Add another only when their responsibilities are complementary.
If no sibling skill is available, continue with inline SVG and CSS.
Procedure
- Find the one thing. Name the single idea the reader must walk away with.
Everything that does not serve it is cut, including facts that are true and
interesting. A second idea is a second explainer.
- Find the everyday analogy. Map the topic onto something the reader has
physically handled — post, queues, keys, water, a phonebook. The analogy must
hold for the whole explainer; if it breaks halfway, pick another one rather
than patching it.
- Break it into 3-6 steps. Each step is one picture and one short sentence.
If a step needs two sentences, it is two steps.
- Draw it. Inline SVG, big shapes, strong contrast, labels in the picture.
Each step gets a visual that would still be readable with the caption removed.
No stock-icon soup, no decorative clip art that carries no meaning.
- Strip the words. Delete every term the reader would have to look up, every
qualifier, and every sentence that only exists to be precise. Numbers stay
only when the number is the point.
- Close with the payoff. One line on what this lets the reader understand or
do next — not a summary of what they just read.
- Say what you simplified. Below the explainer (not inside it), list in one
or two lines the places where the analogy is not literally true, so the reader
can go deeper without carrying a wrong model.
Output
Write a single .html file: inline CSS and SVG, no external fetches, readable
on a phone, sensible in both light and dark. Where the harness can publish
artifacts, publish it and hand back the link; otherwise leave the file on disk
and give the path. Use the visual implementation routing above for the visual
pass; this skill's job is the explanation, not the styling engine.
Keep it to one screen-scroll. An eli5 that needs a table of contents has stopped
being an eli5.
Why
The failure mode of a beginner explainer is not being too simple, it is being
secretly complete: the writer keeps the caveats, keeps the correct vocabulary,
and adds an analogy on top. The reader then has to learn both the topic and the
analogy. Cutting to one idea, one analogy, and one picture per step is what makes
the thing land — and the honest note about what was simplified is what keeps a
useful lie from becoming a wrong belief.
1---2name: eli53description: Explain a topic to someone who knows nothing about it, as a single-file HTML picture explainer: big visuals, very few words, no jargon. Trigger on /eli5 <topic>, 「用五歲小孩聽得懂的方式解釋」, 「幫我做一個超簡單的圖解說明」, "explain X like I'm 5", or "make me a dead-simple picture explainer of X". Not for plain-language rewrites of existing prose (plain-speak), dense information graphics for informed readers (infographic-design), slide decks, or accurate technical documentation.4license: MIT5---67# eli589Explain the topic like the reader knows nothing about it and has no reason to10care yet. Output is one self-contained HTML file dominated by pictures, carrying11as few words as the explanation can survive on.1213## When to use1415- Use when the ask is「解釋給完全不懂的人聽」and the deliverable is a visual,16 not a paragraph.17- Skip when the reader already knows the domain and wants density — that is18 `infographic-design`.19- Skip when there is existing prose to simplify rather than a topic to explain —20 that is `plain-speak`.2122## Visual implementation routing2324ELI5 owns the teaching design: one idea, one analogy, minimal language, and the honesty note.25Delegate visual implementation to the narrowest available sibling skill when its scope matches:2627- Use `$visual-craft` for deliberate visual language, composition, styling, or restyling of structured visual work.28- Use `$infographic-design` for polished explanatory SVG or single-file HTML graphics.29- Use `$theme-factory` when the user asks to apply or compare a named artifact theme.30- Use `$visualize` when the user wants an interactive visual in the conversation, such as adjustable inputs, a simulator, or a UI preview.31- Use `sites-building` only when the requested deliverable is a website or app rather than one standalone explainer.32- After producing a fixed-layout visual artifact, use `visual-output-qa` when it is available to inspect the rendered result.3334Keep ELI5 primary for beginner teaching, and use one visual skill as the primary implementation owner.35Add another only when their responsibilities are complementary.36If no sibling skill is available, continue with inline SVG and CSS.3738## Procedure39401. **Find the one thing.** Name the single idea the reader must walk away with.41 Everything that does not serve it is cut, including facts that are true and42 interesting. A second idea is a second explainer.432. **Find the everyday analogy.** Map the topic onto something the reader has44 physically handled — post, queues, keys, water, a phonebook. The analogy must45 hold for the whole explainer; if it breaks halfway, pick another one rather46 than patching it.473. **Break it into 3-6 steps.** Each step is one picture and one short sentence.48 If a step needs two sentences, it is two steps.494. **Draw it.** Inline SVG, big shapes, strong contrast, labels in the picture.50 Each step gets a visual that would still be readable with the caption removed.51 No stock-icon soup, no decorative clip art that carries no meaning.525. **Strip the words.** Delete every term the reader would have to look up, every53 qualifier, and every sentence that only exists to be precise. Numbers stay54 only when the number is the point.556. **Close with the payoff.** One line on what this lets the reader understand or56 do next — not a summary of what they just read.577. **Say what you simplified.** Below the explainer (not inside it), list in one58 or two lines the places where the analogy is not literally true, so the reader59 can go deeper without carrying a wrong model.6061## Output6263Write a single `.html` file: inline CSS and SVG, no external fetches, readable64on a phone, sensible in both light and dark. Where the harness can publish65artifacts, publish it and hand back the link; otherwise leave the file on disk66and give the path. Use the visual implementation routing above for the visual67pass; this skill's job is the explanation, not the styling engine.6869Keep it to one screen-scroll. An eli5 that needs a table of contents has stopped70being an eli5.7172## Why7374The failure mode of a beginner explainer is not being too simple, it is being75secretly complete: the writer keeps the caveats, keeps the correct vocabulary,76and adds an analogy on top. The reader then has to learn both the topic and the77analogy. Cutting to one idea, one analogy, and one picture per step is what makes78the thing land — and the honest note about what was simplified is what keeps a79useful lie from becoming a wrong belief.