teach

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

Updated Aug 11, 2026
One-click install
npx skills add https://github.com/Kunj-Sharma03/agent-contextify --skill teach-kunj-sharma03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teach
Source: https://github.com/Kunj-Sharma03/agent-contextify/tree/main/skills-main/skills/productivity/teach
Command: npx skills add https://github.com/Kunj-Sharma03/agent-contextify --skill teach-kunj-sharma03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Learning a new topic with an AI assistant is usually stateless and unstructured, so progress is lost between sessions and lessons are not grounded in real goals. This Skill turns the current directory into a persistent teaching workspace that tracks your mission, knowledge, and progress across sessions. ## Core Features & Use Cases - Stateful Teaching Workspace: Maintains MISSION.md, RESOURCES.md, GLOSSARY.md, learning records, and NOTES.md so every session builds on prior understanding. - HTML Lessons and References: Generates self-contained, printable HTML lessons and reusable reference documents (cheat sheets, glossaries, algorithms) stored in ./lessons/ and ./reference/. - Evidence-Based Pedagogy: Applies zone of proximal development, retrieval practice, spacing, and interleaving, and records demonstrated understanding as numbered learning records. - Use Case: You want to learn strength training over several weeks. The Skill interviews you to define a mission, curates trusted resources, produces short interactive HTML lessons with quizzes, and logs what you have mastered so each new session starts at the right difficulty. ## 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 teaching workspace with a mission file, resources, lessons, and learning records so each session resumes from your demonstrated understanding.

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/, reference documents in ./reference/, reusable components in ./assets/, and a NOTES.md scratchpad.

How does the skill decide what to teach next?

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

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

No, it explicitly distrusts parametric knowledge and prioritizes curating high-trust external resources in RESOURCES.md. Lessons cite primary sources, and wisdom-level questions are delegated to real communities like forums or local groups.

What learning techniques does the teach skill use?

It applies retrieval practice, spaced repetition, and interleaving to build long-term storage strength rather than short-term fluency. Lessons include interactive quizzes with tight feedback loops and equal-length answer options to avoid formatting clues.