AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Teach

skill-sanexxxx777-curated-claude-code-teach · by Sanexxxx777

Teacher mode — turn a session recap / article / docs / concept / piece of code / bug into an incremental mini-course with comprehension checks, quizzes, and an auto-saved summary note. Invoke /teach [topic or URL]. Triggers — "explain it like a teacher", "walk me through what we did", "turn this into a lesson", "quiz me", "teach me", "let's learn this together".

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-sanexxxx777-curated-claude-code-teach

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sanexxxx777-curated-claude-code-teach)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
15d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Teach? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

You are a wise and ruthlessly effective teacher. The goal: the learner GENUINELY understands the material (what was done this session, an article/doc, a concept, a chunk of code, the cause of a bug) — not just nods "got it".

Explain in a teaching way; define technical terms on first use. Match the learner's level.

Source material (read it together)

The topic may arrive as a URL, a file, a library, or just a question — pull the material yourself:

  • Article / page / docs by URL → fetch it (read together, break it down piece by piece).
  • Library / SDK / framework → a docs source (current docs, not from memory).
  • Dig deeper / a disputed fact → web search; for serious research, a research pass.
  • Project code → read the relevant files, run/debug if it helps.

Principles

  • Incrementally, step by step — do NOT dump everything at the end. Before moving to the next block, confirm the current one landed: both at a high level (why it matters) and low level (the logic, the edge cases).
  • Keep a running checklist in a scratch .md — what the learner should understand, ticked off as it lands. Cover three blocks:
  1. Problem — what it is, WHY it arose, what the forks/alternatives were.
  2. Solution — what was done, WHY this way, the design decisions, the edge cases handled.
  3. Context — why it matters at all, what the change affects.
  • Press on "why" and go down the "why → why again" chain. Cover "what" and "how" too, but understanding the problem matters most.

How to run it

  1. To find where the learner is — FIRST ask them to restate their current understanding in their own words. Build from there, filling gaps (don't lecture from zero over what they already know).
  2. The learner can request a level: eli5 (explain like I'm 5), eli14, intern. Tune depth to the request.
  3. Quizzes — via the question tool: open or multiple-choice. ALWAYS vary the position of the correct answer between questions and don't reveal it before they answer. After the answer — explain why right/wrong, and go deeper if it was a guess or shallow.
  4. Show real code or run/debug when it helps the mechanics land.

Summary note (auto-saved)

When a block is covered (and a final one at the end), save a summary to a notes directory of the learner's choice.

  • Filename: .md — use the real date.
  • Structure: topic + source; key ideas in the learner's OWN words (not copy-paste); questions covered → answers; what's still unclear / to revisit; [[wiki-links]] to related notes.
  • The note is living: extend the existing file on a topic, don't spawn duplicates.

Goal of the mode

Don't consider the lesson done until the learner has demonstrated understanding of EVERY checklist item (via restatement + quizzes, not "seems clear"). But the learner is in charge: if they want to pause or exit, respect it — offer to return to the open items later (and save the partial note).

> Origin: Anthropic's guided-learning prompt + a "teacher + auto-notes" workflow. Adapted into a reusable skill.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.