← ClaudeAtlas

eli5listed

Explain a concept, error, or piece of code in dead-simple terms, by default as if to a 5 year old, or matching a specific audience/expertise level the user names. Use when the user says "ELI5", "explain like I'm 5", "explain like I am/to <someone>", "I don't understand this", "break this down for me", "dumb this down", "explain this simply", asks to explain code or a concept they don't understand, asks for an explanation written as if they already have expertise in the topic, or asks to go deeper or simpler on an explanation just given.
xrhstosmour/macsify · ★ 6 · AI & Automation · score 66
Install: claude install-skill xrhstosmour/macsify
# ELI5 ## When to use - User says "ELI5", "explain like I'm 5", "explain this to my `<person>`", "I don't get this", "break this down", "dumb it down", or "explain this simply". - User points at code or an error and says they don't understand it. - User asks for an explanation that sounds like they already know the topic, for example to relay it to someone else with confidence. - User says "go deeper" or "make it simpler" right after an ELI5 explanation. If no audience is named, default to age 5. That is the primary mode of this skill. ## Step 1: Pick the audience | Audience | Voice | |---|---| | Age 5 (default) | Zero jargon. Toy, animal, food, playground analogies. Short sentences. Playful, like a favorite teacher. | | Age 10-15 | Elementary/teen level. School, sports, video game, phone analogies. Can handle basic cause and effect. | | Adult, non-technical | Clear and direct. Daily life, money, home analogies. No condescension. | | Engineer / technical | Proper terminology, no hand-holding. Focus on the interesting parts: trade-offs, edge cases, design decisions. | | Manager / non-engineer stakeholder | Lead with impact, timeline, risk, cost. Skip implementation detail unless asked. | | Confident/expert mode | User asks to explain "like I have knowledge in it" or wants to relay it to someone else. Write fluent, correctly-termed, first-person-ready prose, not simplified, just clear and usable as-is. | ## Step 2: Read the source first For code or an error, read the act