
Teaching Pack
- Updated July 30, 2026
- s-hiraoku/claude-harnesses
teaching-pack teaches the human everything that happened in a session, using an incremental checklist and AskUserQuestion quizzes until they can demonstrably explain it. Developers use it to lock in understanding and knowledge-transfer from an agent's work.
Key points
- Session knowledge transfer
- Incremental learning checklist
- AskUserQuestion quizzes
Teaching Pack by the numbers
- Data as of Jul 31, 2026 (Skillselion catalog sync)
/plugin marketplace add s-hiraoku/claude-harnesses/plugin install teaching-pack@claude-harnessesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 30, 2026 |
|---|---|
| Repository | s-hiraoku/claude-harnesses ↗ |
What it does
Teaches the human everything that happened in a session via an incremental checklist and quizzes until they can explain it.
README.md
teaching-pack
Teach the human everything that happened in a session until they can
demonstrably explain it, via an incremental checklist and AskUserQuestion
quizzes.
Components
- Skills:
teach-session - Commands:
/teach-session
Install
claude /plugin install teaching-pack@claude-harnesses
Usage
/teach-session # teach the human what changed this session
Use after a non-trivial change, a debugging session, or a hand-off when the goal
is the human's understanding rather than just a working result. The session is
treated as incomplete until the human has demonstrated understanding of every
checklist item, so pair it with the long-running ledger (goal-manager) for work
that spans compactions.
Credit
Adapted from a skill by @ThariqS.