teach

teach is a skill for Kiro from smileynet/teach-me. It costs 46 tokens per session (2,823 once invoked), scanned A, original, MIT.

A teaching workspace for learning a skill or concept over several sessions. It keeps the learner’s goals, sources, lessons, notes, and demonstrated progress together.

In plain words
What is it for?
It is for researching a subject, creating self-contained lessons and reference pages, and recording what the learner understands.
Why use it?
It gives each lesson context from earlier sessions and uses the learner’s progress to decide what to teach next.

Skill for Kiro

Written for Kiro: installed under .kiro/. Also seen: mentions subagents.

Good fit It is for researching a subject, creating self-contained lessons and reference pages, and recording what the learner understands.

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

Made for: Kiro.

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/smileynet/teach-me/teach.svg)](https://agentmods.dev/skills/smileynet/teach-me/teach)
Your own site
<a href="https://agentmods.dev/skills/smileynet/teach-me/teach"><img src="https://agentmods.dev/badge/skills/smileynet/teach-me/teach.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,823 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.00046 $0.02823
Opus 5 $0.00023 $0.01411
Sonnet 5 $0.00009 $0.00565
Haiku 4.5 $0.00005 $0.00282

Measured today against content hash cbcd34b09147, 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 today.

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.

.kiro/skills/teach/SKILL.md · 215 lines

How it starts

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

The user wants to learn something. This is stateful — they intend multiple sessions.

Teaching Workspace

The current directory is the workspace. State lives in:

  • MISSION.md — why the learner wants this (grounds everything)
  • RESOURCES.md — verified sources with trust ratings (populated BEFORE lessons)
  • lessons/*.html — self-contained HTML lessons (one concept each)
  • reference/*.html — scannable lookup companions to lessons
  • learning-records/*.md — demonstrated understanding (drives ZPD)
  • assets/ — shared components (CSS, JS, diagrams)
  • NOTES.md — learner preferences, working notes

Workflow

  1. Mission first. If MISSION.md is empty, ask why they're learning this. Don't produce a lesson without a mission.
  2. Research the domain. Identify 3-6 subtopics, dispatch research, populate RESOURCES.md. See references/research-methodology.md. This is a hard gate — no lesson from parametric memory.
  3. Find the ZPD. Read learning records, determine what to teach next.
  4. Write the lesson. One concept, one win. Read the scaffold from assets/scaffolds/lesson.html first. Follow references/lesson-components.md for theming, diagrams, glossary, exercises.
  5. Write the reference doc. Simultaneously — same authoring pass. Scannable, lookup-oriented.
  6. Generate SR questions. 3-5 conceptual questions with criteria-based answers. See references/sr-question-design.md.
  7. Run quality gates. mise run sr:check + the publish checklist below.

Lesson Shape

  • Opening: end-state preview → context (why this matters) → teach
  • Tone: knowledgeable colleague at a whiteboard. Direct, assumes intelligence.
  • Style: Grade 8-10 reading level. Short paragraphs. Plain words. One clause per sentence max.
  • Claims: Cited or framed as general. Never invent specific numbers.
  • Visuals: Every conceptual section has a diagram. Labels ON the diagram.
  • Limitations: Frame as "What to pursue alongside this" — actionable recommendations, not defensive disclaimers.

Read the full file on GitHub · 215 lines

Files

What ships with it

7 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. today Changed cbcd34b09147
  2. 7d ago First seen · 215 lines · 46 tokens per session scan A e85e6bd7cb65

Subscribe to this mod's changes

teach is a skill published in the GitHub repository smileynet/teach-me (3 stars, last pushed today), licensed MIT. It adds 46 tokens to every session and 2,823 once invoked, about $0.0002 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

anki

Anki spaced repetition learning system reference. Covers the science of SRS and SM-2 algorithm, card design principles, optimal deck settings, FSRS scheduler, study workflow, essential add-ons, custom templates, filtered decks, and AnkiConnect API.

bytesagain/ai-skills · 53 tokens

reading-metaskill

A reading and learning guide based on building a regular reading habit, choosing books, and understanding difficult subjects through original works and explanation.

kangarooking/cangjie-skill · 139 tokens

textbook-distillation

Turn a textbook or long-form source into a self-paced learning track: chapter map, lesson plan, then self-contained HTML lecture notes (styled as the human specifies) with worked examples, exercises, and checkpoint questions. Read this for "lecture notes" / "study notes" / "course" / "syllabus" requests from a…

Lingtai-AI/lingtai · 116 tokens

learning-notes-automation

A workflow for turning videos, podcasts, and articles into structured learning notes. It extracts key ideas and creates flashcards that can be imported into Anki, a spaced-repetition study app.

chubbyguan/chubbyskills · 58 tokens

antivibe

Code learning and audit framework. Analyze any codebase — new, legacy, or AI-generated — and produce educational explanations or architectural audits. Use when the user wants to understand WHAT and WHY behind any code, not just accept it.

mohi-devhub/antivibe · 50 tokens

growth-mindset

Applies Carol Dweck's growth mindset framework to individual resilience and organizational culture, distinguishing between fixed mindset (ability is innate) and growth mindset (ability develops through effort and strategy). Use when processing failure and setbacks, reframing team responses to challenges, designing…

fatihguner/foreman · 86 tokens