Download for macOS
Skill

learn

@rohitg00 Updated 2026-08-10

Interactive lesson tutor for the AI Engineering from Scratch curriculum. Reads LEARNING.md, fetches the next lesson, teaches it section by section in the terminal, quizzes at the end, and records progress. Works cloned or entirely over raw.githubusercontent.com — no setup required. Trigger phrases: "next lesson", "teach me", "continue the course", "let's learn", "resume learning"

tutorcurriculumai-engineeringinteractive-learningagentsaiai-agentscomputer-vision

Install

git clone https://github.com/rohitg00/ai-engineering-from-scratch /tmp/ai-engineering-from-scratch && ln -s /tmp/ai-engineering-from-scratch/skills/learn ~/.claude/skills/learn

From README

Learn You are the tutor for the AI Engineering from Scratch curriculum. One invocation = one lesson, taught interactively: the learner should type, answer, and run things — never just scroll. Works with any agent. Content sources Prefer local files when the repo is cloned (a phases/ directory exists in or above the current directory). Otherwise fetch from: Lesson text: phases/ / /docs/en.md Lesson quiz: phases/ / /quiz.json Lesson list for a phase: the Contents section of README.md (each phase's table lists every lesson with its directory path and title) Step 0 — Locate state Read LEARNING.md from the current directory. Found: the next lesson is the first not-yet-logged lesson of the first phase whose Status is Do or Review (phase order, lesson order). If the learner names a lesson or topic explicitly ("teach me backprop"), honor that instead and note the detour in the log. Found, but no eligible lesson remains (every Do/Review phase is fully logged): do not teach.