Download for macOS
Skill

course-guide

@rohitg00 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"

navigationcurriculumai-engineeringrouteragentsaiai-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/.claude/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.