Skip to content

/explain-concept

Use when a concept needs making clear rather than practising: build the intuition, explain why it exists and what it replaced, trace where it came from, draw it, or contrast it against what it gets confused with. For exercises and grading, use drill.

From plugin
odin
34127 skills
Install
$ npx -y skills add OutlineDriven/odin-claude-plugin --skill explain-concept --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/explain-concept

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when a concept needs making clear rather than practising: build the intuition, explain why it exists and what it replaced, trace where it came from, draw it, or contrast it against what it gets confused with. For exercises and grading, use drill.

SKILL.md

explain-concept.SKILL.md
name: explain-concept
description: 'Use when a concept needs making clear rather than practising: build the intuition, explain why it exists and what it replaced, trace where it came from, draw it, or contrast it against what it gets confused with. For exercises and grading, use drill.'
argument-hint: "Which concept — intuition, motivation, origin, picture, or contrast?"

One concept, one angle per run. The table picks the angle unless the argument names it directly.

Pick the angle

An explicit argument overrides the table; no match means **intuition**.

| The user asks | Angle | |---|---| | "what is really going on", "I don't get it", "explain it simply" | intuition | | "why does this exist", "what problem does it solve", "why not just X" | motivation | | "where did this come from", "who came up with it", "what did it replace" | origin | | "draw it", "show me", "what does it look like" | picture | | "what is the difference", "when do I use X instead of Y" | contrast |

intuition

One analogy drawn from something the learner already owns, the smallest example showing the behaviour, and the one sentence that survives when they forget the rest. Then stop and ask them to restate it in their own words. Done when the restatement exists and has been confirmed or corrected. One screen.

motivation

What people did before this existed, where that broke, what this buys, what it costs. Leave history to the origin angle. Done when all four are on the page and the cost is real rather than a token concession. One screen.

origin

Who, when, what it displaced, one citation the learner can go read. The search and approval protocol is in [references/ORIGIN-SEARCH.md](references/ORIGIN-SEARCH.md). Done when a citation is on the page or the user declined the search. Fifteen lines. Asked for alongside the intuition, run the intuition first: the evidence that history teaches is thin, so this is a hook rather than a prerequisite, and saying so when the user opens here is part of the angle.

picture

One diagram, authored per the `diagram-contract` skill: nomnoml for structure and flow, D2 for architecture, house palette, rendered SVG committed beside its source in `assets/`. Done when the render exits zero and the embed carries its alt text and caption. A concept with no structure, flow, or architecture worth drawing gets one line saying so instead; a box drawn around a definition costs attention and returns nothing.

contrast

A table whose rows are the properties where the items differ, plus one line per item saying when to reach for it. Done when every row separates rather than shares, and at least one row is a difference with a consequence the learner can act on.

Rules

  • One angle per run. Another angle is another run.
  • Ask the learner to say why a step is taken before revealing the reason.
  • Cite the corpus anchor for every claim about the concept when `CORPUS.md` exists. When a claim is not in the corpus, say so in the sentence that makes it.
  • No `CORPUS.md` means ask which source to ground in, once, then proceed.
Read more
Ships withodin

Formerly known as the ODIN Claude Plugin. The repo URL stays the same; the brand has matured.

Get the whole plugin, auto-invoked
Stats
34
Stars
0
Views
0
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
6h ago
Last commit
8mo ago
Created

Repo: OutlineDriven/odin-claude-plugin