# learn

> Claude/Codex skill by [@rohitg00](https://omgskills.com/library/rohitg00/index.md) · 47k stars · 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"

Tags: tutor, curriculum, ai-engineering, interactive-learning, agents, ai, ai-agents, computer-vision, course, deep-learning, from-scratch, generative-ai, llm, machine-learning, mcp, nlp, python, reinforcement-learning, rust, swarm-intelligence, transformers, tutorial, typescript

## Install

```sh
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.

## Links

- HTML page: https://omgskills.com/skills/rohitg00/ai-engineering-from-scratch/learn/
- GitHub: https://github.com/rohitg00/ai-engineering-from-scratch
- Author: [@rohitg00](https://omgskills.com/library/rohitg00/index.md)

## More from this repo

- [check-understanding](https://omgskills.com/skills/rohitg00/ai-engineering-from-scratch/check-understanding/index.md) — Phase quiz for AI Engineering from Scratch.
   - [@rohitg00](https://omgskills.com/library/rohitg00/index.md) · 47k stars
- [find-your-level](https://omgskills.com/skills/rohitg00/ai-engineering-from-scratch/find-your-level/index.md) — Interactive quiz that maps your AI/ML knowledge to a starting point in the 503-lesson, 20-phase AI Engineering from...
   - [@rohitg00](https://omgskills.com/library/rohitg00/index.md) · 47k stars

## More skills by this author

- [agentmemory-agents](https://omgskills.com/skills/rohitg00/agentmemory/agentmemory-agents/index.md) — How agentmemory wires into host coding agents via the connect command.
   - [@rohitg00](https://omgskills.com/library/rohitg00/index.md) · 27k stars
