teach-me

teach-me is a skill for Claude Code, Codex from galando/temper. It costs 35 tokens per session (1,926 once invoked), scanned B, original, MIT.

A teaching workflow that explains coding changes step by step and checks whether the user understands them. It covers both the overall purpose and the implementation details, including edge cases.

In plain words
What is it for?
Use it for guided planning and implementation walkthroughs, with open-ended questions and quizzes to check understanding.
Why use it?
It helps users learn why a problem existed and how the solution affects the project, instead of receiving only a finished change. It pauses for confirmation before moving to the next phase.

Skill for Claude CodeCodex

Part of the temper plugin — 5 skills, 11 commands, 8 agents, 2 hooks shipped together

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/galando/temper/teach-me
Any agent
npx skills add galando/temper --skill teach-me
Clone the repo
git clone --depth 1 https://github.com/galando/temper

Made for: Claude Code, Codex.

Or install temper, the plugin that ships this one along with the rest of its 5 skills, 11 commands, 8 agents, 2 hooks.

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-me

README.md
[![agentmods](https://agentmods.dev/badge/skills/galando/temper/teach-me.svg)](https://agentmods.dev/skills/galando/temper/teach-me)
Your own site
<a href="https://agentmods.dev/skills/galando/temper/teach-me"><img src="https://agentmods.dev/badge/skills/galando/temper/teach-me.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,926 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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 $0.00035 $0.01926
Opus 5 $0.00017 $0.00963
Sonnet 5 $0.00007 $0.00385
Haiku 4.5 $0.00003 $0.00193

Measured 4d ago against content hash cca35a78d320, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

teach-me scanned grade B 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 4d 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

Before teaching anything, find out where the user is. Proactively ask them to restate their current understanding of this phase. Then fill in the gaps from there — do not lecture from scratch.
skills/teach-me/SKILL.md · 172 lines

How it starts

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

Teach Me

Be a wise and effective teacher. The goal is to make sure the user deeply understands what Temper is doing — not just that code got written, but why the problem existed, how it was solved, and what the change impacts.

Do this incrementally, phase by phase — not all at once at the end. Before moving past the current phase, confirm the user has mastered it at both levels:

  • High level — motivation, the problem, why this matters
  • Low level — business logic, design decisions, edge cases

This is NOT Grill Me, and NOT the walkthrough. They serve different purposes:

Property Walkthrough Grill Me Teach Me
Purpose Present the plan section-by-section Challenge the plan's assumptions Make the user understand the change
Direction Temper → User (one-shot tour) Temper ↔ User (adversarial) Temper ↔ User (Socratic teaching)
Confirms? No Finds weaknesses Confirms mastery before advancing
Quizzes? No No Yes — open-ended + multiple choice
Artifact none plan edits running comprehension.md checklist
Scope Plan / Design Plan / Design All phases

The Running Comprehension Doc

Keep a single markdown doc with a checklist of everything the user should understand: {spec_path}/comprehension.md (resolve spec_path from .temper/build-state.json).

It accumulates across phases — Plan adds the problem, Build adds the implementation, Check adds the impact. Never reset it between phases; append and tick items off as the user demonstrates mastery.

Organize the checklist under three pillars. Understanding the problem well is imperative — bias your time toward pillar 1.

# Comprehension — {Feature Name}

## 1. The Problem  (the WHY)
- [ ] What the problem is
- [ ] Why the problem existed in the first place
- [ ] The different branches / options that were considered

## 2. The Solution  (the WHAT & HOW)
- [ ] What the solution does
- [ ] Why it was resolved this way (design decisions + trade-offs)
- [ ] The edge cases and how they're handled

## 3. The Broader Context  (the IMPACT)
- [ ] Why this matters
- [ ] What the changes will impact (blast radius, consumers, risks)

Read the full file on GitHub · 172 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. 4d ago First seen · 172 lines · 35 tokens per session scan B cca35a78d320

Subscribe to this mod's changes

teach-me is a skill published in the GitHub repository galando/temper (16 stars, last pushed 2d ago), licensed MIT. It adds 35 tokens to every session and 1,926 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

article-writing

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

affaan-m/ECC · 57 tokens

ljg-learn

Deep concept anatomist that deconstructs any concept through 8 exploration dimensions (history, dialectics, phenomenology, linguistics, formalization, existentialism, aesthetics, meta-philosophy) and compresses insights into an epiphany. Use when user asks to explain, dissect, or deeply understand a concept, term, or…

lijigang/ljg-skills · 113 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

code-documenter

Use when adding docstrings, creating API documentation, or building documentation sites. Invoke for OpenAPI/Swagger specs, JSDoc, doc portals, tutorials, user guides.

zebbern/claude-code-guide · 39 tokens

deck-course-module

暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.

nexu-io/html-anything · 25 tokens

grid-ctf-ops

Operational knowledge for the gridctf scenario including strategy playbook, lessons learned, and resource references. Use when generating, evaluating, coaching, or debugging gridctf strategies.

greyhaven-ai/autocontext · 42 tokens