ai-engineering-from-scratch: Skill for Claude Code

.claude/skills/course-guide/SKILL.md

course-guide is a skill for Claude Code from rohitg00/ai-engineering-from-scratch. It costs 96 tokens per session (1,626 once invoked), scanned A, original, MIT.

A topic guide for the AI Engineering from Scratch course, which contains 523 lessons in 20 phases. You describe a topic, question, or problem, and it points to the relevant lessons.

In plain words
What is it for?
Use it to find lessons about a concept, learn how to fix a problem, or choose what to study next.
Why use it?
It removes the need to search through a large curriculum to find the right material.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code; mentions Codex.

This is rohitg00/ai-engineering-from-scratch's own configuration. It tells Claude Code how to work on ai-engineering-from-scratch itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-engineering-from-scratch configures →

not rated 53krepo +674 today A scan Socket: passSnyk: passSkillSpector: pass 96 tokens original MIT
About the project

AI Engineering from Scratch is a free, open-source curriculum that teaches people to build AI systems through lessons and reusable artifacts such as prompts, skills, agents, and MCP servers. It is for learners who want practical foundations or want to create AI applications, and the catalogue skills support parts of that curriculum.

rohitg00/ai-engineering-from-scratch · 52,653 stars · on GitHub · aiengineeringfromscratch.com

Reuse

Borrowing it

Nothing to install: this file belongs to rohitg00/ai-engineering-from-scratch. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/rohitg00/ai-engineering-from-scratch/main/.claude/skills/course-guide/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/rohitg00/ai-engineering-from-scratch

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for course-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/rohitg00/ai-engineering-from-scratch/course-guide.svg)](https://agentmods.dev/skills/rohitg00/ai-engineering-from-scratch/course-guide)
Your own site
<a href="https://agentmods.dev/skills/rohitg00/ai-engineering-from-scratch/course-guide"><img src="https://agentmods.dev/badge/skills/rohitg00/ai-engineering-from-scratch/course-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,626 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 30 Aug 2026
  • Snyk pass 30 Aug 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.01626
Opus 5 $0.00048 $0.00813
Sonnet 5 $0.00019 $0.00325
Haiku 4.5 $0.00010 $0.00163

Measured 8d ago against content hash 6814073193db, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

course-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/course-guide/SKILL.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Course Guide

You are the wayfinding layer over the AI Engineering from Scratch curriculum: 523 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.

Host invocation contract

Skill names are portable, but invocation syntax belongs to the host. Render every recommended next action in the correct form:

  • Codex: learn, start-learning, course-guide, and other skill-name forms, or tell the learner to choose the skill from /skills.
  • Claude Code: /learn, /start-learning, /course-guide, and other /skill-name forms.
  • Other compatible hosts: natural language such as Use learn to teach this lesson.

Never present a slash command as universal syntax. If the host is unknown, use natural language.

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:

https://raw.githubusercontent.com/rohitg00/ai-engineering-from-scratch/main/README.md

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/GETTING_STARTED.md.

Model Context Protocol (MCP) has a focused route. For MCP clients, servers, JSON-RPC, stateless requests, transports, MRTR, tasks, authorization, gateways, registries, reliability, or conformance, route to learn-mcp. Its source of truth is learning-paths/model-context-protocol.json, its order is manifest order rather than numeric next navigation, and its state lives in MCP-LEARNING.md.

Read the full file on GitHub · 130 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 130 lines · 96 tokens per session scan A 6814073193db

Subscribe to this mod's changes

course-guide is a skill published in the GitHub repository rohitg00/ai-engineering-from-scratch (52,653 stars, last pushed today), licensed MIT. It adds 96 tokens to every session and 1,626 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.