explain

Solid

Explain content or any concept inside it at the depth the user needs — ELI5, practitioner level, or expert deep-dive — with a jargon glossary and context the original assumes. Use when the user says "explain this", "what does X mean here", "break this down", "I don't understand this part", or shares content and asks how something in it works.

AI & Automation 142 stars 10 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
72
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
69
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# explain Make the content understandable without dumbing it down dishonestly. ## Workflow 1. **Get the text** (via `fetch-content` skill script if it's a URL, else web fetch or paste). 2. **Pick the depth** — from the user's request, or ask one short question if genuinely unclear: - **ELI5** — analogies, zero jargon, the core mechanism only - **Practitioner** — assumes general technical literacy, focuses on how it works and what to do with it - **Deep dive** — mechanisms, edge cases, history, competing views 3. **Explain**, structured as: - The one-sentence version first - The mechanism: how it actually works, step by step - **Glossary**: every jargon term the content uses without defining, one line each - **What the content assumes you know** — the missing prerequisites that made it confusing - Where the content's own explanation is wrong or oversimplified, if it is — flag it, don't repeat it ## Rules - Explaining ≠ endorsing. If the content's claim is contested, present the explanation *and* note the contest ("the video asserts X; the standard view is Y"). - Analogies must survive scrutiny — say where the analogy breaks. - If the user points at a specific segment ("the part at 12:30", "section 3"), explain that segment in the context of the whole, not in isolation. - Don't pad: a concept that takes three sentences gets three sentences.

Details

Author
SerhiiKorniienko
Repository
SerhiiKorniienko/bullshit-detector
Created
1 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

concept-explainer

Explains complex or technical concepts clearly at the right level for the audience, using layered depth, concrete analogies, worked examples, and checks for understanding — adapting from ELI5 to expert. Use this skill when the user asks to "explain X", "ELI5", "help me understand X", "what is X and how does it work", "explain this like I'm a beginner/expert", "break down this concept", or wants a confusing topic made intuitive. Works for technical, scientific, financial, or abstract topics.

5 Updated 1 months ago
JayRHa
AI & Automation Listed

explain-it

Explain technical concepts, mechanisms, and systems to a technically fluent reader who is unfamiliar with the specific topic. Use when asked to explain how something works, walk through an algorithm or protocol, write a deep-dive or onboarding article, answer 'what is X', 'why does X behave this way', 'how does X work', 'break down X', or when synthesising findings from research into a written explanation. Also use when the reader will decide, review or approve rather than build, and asks what a change, task or proposal means in practice, what it costs, or what users will see. Builds understanding progressively along the reader's 'aha path' - opens with the why, bridges to adjacent knowledge, introduces one concept at a time, works the example at the altitude the reader needs, closes with tradeoffs. Do NOT use for marketing copy, code review, reference-style API documentation, or commit messages.

5 Updated today
sergeyklay
AI & Automation Listed

concept-explainer

Explains a complex concept in layers - ELI5, then intermediate, then expert - using analogies and worked examples. Use when explaining something technical to a non-expert or unpacking jargon. Not for course design - use corporate-training-designer.

0 Updated 5 days ago
prvthmpcypher