teach

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

Updated Sep 21, 2026
One-click install
npx skills add https://github.com/maxentr/la-cuisine-de-mm --skill teach-maxentr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teach
Source: https://github.com/maxentr/la-cuisine-de-mm/tree/main/.agents/skills/teach
Command: npx skills add https://github.com/maxentr/la-cuisine-de-mm --skill teach-maxentr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Learning a new topic with an AI assistant is usually stateless: each session starts from zero, lessons are not grounded in your actual 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 misconceptions across sessions. ## Core Features & Use Cases - Stateful workspace files: Maintains MISSION.md (your learning goal), RESOURCES.md (curated trusted sources), GLOSSARY.md (compressed terminology), and numbered learning records that capture demonstrated understanding and corrected misconceptions. - Self-contained HTML lessons: Produces short, beautifully typeset lessons saved to ./lessons/, each teaching one tightly-scoped skill in your zone of proximal development, with citations, quizzes, and links to reference documents. - Reusable component library: Builds shared assets (stylesheets, quiz widgets, simulators) in ./assets/ so lessons form a consistent course rather than one-off pages. - Use Case: You want to learn strength training. The Skill interviews you to define a concrete mission, curates evidence-based resources, then generates progressive interactive lessons while recording what you have mastered so future sessions never re-teach it. ## Quick Start Ask the agent to teach you a topic, for example: teach me the fundamentals of strength training in this workspace.

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 agent to learn a new topic over multiple sessions?

Invoke the teach skill in a dedicated directory and state what you want to learn. The agent creates a workspace with MISSION.md, learning records, and HTML lessons, so each new session resumes from your recorded progress instead of starting over.

What files does the teach workspace create?

It creates MISSION.md for your learning goal, RESOURCES.md for curated sources, GLOSSARY.md for terminology, numbered learning records in ./learning-records/, HTML lessons in ./lessons/, reusable components in ./assets/, and a NOTES.md scratchpad for preferences.

How does the skill decide what to teach next?

It reads your learning records and MISSION.md to estimate your zone of proximal development, then teaches the most relevant concept that challenges you just enough. You can also specify exactly what you want to learn.

Can I use this for skill-based topics like yoga or fitness, not just theory?

Yes. The skill distinguishes knowledge acquisition from skill building. For practice-heavy topics it designs interactive lessons with tight feedback loops, real-world step sequences, retrieval practice, spacing, and interleaving.

Does the teaching agent rely on its own built-in knowledge?

No. The skill explicitly distrusts parametric knowledge and first curates high-trust resources into RESOURCES.md. Lessons are grounded in those sources and include citations, with community recommendations for real-world wisdom.