teach

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

1|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/taxmaxi/taxmaxi --skill teach-taxmaxi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: teach
Source: https://github.com/taxmaxi/taxmaxi/tree/main/.agents/skills/teach
Command: npx skills add https://github.com/taxmaxi/taxmaxi --skill teach-taxmaxi

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 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 preferred 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 the last. - 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 and references: Builds a shared asset library (stylesheets, quiz widgets) and printable reference documents such as glossaries and cheat sheets. - Use Case: You want to learn strength training over several weeks. The Skill interviews you to define a mission, curates trusted sources, then generates incremental interactive lessons while recording what you have mastered. ## Quick Start Ask the agent to teach you a topic, for example: teach me the basics 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. It creates a workspace with MISSION.md, learning records, and lessons so each session resumes from your recorded progress instead of starting over.

What is a learning record and why does it matter?▼

A learning record is a short numbered markdown file capturing something the user demonstrably learned or a corrected misconception. The agent reads these records to calculate the zone of proximal development and decide what to teach next.

Can the lessons be reused or printed for later review?▼

Yes. Lessons are self-contained HTML files saved in ./lessons/ with clean typography designed to print well. The workspace also builds reference documents like glossaries and cheat sheets intended for long-term quick reference.

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

No. The skill explicitly distrusts parametric knowledge and requires grounding lessons in curated high-trust sources tracked in RESOURCES.md, with citations inside every lesson.

What happens if my learning goal changes midway?▼

The mission is expected to evolve. The agent updates MISSION.md after confirming with you and writes a learning record capturing the shift, so future lessons follow the new goal.