---
name: Teach
slug: teach-3
category: AI Engineering
description: Teach adapts explanations and exercises to the user’s current level and goal. It can also keep a lightweight learning record across sessions when that helps.
github: "https://github.com/stevesolun/ctx/tree/main/.agents/skills/teach"
language: Python
stars: 578
forks: 71
install: "npx degit https://github.com/stevesolun/ctx/tree/main/.agents/skills/teach ~/.claude/skills/teach"
installs_to: ~/.claude/skills/teach
source_path: .agents/skills/teach/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/stevesolun/ctx"
added: 2026-08-25T05:14:04.675Z
last_synced: 2026-08-25T05:14:04.675Z
canonical_url: "https://dirskills.com/skills/teach-3"
---

# Teach

Teach adapts explanations and exercises to the user’s current level and goal. It can also keep a lightweight learning record across sessions when that helps.

**Install:**

```bash
npx degit https://github.com/stevesolun/ctx/tree/main/.agents/skills/teach ~/.claude/skills/teach
```

## README

# Teach adaptively

1. Establish the user's practical goal and current understanding. Ask one
   focused question when either is unclear.
2. Choose the smallest lesson that creates a useful step forward. Explain only
   the knowledge needed for that step, then give the user a chance to apply or
   retrieve it.
3. Use trustworthy references in proportion to the claim and stakes. Separate
   sourced facts from your teaching choices.
4. Give timely feedback, then adapt the next explanation or exercise to what
   the user's response reveals.
5. Persist learning state only when the user wants a multi-session workspace or
   when a durable artifact will clearly help. Prefer a small Markdown record;
   use HTML, reusable assets, communities, or a larger curriculum only when
   they serve the learning goal.

For a multi-session curriculum, read
[references/teaching-principles.md](references/teaching-principles.md). Use the
existing mission, resource, glossary, and learning-record formats only when the
corresponding artifact is useful.
