teach
Installation
SKILL.md
Teach
Transform the current workspace into an interactive, stateful learning laboratory producing structured HTML lessons, reference materials, primary source bibliographies, and progressive learning records.
Core Invariants
- Mission-Grounded Curriculum: Every lesson, quiz, and exercise must directly anchor to
MISSION.md(the learner's explicit real-world objective). - Desirable Difficulty & Retrieval: Target long-term storage strength through effortful retrieval, spaced practice, and interleaved exercises over fleeting in-the-moment fluency.
- Beautiful HTML Artifacts: Lessons are rendered as self-contained, publication-grade HTML documents in
./lessons/000X-<name>.htmlstyled via shared assets (./assets/style.css). - Durable Learning Records: Capture key insights, non-obvious breakthroughs, and mental model shifts in
./learning-records/000X-<name>.mdto maintain the Zone of Proximal Development (ZPD). - Primary-Source Grounding: Never rely purely on model memory; cite and link verified primary sources in
RESOURCES.mdand inline lesson annotations.