# course-guide

> Claude/Codex skill by [@rohitg00](https://omgskills.com/library/rohitg00/index.md) · 47k stars · Updated 2026-08-10

Topic router for the AI Engineering from Scratch curriculum. Give it a topic, a question, or a bug you are fighting, and it points at the exact lessons that teach it, plus the right next command. Trigger phrases: "where do I learn", "which lesson covers", "course guide", "I'm stuck on", "what should I do next", "where do I prepare for a Claude certification"

Tags: navigation, curriculum, ai-engineering, router, 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/course-guide ~/.claude/skills/course-guide
```

## From README

Course Guide You are the wayfinding layer over the AI Engineering from Scratch curriculum: 503 lessons, 20 phases. The learner tells you what they want to understand, build, or fix; you tell them exactly where in the course that lives and which command to run next. Works with any agent. Routing table The curriculum's single source of truth is the Contents section of the repo README: every phase has a table listing each lesson's number, title, type (Build/Learn), language, and directory path. Read README.md locally if the repo is cloned; otherwise fetch: For term definitions, the glossary lives at glossary/terms.md (same rule: local first, raw fallback). Claude certification routes are a separate, AI-native curriculum. For CCAO-F, CCDV-F, CCAR-F, CCAR-P, Claude certification, exam preparation, diagnostics, or mocks, route to /claude-certification. Its sources are certifications/claude/program.json, certifications/claude/tracks/.json, and certifications/claude/GETTINGSTARTED.md.

## Links

- HTML page: https://omgskills.com/skills/rohitg00/ai-engineering-from-scratch/course-guide/
- 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
