teach

teach is a skill for Claude Code, Codex from tomimor/skills. It costs 66 tokens per session (1,596 once invoked), scanned A, original, MIT.

A guided teaching workspace for learning a topic over several sessions. It stores the learning goal, selected resources, glossary, progress records, and HTML lessons.

In plain words
What is it for?
Use it to study a topic over time, organize trusted sources, record what you have learned, define important terms, and review lessons.
Why use it?
It preserves context between sessions, so learning can continue without rebuilding the plan or forgetting what was covered.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/tomimor/skills/teach
Any agent
npx skills add tomimor/skills --skill teach
Clone the repo
git clone --depth 1 https://github.com/tomimor/skills

Made for: Claude Code, Codex.

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 teach

README.md
[![agentmods](https://agentmods.dev/badge/skills/tomimor/skills/teach.svg)](https://agentmods.dev/skills/tomimor/skills/teach)
Your own site
<a href="https://agentmods.dev/skills/tomimor/skills/teach"><img src="https://agentmods.dev/badge/skills/tomimor/skills/teach.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 1,596 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.01596
Opus 5 $0.00033 $0.00798
Sonnet 5 $0.00013 $0.00319
Haiku 4.5 $0.00007 $0.00160

Measured 5d ago against content hash 951c3d43e56f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

teach 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 5d ago.

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.

skills/teach/SKILL.md · 150 lines

How it starts

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

Teach

Adapted from mattpocock/skills's /teach skill. Restructured for this repo's conventions. Original credit to Matt Pocock and contributors.

The user has asked you to teach them something. This is a stateful request -- they intend to learn the topic over multiple sessions. Treat the current directory as a teaching workspace and persist all state to disk so any future session can pick up exactly where this one left off.

Workspace

The state of the user's learning lives in these files. Create each one lazily -- only when there is something real to put in it.

  • MISSION.md -- The reason the user wants to learn this. Grounds every teaching decision. Format: references/mission-format.md.
  • RESOURCES.md -- Curated, high-trust sources (Knowledge) and communities (Wisdom). Format: references/resources-format.md.
  • GLOSSARY.md -- The canonical, opinionated language for this workspace. Format: references/glossary-format.md.
  • learning-records/0001-<slug>.md -- Decision-grade insights about what the user has learned, used to calculate the zone of proximal development. Format: references/learning-record-format.md.
  • lessons/0001-<slug>.html -- The primary unit of teaching: self-contained, beautiful HTML lessons, each teaching one tightly-scoped thing.
  • cheatsheets/<name>.html -- Compressed cheat-sheets for quick review (syntax, algorithms, poses, sequences). Beautiful, print-friendly documents.
  • NOTES.md -- Scratchpad for the user's stated teaching preferences and your working notes.

Philosophy

To learn at a deep level the user needs three things:

  • Knowledge -- captured from high-quality, high-trust resources.
  • Skills -- acquired through highly-relevant interactive lessons you design on top of that knowledge.
  • Wisdom -- which comes from interacting with other learners and practitioners in the real world.

Read the full file on GitHub · 150 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. 5d ago First seen · 150 lines · 66 tokens per session scan A 951c3d43e56f

Subscribe to this mod's changes

teach is a skill published in the GitHub repository tomimor/skills (2 stars, last pushed yesterday), licensed MIT. It adds 66 tokens to every session and 1,596 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories

appraise-gemstone

Appraise gemstone value using the four Cs (color, clarity, cut, carat), origin assessment, treatment detection, and market factor analysis. Advisory educational guidance only — not a certified appraisal. Use when understanding factors that determine a gemstone's value, pre-screening stones before a professional…

pjt222/agent-almanac · 88 tokens

assess-holistic-health

Conduct temperament-based health assessment from Hildegard von Bingen's Causae et Curae. Evaluates the four temperaments (sanguine, choleric, melancholic, phlegmatic), elemental correspondences (air, fire, earth, water), and provides dietary and lifestyle recommendations for rebalancing. Use when understanding…

pjt222/agent-almanac · 113 tokens

compose-sacred-music

Compose or analyze sacred music in Hildegard von Bingen's distinctive modal style. Covers modal selection, melodic contour (wide-range melodies), text-setting (syllabic and melismatic), neumatic notation, and liturgical context for antiphons, sequences, and responsories. Use when composing a new piece in Hildegardian…

pjt222/agent-almanac · 108 tokens

analyze-prime-numbers

Analyze prime numbers using primality tests, factorization algorithms, prime distribution analysis, and sieve methods. Covers trial division, Miller-Rabin, Sieve of Eratosthenes, and the Prime Number Theorem. Use when determining whether an integer is prime or composite, finding prime factorizations, counting or…

pjt222/agent-almanac · 91 tokens

construct-geometric-figure

Perform a ruler-and-compass construction with step-by-step justification for each operation, producing a constructible geometric figure from given elements. Covers classical Euclidean constructions including perpendicular bisectors, angle bisectors, parallel lines, regular polygons, and tangent lines. Use when given…

pjt222/agent-almanac · 92 tokens

derive-theoretical-result

Derive a theoretical result step-by-step from first principles or established theorems, with every step explicitly justified and special cases checked. Use when deriving a formula or theorem from first principles, proving a mathematical statement by logical deduction, re-deriving a textbook result for verification or…

pjt222/agent-almanac · 86 tokens