explain-concept

explain-concept is a skill for Claude Code from LFTPadilla/agent-dev-kit. It costs 107 tokens per session (689 once invoked), scanned A, original, MIT.

An explanation router that chooses between a diagram, an editable draw.io file, a narrated video, or a text trail showing file and line locations. It records what the reader learned but does not create the chosen medium itself.

In plain words
What is it for?
Use it to explain tickets, bugs, system architecture, or data flows to people who did not create them. It asks who the explanation is for and how they will receive it, then sends the work to the matching tool.
Why use it?
It avoids writing a long explanation in the wrong format. It helps when the audience or delivery method is known but the best way to show the idea is not.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the dev-skills plugin — 27 skills, 1 command shipped together

Good fit Use it to explain tickets, bugs, system architecture, or data flows to people who did not create them. It asks who the explanation is for and how they will receive it, then sends the work to the matching tool.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lftpadilla/agent-dev-kit/explain-concept
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LFTPadilla/agent-dev-kit --skill explain-concept
Clone the repo
git clone --depth 1 https://github.com/LFTPadilla/agent-dev-kit

Made for: Claude Code.

Or install dev-skills, the plugin that ships this one along with the rest of its 27 skills, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for explain-concept

README.md
[![agentmods](https://agentmods.dev/badge/skills/lftpadilla/agent-dev-kit/explain-concept/github.svg)](https://agentmods.dev/skills/lftpadilla/agent-dev-kit/explain-concept)
Your own site
<a href="https://agentmods.dev/skills/lftpadilla/agent-dev-kit/explain-concept"><img src="https://agentmods.dev/badge/skills/lftpadilla/agent-dev-kit/explain-concept/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for explain-concept

Your own site · 80×15
<a href="https://agentmods.dev/skills/lftpadilla/agent-dev-kit/explain-concept"><img src="https://agentmods.dev/badge/skills/lftpadilla/agent-dev-kit/explain-concept.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 689 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00107 $0.00689
Opus 5 $0.00053 $0.00345
Sonnet 5 $0.00021 $0.00138
Haiku 4.5 $0.00011 $0.00069

Measured today against content hash b056a519b7b5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

explain-concept scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/dev-skills/skills/explain-concept/SKILL.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Explain Concept 🧭

Umbrella router. It does not render anything. It picks the medium, hands off to one skill, and records what was learned.

When to use

  • A request names an audience but not a format ("help the team understand the retry logic").
  • A ticket, a bug, or a design must be explained to somebody who did not write it.
  • You are about to write three paragraphs of prose about a structure. Stop and route.

Do not use it when the user already named the medium. Call that skill directly.

Step 1 — Clarify in ONE question

Ask one question only, and only if the answer is not already obvious:

Who is this for, and how will they receive it (image, editable file, or video)?

If the request already names an audience and a medium, skip the question.

Step 2 — Route

Signal in the request Route to Output
Quick topology, flow, or architecture picture; paste into chat or a PR diagram-render PNG
The reader must edit it, restyle it, or export SVG/PDF; swimlanes, UML, ER drawio-skill .drawio + export
Narrated walkthrough, async share, non-technical audience, onboarding explainer-video videos/<slug>/renders/video.mp4
No image is possible or wanted; the reader will read the code text trail ordered file:line list

Rules for the routes:

  • diagram-render — the picture is static and the reader only looks at it.
  • drawio-skill — the picture has a second life: somebody changes it later.
  • explainer-video — timing matters. The reader needs the order of events spoken, not inferred. Example: a webhook race bug where two handlers write the same row.
  • text trail — the fallback. Give an ordered list of file:line stops, one sentence per stop on what to notice, and 5 lines of summary at most. Do not paraphrase the code.

Pick one route. Do not produce two mediums for the same request unless the user asks for both.

Step 3 — Always record lessons

After the chosen skill finishes, append one line to that skill's references/lessons.md if anything was learned:

Read the full file on GitHub · 63 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 63 lines · 107 tokens per session scan A b056a519b7b5

Subscribe to this mod's changes

explain-concept is a skill published in the GitHub repository LFTPadilla/agent-dev-kit (2 stars, last pushed today), licensed MIT. It adds 107 tokens to every session and 689 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-12.

Related

Other skills, from other repositories

lookup-topic

Look up a help topic with progressive depth. First call returns concept, repeat calls escalate to task then reference. Triggers on: look up topic, open template, tell me more, go deeper, start over.

Smart-AI-Memory/attune-ai · 46 tokens

lookup

Look up help topics with progressive depth. Pair with attune-ai for the full author-and-read workflow. Triggers on: lookup, look up, depth, topic, help topic, tell me more.

Smart-AI-Memory/attune-ai · 43 tokens

lookup-list

List all available help topics, optionally filtered by tag. Use to browse what's in the bundled templates or the project's .help/ directory. Triggers on: list topics, what's available, browse help, show topics.

Smart-AI-Memory/attune-ai · 46 tokens

lookup-warn

Get context warnings for a file based on its extension and name. Surfaces known gotchas before the user hits them. Triggers on: warn me, gotchas, pitfalls, what should I watch out for, check this file.

Smart-AI-Memory/attune-ai · 51 tokens

axiom-apple-docs-research

Use when researching Apple frameworks, APIs, or WWDC sessions - provides techniques for retrieving full transcripts, code samples, and documentation using Chrome browser and sosumi.ai.

ComeOnOliver/skillshub · 41 tokens

learn

Learn a tech topic to a correct 101 level in minimal time. Researches open sources (official docs/releases, engineering blogs, YouTube talks, HN/Reddit, news, papers) restricted to recent material, then produces a brief with a 101 mental model, what changed, tradeoffs, an adopt/trial/hold/avoid verdict, a…

ayberkcansever/ai-skills · 176 tokens