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 56 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
58
Recency 20%
100
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 weeks ago
Last Updated
yesterday
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
AI & Automation Listed

student-learning

Use when the user wants to learn or study a topic, understand a concept, prepare for an exam, or be tutored. Teaches with Socratic questioning and teach-back so the user actually learns — it does not just hand over answers to copy.

7 Updated today
derob98
AI & Automation Listed

learn

Personalized tutor with memory across sessions — "teach me X, at my pace." Builds a syllabus with a pass rubric per unit, teaches one unit per session: a recall quiz on what's due (date-based spaced repetition), examples matched to your background, and an active-recall check graded against the rubric with confidence tags. Progress and weak spots persist in out/learn/<topic>.md, so sessions resume and re-drill what was missed; fact-sensitive content is verified by web search, not memory. Keyless. Use to learn or study a topic — e.g. "/learn rust ownership", "teach me kubernetes", "quiz me on X", "continue the SQL lessons"; "/learn" alone lists topics in progress. For community buzz use pulse; for choosing between technologies use verdict.

7 Updated yesterday
duthaho