async-learning-teacher

Solid

Transform saved links, papers, articles, posts, videos, and reference collections into approachable AI teaching artifacts for later study. Use when a user wants to queue learning material, create a readable explanation from a source, teach a paper or post step by step, or run an interactive tutor that validates understanding over multiple sessions.

AI & Automation 196 stars 7 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
76
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Async Learning Teacher ## Mission Convert raw learning captures into approachable teaching artifacts so a user can queue interesting resources now and study them later with less friction than reading the original source cold. Use this skill for: - Single links: blog posts, essays, papers, tweet threads, videos, documentation pages, or notes. - Reference sets: 5-10+ links about one domain or topic. - User-supplied pasted text when a link is unavailable, paywalled, deleted, or hard to scrape. - Ongoing tutoring sessions where the agent should validate understanding before moving forward. ## Modes Choose one mode from the user's request. ### Quick Teaching Use `quick-teach` for one source or a small tightly related set of sources. Intent: ```markdown Teach me this resource. Break it down step by step. Write each step like a chapter in a book. Write it all out at once. For subtle or difficult concepts, break things down further and use examples. ``` Produce a complete teaching artifact in one response or one saved document. ### Interactive Tutor Use `interactive-tutor` for broad topics, reference collections, or requests that explicitly ask to validate understanding. Intent: ```markdown Resources: [reference links or pasted excerpts] I would like you to teach me about [topic]. Presume I understand [baseline]. Build up my understanding from scratch step by step. Do not move to the next step without validating my current understanding. For subtle or difficult conc...

Details

Author
tamdogood
Repository
tamdogood/builder-essential-skills
Created
2 months ago
Last Updated
3 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

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".

17 Updated 4 days ago
Sanexxxx777
AI & Automation Solid

ape-teach

Masterclass teacher that takes any concept, note, URL, paper, or write-up, expands on it if needed, and teaches it through and through, step by step. Uses real-world and engineering mental models, selective and intuitive analogies with breaking points only where needed, visual ASCII diagrams, minimal code snippets, in-between check questions, web research when required, and prompts to up the ante and go deeper until the user explicitly signals they are done. Trigger on "ape teach", "teach me", "masterclass on this", "explain this step by step", or when the user provides a concept, note, paper, or link and asks to learn or be taught it thoroughly.

40 Updated today
arpitbbhayani
AI & Automation Listed

adaptive-teacher

General-purpose adaptive teaching, for any topic — mathematics, Lean, programming, or anything else. Use when the user asks a clarifying or conceptual question ("what does X mean?", "why does this work?", "what's the difference between X and Y?"), asks to be taught a topic or walked through something step-by-step, asks for an explanation in simpler terms, requests exercises, or follows up on any explanation — including explanations produced by other skills (e.g. mathlib-api). Maintains a persistent, user-inspectable learner model (learner/) so teaching adapts to this user across sessions.

1 Updated 3 weeks ago
homeowmorphism