teach

Teach a topic through stateful HTML lessons, glossaries, and learning records in a workspace.

Updated May 11, 2026
One-click install
npx skills add https://github.com/cloudofgeorge/AI-hands-Engineer --skill teach-cloudofgeorge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teach
Source: https://github.com/cloudofgeorge/AI-hands-Engineer/tree/main/skills/productivity/teach
Command: npx skills add https://github.com/cloudofgeorge/AI-hands-Engineer --skill teach-cloudofgeorge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Learning a new topic with an AI is usually stateless and unstructured — each session starts from zero, with no memory of what you already know or why you are learning. This Skill turns a directory into a persistent teaching workspace that tracks your mission, progress, and resources across sessions. ## Core Features & Use Cases - Stateful teaching workspace: Maintains MISSION.md, RESOURCES.md, GLOSSARY.md, NOTES.md, and numbered learning records to track goals, trusted sources, and demonstrated understanding. - HTML lessons and references: Produces short, self-contained HTML lessons in ./lessons/ plus printable reference documents in ./reference/, built from reusable components in ./assets/. - Zone of proximal development: Uses learning records to pick the next lesson at the right difficulty, applying retrieval practice, spacing, and interleaving for long-term retention. - Use Case: You want to learn strength training over several weeks. The Skill interviews you to write a mission, curates trusted resources, then generates a sequence of interactive HTML lessons with quizzes, recording each milestone so future sessions build on what you have proven you know. ## Quick Start Ask the agent to teach you a topic, for example: "Teach me the basics of Rust ownership over the next few sessions."

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 teaching workspace with a mission file, curated resources, and sequential HTML lessons, recording your progress in learning records so each session builds on the last.

How does the teach skill track what I have already learned?

It writes numbered learning records in ./learning-records/ whenever you demonstrate understanding, disclose prior knowledge, or correct a misconception. These records are used to calculate your zone of proximal development for the next lesson.

What files does the teaching workspace contain?

The workspace holds MISSION.md for your goal, RESOURCES.md for trusted sources, GLOSSARY.md for terminology, NOTES.md for preferences, plus ./lessons/ and ./reference/ HTML documents and reusable components in ./assets/.

Can I use this skill for hands-on skills like yoga or fitness, not just theory?

Yes. The skill distinguishes knowledge-based topics from skills-based ones. For physical or practical skills it designs interactive lessons with tight feedback loops, such as guided step-by-step routines, rather than reading-heavy material.

What are the limitations of AI-generated lessons?

The skill avoids relying on the model's parametric knowledge and instead grounds lessons in curated high-trust resources listed in RESOURCES.md. For questions requiring real-world wisdom, it defers to communities and practitioners rather than answering alone.