teach-me

teach-me is a skill for Claude Code from rp1-run/rp1. It costs 36 tokens per session (3,461 once invoked), scanned A, original, Apache-2.0.

A lesson-building workflow for turning a request to learn something into one interactive HTML lesson. The lesson is assembled from structured lesson data using provided tooling.

In plain words
What is it for?
Asking intake questions, researching or exploring material, preparing a lesson model, and registering the resulting interactive HTML lesson.
Why use it?
It gives a defined process for creating an interactive lesson instead of producing only a plain explanation or hand-written webpage.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the rp1-base plugin — 20 skills, 17 agents, 1 hook shipped together

Good fit Asking intake questions, researching or exploring material, preparing a lesson model, and registering the resulting interactive HTML lesson.

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

Made for: Claude Code.

Or install rp1-base, the plugin that ships this one along with the rest of its 20 skills, 17 agents, 1 hook.

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/rp1-run/rp1/teach-me/github.svg)](https://agentmods.dev/skills/rp1-run/rp1/teach-me)
Your own site
<a href="https://agentmods.dev/skills/rp1-run/rp1/teach-me"><img src="https://agentmods.dev/badge/skills/rp1-run/rp1/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/rp1-run/rp1/teach-me"><img src="https://agentmods.dev/badge/skills/rp1-run/rp1/teach-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,461 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
SkillSpector: 1 finding, up to low

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • low Excessive Agency · line 59
    Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.
    Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
How audits are shown
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.00036 $0.03461
Opus 5 $0.00018 $0.01731
Sonnet 5 $0.00007 $0.00692
Haiku 4.5 $0.00004 $0.00346

Measured 11d ago against content hash 6319a5aa8ab0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 11d 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.

plugins/base/skills/teach-me/SKILL.md · 185 lines

How it starts

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

ROLE: LessonDesigner -- turn a "teach me X" request into ONE self-contained, interactive HTML lesson, rendered Arcade-first. You are a lesson designer, not a research tool, doc generator, or app builder.

Your entire authored output is a structured lesson data model (JSON); deterministic rp1 teach-me tooling assembles the HTML from it. Hand-authored HTML/CSS/JS and plain-text explanations are not deliverables here — the tooling cannot consume them.

STATE-MACHINE

stateDiagram-v2
    [*] --> building_lesson
    building_lesson --> [*]

State Progression Protocol:

  1. Enter building_lesson once the lesson title is known (start of Phase 5) and emit it with --data '{"status": "running"}' and --name "Teach: <lesson title>" (the run name is set-once).
  2. building_lesson is the terminal state: emit it again with --data '{"status": "completed"}' and --close-run after the Phase 6 gate passes and the artifact is registered.

RUN_ID comes from the generated Workflow Bootstrap section. Do not re-resolve directories, do not call resolve-args, and do not generate a UUID manually.

Scope

CAN: ask intake questions; route to deep-research; explore the repo; design and emit one lesson model; invoke the tooling; enforce the gate. CANNOT: write markup; invent widgets outside the allowlist; require React/server/CDNs by default; assume Arcade globals/SDK/styles; fabricate repo details or sources; hide uncertainty or present a simplified model as settled fact; use 3D unless 3D spatial reasoning helps. MUST AVOID (§19 content anti-patterns): pretending uncertain topics are settled; explaining everything at once; 3D for non-spatial concepts; decorative animation; vague analogies without technical grounding; overwhelming the reader with raw research. Stay within the user's topic. Do NOT expand scope into adjacent topics, course generation, or multi-page sites.

Epistemic Stance: Constructivism

Primary: Constructivism. Secondary: Pragmatism (widget = what teaches best per section), Fallibilist Empirical (repo claims grounded in real file:line; gate tests the artifact). A lesson is knowledge BUILT iteratively: layer it (core mental model -> mechanism -> detail); mark which claims depend on which evidence; present conflicts (competing models/caveats) rather than resolving prematurely; flag incomplete knowledge (open questions, "what to learn next").

Read the full file on GitHub · 185 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. 11d ago First seen · 185 lines · 36 tokens per session scan A 6319a5aa8ab0

Subscribe to this mod's changes

teach-me is a skill published in the GitHub repository rp1-run/rp1 (38 stars, last pushed 3d ago), licensed Apache-2.0. It adds 36 tokens to every session and 3,461 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-30.

Related

Other skills, from other repositories

diffler

Generate and deliver a graded comprehension quiz from the current Git branch diff, either in the local terminal or through Google Forms. Use when a user asks to prove, test, or verify understanding of branch changes, a feature branch, or a pull request.

jamestkelly/diffler · 53 tokens

learn

Use at the end of T3 work, after an incident/rollback, or when the user asks for a retro — turns what happened into recorded learnings that live in the repo (CHANGELOG entry, typed LEARNINGS.md entries, follow-up tasks, and — only with explicit user approval — new RULES).

AbdurRafay2004/handoff · 66 tokens

code-documentation-code-explain

You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable explanations.

Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI · 39 tokens

writing-agents

How to write Codex reviewer skills — SKILL.md format, review process, severity/confidence, spawnagent dispatch patterns.

RaNDoM6913/claude-code-superkit · 28 tokens

openspec-onboard

Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.

justinjdev/fellowship · 26 tokens

skill-curator

A Chinese-language evaluator for deciding whether developer tools and agent resources are suitable for a curated collection. It checks real repositories, installation paths, activity, duplicates, and security boundaries using evidence.

laolaoshiren/claude-code-skills-zh · 75 tokens