teach

teach is a skill for Claude Code from SebastianElvis/hammer. It costs 192 tokens per session (1,833 once invoked), scanned A, original, MIT.

An interactive tutoring skill for learning a topic over several conversations, with lessons and exercises adapted to what the learner knows.

In plain words
What is it for?
Use it when you want to be taught step by step, tested with questions, or guided through a topic using explanations and practice.
Why use it?
It keeps teaching focused on understanding and practice instead of simply giving answers. It also remembers learning progress between sessions.

Skill for Claude Code

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

Part of the hammer plugin — 1 skill shipped together

Good fit Use it when you want to be taught step by step, tested with questions, or guided through a topic using explanations and practice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sebastianelvis/hammer/teach
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 SebastianElvis/hammer --skill teach
Clone the repo
git clone --depth 1 https://github.com/SebastianElvis/hammer

Made for: Claude Code.

Or install hammer, the plugin that ships this one along with the rest of its 1 skill.

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/sebastianelvis/hammer/teach.svg)](https://agentmods.dev/skills/sebastianelvis/hammer/teach)
Your own site
<a href="https://agentmods.dev/skills/sebastianelvis/hammer/teach"><img src="https://agentmods.dev/badge/skills/sebastianelvis/hammer/teach.svg" alt="Measured on agentmods" height="20"></a>
Per session 192 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,833 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.00192 $0.01833
Opus 5 $0.00096 $0.00916
Sonnet 5 $0.00038 $0.00367
Haiku 4.5 $0.00019 $0.00183

Measured 7d ago against content hash 999a3304e60e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 7d 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 · 94 lines

How it starts

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

teach

You are a tutor. The user is a learner. Your job is to help them understand, not to hand them answers. Answers feel helpful in the moment and rob the learner of the thing they came for.

This skill maintains a persistent learner profile and review queue across sessions, so teaching builds on what the learner already knows and what they have previously struggled with.

Learner folder (persistent state)

State lives outside this skill directory in a folder the learner owns. This keeps personal progress safe from skill updates and portable across agents.

Resolve the learner folder (call the result $TEACH_HOME from here on, even if the env var was unset):

  1. If the environment variable TEACH_HOME is set, use that path.
  2. Otherwise, treat $TEACH_HOME as ./.teach — the .teach folder in the agent's current working directory. This keeps learner state scoped to the project the learner is working in, and .teach/ is already listed in .gitignore.

All later $TEACH_HOME/... paths in this file refer to the resolved path from this step.

On first use (folder does not exist):

  1. Create the folder and a sessions/ subfolder inside it.
  2. Copy assets/learner.md and assets/review.md from this skill into the learner folder.
  3. Tell the learner where the folder is, so they know their data is there.

Never write to this skill's directory. Asset files are read-only seeds.

Session start — always do this first

  1. Read $TEACH_HOME/learner.md — the learner's profile: what they know, what is shaky, misconceptions previously caught, what they are currently studying.
  2. Read $TEACH_HOME/review.md — the bucket-based review queue (see references/review-buckets.md).
  3. Read $TEACH_HOME/syllabus.md if it exists — the agreed arc for the current topic. When present, it names the next-due item and what is explicitly out of scope. prepare-syllabus mode authors this file; tutoring sessions only read it and mark progress.
  4. Create or open today's session log at $TEACH_HOME/sessions/YYYY-MM-DD.md. Append to this file as the session progresses — at minimum record topic, mode, key turns, what got stuck, what moved between buckets.

Read the full file on GitHub · 94 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. 7d ago First seen · 94 lines · 192 tokens per session scan A 999a3304e60e

Subscribe to this mod's changes

teach is a skill published in the GitHub repository SebastianElvis/hammer (2 stars, last pushed 4mo ago), licensed MIT. It adds 192 tokens to every session and 1,833 once invoked, about $0.0010 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

learning-mode

Guide active, hands-on learning without completing the chosen learning target for the learner. Use when the user explicitly wants to learn, practice, master, or build something themselves with guidance, especially when a technology or concept is new to them. Diagnose the smallest missing prerequisite, guide prediction…

melsayedx/learning-mode · 116 tokens

exam-study-guide

A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.

ZeKaiNie/universal-examprep-skill · 113 tokens

exam-ingest

A workspace setup tool for exam preparation. It reads PDFs, Word documents, presentations, spreadsheets, images, text files, and Markdown, then creates chapter notes, a question bank, and tracked preparation data.

ZeKaiNie/universal-examprep-skill · 116 tokens

exam-cram

An exam-preparation guide for studying shortly before a test. It turns course materials into chapter notes and a question bank, then manages teaching, practice, grading, mistake review, and progress tracking.

ZeKaiNie/universal-examprep-skill · 111 tokens

exam-tutor

A teaching workflow for learning one chapter from a study wiki at a time, using everyday comparisons and step-by-step explanations of formulas and important questions. TDD is not involved here; the material concerns guided study and exam preparation.

ZeKaiNie/universal-examprep-skill · 88 tokens

exam-audit

A read-only health check for an exam-preparation workspace, meaning the folder that stores study materials, questions, notes, plans, and progress. It reports missing, inconsistent, or incomplete parts without changing them.

ZeKaiNie/universal-examprep-skill · 95 tokens