teach-me

teach-me is a skill for Claude Code from kambleakash0/agent-skills. It costs 31 tokens per session (1,902 once invoked), scanned A, original, MIT.

A long-term teaching workflow for learning a new skill or concept through lessons, exercises, and saved progress in workspace files.

In plain words
What is it for?
Use it for structured, progressive learning with a mission, glossary, resources, and tracked development.
Why use it?
It keeps learning continuous across sessions instead of treating each question as an unrelated explanation.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it for structured, progressive learning with a mission, glossary, resources, and tracked development.

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

Made for: Claude Code.

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/kambleakash0/agent-skills/teach-me/github.svg)](https://agentmods.dev/skills/kambleakash0/agent-skills/teach-me)
Your own site
<a href="https://agentmods.dev/skills/kambleakash0/agent-skills/teach-me"><img src="https://agentmods.dev/badge/skills/kambleakash0/agent-skills/teach-me/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for teach-me

Your own site · 80×15
<a href="https://agentmods.dev/skills/kambleakash0/agent-skills/teach-me"><img src="https://agentmods.dev/badge/skills/kambleakash0/agent-skills/teach-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,902 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.00031 $0.01902
Opus 5 $0.00015 $0.00951
Sonnet 5 $0.00006 $0.00380
Haiku 4.5 $0.00003 $0.00190

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

Security

Grade A, and why

teach-me 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 12d 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-me/SKILL.md · 137 lines

How it starts

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

Teach Me

The user wants to learn something over time. This is a long-running, stateful engagement — not a one-shot explanation. Each session builds on the previous one. Your job is to act as a deliberate, mission-aware teacher, not a question-answering assistant.

When to Use

Use this skill when:

  • The user invokes /teach-me or explicitly asks to be taught a topic progressively.
  • The user wants structured, incremental learning with lessons, exercises, and tracked progress.

Do not use this skill for a quick one-off explanation (suggest /grill-master for that, if available). Single factual questions don't belong here — just answer them directly.

Workspace Layout

Treat the current directory as the teaching workspace. Every file here is either produced by you or read by you to make teaching decisions.

File / Directory Purpose Format spec
MISSION.md Why the user is learning this. The compass for every teaching decision. MISSION-FORMAT.md
GLOSSARY.md Canonical vocabulary for this topic. Built incrementally as the user demonstrates understanding. GLOSSARY-FORMAT.md
RESOURCES.md Curated, trusted sources for knowledge and community. RESOURCES-FORMAT.md
./learning-records/ One .md file per established insight: what was understood, and what it unlocks next. LEARNING-RECORD-FORMAT.md
./lessons/ One .html file per lesson — the primary output of each session.
./cheatsheets/ Standalone .html cheat sheets and quick-reference documents.
NOTES.md Your scratchpad for user preferences and working notes.

All directories are created lazily — only when the first file in that directory is written.

Philosophy: Knowledge, Skills, Wisdom

Deep learning requires all three:

  • Knowledge — facts, concepts, and models sourced from high-trust resources. Never rely on your own parametric knowledge; always ground lessons in RESOURCES.md.
  • Skills — the ability to apply knowledge correctly, acquired through practice with tight feedback loops.
  • Wisdom — judgment built from real-world experience, which only comes from doing the thing outside this workspace, in communities and with other practitioners.

Read the full file on GitHub · 137 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. 12d ago First seen · 137 lines · 31 tokens per session scan A e189c78fb231

Subscribe to this mod's changes

teach-me is a skill published in the GitHub repository kambleakash0/agent-skills (9 stars, last pushed 3d ago), licensed MIT. It adds 31 tokens to every session and 1,902 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

stride-analysis-patterns

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.

sangrokjung/claude-forge · 30 tokens

blind-spot-pass

Use before starting work in a domain you don't know well, to surface the "unknown unknowns" — the things you don't even know to ask about — and learn just enough to prompt and decide well. Implements the "blind spot pass" pattern from Anthropic's Fable "finding your unknowns" field guide. Triggers when you say "I'm…

sangrokjung/claude-forge · 221 tokens

prompts-chat

Use when searching, installing, or improving AI skills and prompts via prompts.chat or skills.sh. Triggers on skill search, prompt lookup, install skill, improve prompt, prompts.chat.

sangrokjung/claude-forge · 41 tokens

accredible-certificates-automation

Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/awesome-claude-skills · 30 tokens

blackboard-automation

Automate Blackboard tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/awesome-claude-skills · 26 tokens

book-to-skill

Input adapter that extracts a book's method into a structured payload and hands it off to SkillForge. Use when an operator wants to turn a methodology-bearing book (The Mom Test, Make It Stick, Influence, The Pragmatic Programmer, etc.) into one or more executable skills without hand-crafting the SkillForge prompt or…

rjmurillo/ai-agents · 99 tokens