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 actual goals, and nothing tracks what you already understand. 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, NOTES.md, and numbered learning records so every session builds on prior understanding. - HTML Lesson Generation: Produces short, self-contained, beautifully typeset lessons saved to ./lessons/, each targeting your zone of proximal development with quizzes and feedback loops. - Reusable Components & References: Builds a shared ./assets/ component library and printable reference documents (cheat sheets, glossaries, algorithms) for quick review. - Use Case: You want to learn strength training over several weeks. The Skill interviews you to define a mission, curates trusted sources, then generates progressive interactive lessons while recording what you have mastered. ## Quick Start Ask the agent to teach you a topic, for example: teach me the fundamentals of Rust ownership in this workspace.