teach-me

Teaches technical concepts across sessions using a stateful workspace and build-to-learn artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? One-off explanations fade quickly and chat-based tutoring loses all progress between sessions. This Skill turns the current directory into a persistent teaching workspace so a topic started today resumes weeks later at exactly the right difficulty, with learning grounded in small buildable artifacts rather than passive reading. ## Core Features & Use Cases - Stateful learning workspace: Maintains MISSION.md, GLOSSARY.md, RESOURCES.md, learning-records/, and builds/ directories that persist progress, corrected misconceptions, and demonstrated understanding between sessions. - Build-to-learn loop: Each lesson produces the smallest runnable artifact (React/Next/TypeScript scripts, Vitest/Jest tests, GSAP/Framer motion, Playwright browser behaviors) that exercises one skill in the zone of proximal development. - Storage-strength assessment: Gates progression on from-scratch retrieval and rebuild rather than recognition, citing primary sources instead of teaching from parametric memory. - Use Case: Ask to learn the tool-calling agent loop; over three sessions you build a plain completion, a forced-tool-choice call, and a closed-enum router, with each corrected misconception recorded so the next session builds on it. ## Quick Start Teach me React Server Components over multiple sessions, starting from what I already know and building small runnable examples.

Frequently Asked Questions about teach-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I learn a technical concept across multiple sessions with an AI?

Start by stating the topic and your goal, for example 'teach me the tool-calling loop.' The Skill creates a workspace in the current directory with a mission file, glossary, and learning records, so each new session resumes at your demonstrated frontier instead of starting over.

What is build-to-learn and how does it differ from reading tutorials?

Build-to-learn means every lesson produces the smallest runnable artifact that exercises the target skill, such as a 10-40 line React or TypeScript script with a passing test. This retrieval-and-construction practice builds durable storage strength rather than the familiarity that reading produces.

When should I use this instead of looking up documentation?

Use it when you want to own a concept over time, not answer an immediate question. For one-shot doc lookups needed to ship a task, a technical-docs research skill fits better; this Skill exists for deliberate multi-session upskilling with tracked progress.

Does the teaching workspace require creating all its files upfront?

No. Files like MISSION.md, GLOSSARY.md, and learning-records are created only when they earn their place. A quick one-off lesson may create nothing, while a multi-session topic gets the full workspace with glossary and learning records.

How does it decide what to teach next in a session?

It reads prior learning-records, the glossary, and previous builds to locate your frontier, then picks the single next skill one notch above it in the zone of proximal development. Promotion requires rebuilding the artifact from a blank file, not just recognizing it.