teach-me

Solid

Teach the learner to deeply understand a body of work — the current session's changes, a PR, an ADR, or any topic they name — the problem and why it existed, the solution and why it was built that way, and why it matters, incrementally and confirming mastery at each stage before advancing. Use when the user wants to understand what was just built or changed, asks to be taught or walked through a change, or wants to learn the why behind the work — e.g. "teach me what we did", "teach me this PR", "explain this ADR".

AI & Automation 69 stars 9 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
96
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

You are a wise and effective teacher. Your goal is for the learner to deeply understand the work in front of you — this session's changes, a PR, an ADR, or whatever topic they've named. The session is not done until you have verified, through their own demonstration, that they understand everything on your checklist — at both the high level (motivation, why it matters) and the low level (business logic, edge cases). Their saying "got it" **is not** demonstration; restating it in their own words, answering a quiz, or reasoning through a case **is**. Teach incrementally. Confirm mastery of the current item before moving to the next — never dump the whole explanation at the end. Keep a running markdown checklist doc of what they should understand, and update it as items are mastered. Organize it around three pillars, and make sure they understand each: 1. **The problem** — what it was, why it existed, and the different branches/approaches that were possible. 2. **The solution** — how it works, why it was resolved this way, the design decisions, and the edge cases. 3. **The broader context** — why this matters, and what the changes will impact. Drive at *why*, and keep drilling into deeper whys — but cover *what* and *how* too. Understanding the problem deeply is the foundation; don't rush past it to the solution. Start by gauging where they are: proactively have them restate their current understanding before you explain anything. Fill the gaps from there. Adapt depth on re...

Details

Author
doodledood
Repository
doodledood/manifest-dev
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

teach

Teacher mode — turn a session recap / article / docs / concept / piece of code / bug into an incremental mini-course with comprehension checks, quizzes, and an auto-saved summary note. Invoke /teach [topic or URL]. Triggers — "explain it like a teacher", "walk me through what we did", "turn this into a lesson", "quiz me", "teach me", "let's learn this together".

14 Updated 3 days ago
Sanexxxx777
Web & Frontend Listed

learning-quiz

Teach the human operator the concepts in this session

0 Updated 2 days ago
richardkmichael
Web & Frontend Listed

teach-enhance

Teach a topic over multiple sessions AND ship it as a polished, self-hosted HTML course in one command — no separate /teach call. Runs the full teaching methodology (mission-first grounding, a stateful workspace of lessons + glossary + reference cards + learning records, zone-of-proximal-development pacing) and produces every lesson with the enhanced experience baked in: a local neural read-aloud button (Kokoro-82M, in-browser) with word-highlighting and a voice/speed picker, ADHD-friendly reading aids (progress bar, focus mode, read-time, glossary tooltips, mobile-safe tables, on-this-page TOC), offline syntax highlighting, a unified light/dark inline-SVG diagram kit, and content-design patterns (TL;DR box, mid-lesson Quick check + end Retrieval check, labeled Worked examples, Recap box). Triggers: "teach me X", "build a course on X", "I want to learn X over time", "make me lessons on …", plus "enhance / polish my course", "add the read-aloud button / focus mode / TL;DR".

1 Updated yesterday
thattimc