teachback

teachback is a skill for Claude Code from terrylica/cc-skills. It costs 66 tokens per session (8,694 once invoked), scanned A, original, MIT.

A skill for creating one self-contained interactive HTML lesson from material already discussed or from a named source. The lesson can include rendered mathematics, multiple-choice exploration, and terminology practice.

In plain words
What is it for?
Use it to explain technical subjects to readers without specialist background and to create a reusable lesson with interactive checks of understanding.
Why use it?
It turns difficult material into a durable page that can be opened locally without a server, framework, or tracking.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the doc-tools plugin — 13 skills shipped together , and of cc-skills

Good fit Use it to explain technical subjects to readers without specialist background and to create a reusable lesson with interactive checks of understanding.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add terrylica/cc-skills
Claude Code
/plugin install doc-tools

Made for: Claude Code.

Or install doc-tools, the plugin that ships this one along with the rest of its 13 skills.

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 teachback

README.md
[![agentmods](https://agentmods.dev/badge/skills/terrylica/cc-skills/teachback.svg)](https://agentmods.dev/skills/terrylica/cc-skills/teachback)
Your own site
<a href="https://agentmods.dev/skills/terrylica/cc-skills/teachback"><img src="https://agentmods.dev/badge/skills/terrylica/cc-skills/teachback.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,694 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00066 $0.08694
Opus 5 $0.00033 $0.04347
Sonnet 5 $0.00013 $0.01739
Haiku 4.5 $0.00007 $0.00869

Measured 3d ago against content hash 1f44872d5047, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

teachback scanned grade A with 1 finding 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 3d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (mutate_gate.py, tests/test_check_discovery.py, verify_explainer.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`curl -sSL <url> | openssl dgst -sha384 -binary | openssl base64 -A`.
plugins/doc-tools/skills/teachback/SKILL.md · 630 lines

How it starts

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

teachback — teach the material back as a self-contained interactive page

Self-Evolving Skill: this file improves through use. If an instruction here is wrong, a gate rejected a page it should have accepted, or you needed a workaround — fix this file immediately, don't defer. Only for real, reproducible issues. And when you add a check to a gate, add the mutation that proves it can fail: an unexercised check is not yet a check.

Produces one HTML file that explains hard material to an intelligent reader with no assumed specialist background. The page runs from file:// with no server, no tracking and no framework.

The defining behaviour: teachback reads what is already in the working context. Do not ask the reader to restate material the conversation already contains. Infer the subject, scope, prerequisites, title, filename and technical depth.

This copy is canonical. teachback was built in Eon-Labs/alpha-forge and merged there as #527 after eleven review rounds; it was promoted to terrylica/cc-skills on 2026-08-20 to make it available in every project rather than one repository. Edit it here. The alpha-forge path .claude/skills/teachback/ is being reduced to a redirect stub carrying no gate scripts; until that lands, two full copies exist and only this one is authoritative. If you find yourself editing the alpha-forge copy, stop and edit this one.


Options

Every option is optional. /teachback with no arguments is the common case.

Option Effect
(none) Explain the most recent coherent discussion in the working context.
<subject> Explain a named subject instead, e.g. /teachback the spanning admission result.
--source <path|issue|url> Explain designated material rather than the conversation: a file, #123, a doc path, a URL.
--out <path> Write the page here. Default: ~/Documents/explainers/<slug>.html, outside the repository — generated pages are artefacts, not source. Pass an in-repo path only when the page is meant to be committed.
--update <path> Revise an existing page in place instead of creating one. Implied by --terms and --revise.
--terms "a, b, c" The terminology loop. Add or substantially deepen coverage of these terms in an existing page. This is what the page's own footer form emits.
--revise "<instruction>" Any other change to an existing page, in plain language.
--depth intro|standard|deep How much advanced qualification to carry. Default standard. deep keeps every limitation, objection and open question.
--questions <n> Assessment size. Default 3–8, chosen to cover the objectives.
--open / --no-open Launch the default browser on completion. Default --open.
--dark / --light Force a colour scheme. Default: follow the operating system.

Read the full file on GitHub · 630 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 630 lines · 66 tokens per session scan A 1f44872d5047

Subscribe to this mod's changes

teachback is a skill published in the GitHub repository terrylica/cc-skills (62 stars, last pushed yesterday), licensed MIT. It adds 66 tokens to every session and 8,694 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

career-path-planner

Career goal mapping with skill gap analysis, actionable development plans, and milestone tracking. Use when planning career transitions, identifying skill gaps, setting professional development goals, or evaluating career options.

travisjneuman/.claude · 41 tokens

case-interview-practice

Interactive consulting case interview practice with structured frameworks, feedback mechanisms, and progressive difficulty. Use when preparing for management consulting interviews, case competitions, or business problem-solving exercises.

travisjneuman/.claude · 39 tokens

course-material-creator

Create custom educational materials including syllabi, lesson plans, assessments, reading lists, and learning objectives. Use when building course curricula, training programs, workshops, or educational content.

travisjneuman/.claude · 40 tokens

debate-practice-coach

Interactive debate and argument practice with structured feedback, counterargument generation, logical fallacy identification, and scoring rubrics. Use when preparing for debates, improving persuasion skills, or practicing argumentation.

travisjneuman/.claude · 45 tokens

gs-doc-generate

Generate missing documentation from scratch using the Diataxis framework. CARL TRIGGERS: generate docs, create documentation, draft docs, diataxis, write missing docs. SOURCE: garrytan/gstack/document-generate, integrated as gs-doc-generate on 2026-05-29.

YousefNabil-SOC/claude-apex · 67 tokens

debug-systematic

Systematic 4-phase debugging methodology for complex, intermittent, or mysterious issues. Use when investigating bugs, race conditions, or unexplained failures.

travisjneuman/.claude · 33 tokens