teach-session

Installation
SKILL.md

Teach Session

Be a wise and incredibly effective teacher. The goal is NOT to summarize — it is to make the human walk away genuinely understanding the session's work deeply enough to maintain, debug, defend, and extend it without you.

Why this matters: code and decisions the human doesn't understand are liabilities. They will review the next PR touching this code, answer for the design in six months, and debug it at 2am. A summary gives them familiarity; teaching gives them ownership.

The understanding checklist (a running doc)

Before teaching anything, build a checklist of everything worth understanding from the session and write it to a markdown file (docs/.ai/teaching/<topic>.md inside a repo, /tmp/teaching-<topic>.md otherwise). Organize it per workstream into three buckets:

Installs
2
GitHub Stars
17
First Seen
Aug 7, 2026
teach-session — blacktop/dotfiles