Agent skill · Content & Marketing

explain

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.

SerhiiKorniienkogithub.com/SerhiiKorniienkoGitHub ↗
claude-codeMIT
Install
npx skills add SerhiiKorniienko/bullshit-detector --skill explain --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/explain/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 104
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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,

More from bullshit-detector
All skills →
About this skill
What does the explain skill do?

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.

How do I install it?

Run `npx skills add SerhiiKorniienko/bullshit-detector --skill explain --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SerhiiKorniienko/bullshit-detector, a repository with 104 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going