teach

Creates stateful teaching workspaces with HTML lessons, learning records, and curated resources.

1|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/SevWren/Daily-Motivation-Brain-Helper --skill teach-sevwren
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: teach
Source: https://github.com/SevWren/Daily-Motivation-Brain-Helper/tree/main/CLAUDE/skills/productivity/teach
Command: npx skills add https://github.com/SevWren/Daily-Motivation-Brain-Helper --skill teach-sevwren

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Learning a new topic with an AI assistant is usually stateless — every session starts from zero, lessons are not grounded in your real goals, and nothing tracks what you already know. This Skill turns a directory into a persistent teaching workspace that remembers your mission, your progress, and your trusted resources across sessions. ## Core Features & Use Cases - Stateful Learning Workspace: Maintains MISSION.md, RESOURCES.md, GLOSSARY.md, and numbered learning records so every session builds on the last. - HTML Lesson Generation: Produces short, self-contained, beautifully typeset HTML lessons with quizzes, feedback loops, and citations, saved to ./lessons/ for later review. - Zone of Proximal Development Targeting: Reads your learning records to pick the next lesson that challenges you just enough, using retrieval practice, spacing, and interleaving. - Use Case: You want to learn strength training over several weeks. The Skill interviews you to define a concrete mission, curates trusted resources, then generates one focused interactive lesson per session while recording what you have demonstrably learned. ## Quick Start Ask the assistant to teach you a topic, for example: "Teach me the fundamentals of strength training over the next few weeks."

Frequently Asked Questions about teach

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use an AI assistant to learn a new topic over multiple sessions?▼

Invoke the teach skill in a dedicated directory and state what you want to learn. It creates a workspace with MISSION.md, learning records, and HTML lessons so each session builds on documented prior progress rather than starting over.

How does the teach skill decide what to teach next?▼

It reads your numbered learning records in ./learning-records/ and your MISSION.md to estimate your zone of proximal development, then selects the most relevant next topic that challenges you just enough without exceeding working memory.

What format are the lessons generated in?▼

Lessons are single self-contained HTML files saved to ./lessons/ with sequential names like 0001-topic.html. They use shared stylesheet components from ./assets/, include quizzes with immediate feedback, citations, and links to related lessons and reference documents.

Does the teach skill rely on the AI's built-in knowledge?▼

No. The skill explicitly distrusts parametric knowledge and instead curates high-trust sources in RESOURCES.md first. Lessons are grounded in those resources and include citations to external references backing each claim.

What are learning records and when are they written?▼

Learning records are short markdown files capturing demonstrated understanding, disclosed prior knowledge, corrected misconceptions, or mission changes. They are written only on evidence of genuine learning, not mere coverage of material.