learn

learn is a skill for Claude Code from rohitg00/ai-engineering-from-scratch. It costs 80 tokens per session (2,123 once invoked), scanned A, original, MIT.

An interactive tutor for the AI Engineering from Scratch course, which covers topics from mathematics to autonomous AI agents. It teaches one lesson at a time, quizzes you, and records your progress.

In plain words
What is it for?
Use it to take the next lesson, practise by answering questions and running exercises, and continue from your saved study plan.
Why use it?
It turns a large course into manageable sessions and prevents your progress from being lost.

Skill for Claude Code

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

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,482 stars · on GitHub · aiengineeringfromscratch.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rohitg00/ai-engineering-from-scratch/learn
Any agent
npx skills add rohitg00/ai-engineering-from-scratch --skill learn
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 learn

README.md
[![agentmods](https://agentmods.dev/badge/skills/rohitg00/ai-engineering-from-scratch/learn.svg)](https://agentmods.dev/skills/rohitg00/ai-engineering-from-scratch/learn)
Your own site
<a href="https://agentmods.dev/skills/rohitg00/ai-engineering-from-scratch/learn"><img src="https://agentmods.dev/badge/skills/rohitg00/ai-engineering-from-scratch/learn.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,123 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00080 $0.02123
Opus 5 $0.00040 $0.01061
Sonnet 5 $0.00016 $0.00425
Haiku 4.5 $0.00008 $0.00212

Measured 6d ago against content hash 48595700a457, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

learn 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 6d 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/learn/SKILL.md · 183 lines

How it starts

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

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.

Host invocation contract

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

  • Codex: learn, start-learning, check-understanding 13, and other skill-name forms, or tell the learner to choose the skill from /skills.
  • Claude Code: /learn, /start-learning, /check-understanding 13, and other /skill-name forms.
  • Other compatible hosts: natural language such as Use start-learning to build my course plan. or Use check-understanding to quiz me on Phase 13.

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

Content sources

Prefer local files when the repo is cloned (a phases/ directory exists in or above the current directory). Otherwise fetch from:

https://raw.githubusercontent.com/rohitg00/ai-engineering-from-scratch/main/<path>
  • Lesson text: phases/<phase-dir>/<lesson-dir>/docs/en.md
  • Lesson quiz: phases/<phase-dir>/<lesson-dir>/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)

Resume routing across course modes

Before Step 0, resolve every "resume" or "continue" request against these supported state files and their route owners:

  • LEARNING.md belongs to learn for the full curriculum.
  • MCP-LEARNING.md belongs to learn-mcp for the Model Context Protocol (MCP) route.
  • MCP-ENGINEERING-LEARNING.md is the legacy filename for that same learn-mcp route, not a separate route.
  • AGENT-SKILLS-LEARNING.md belongs to learn-agent-skills.
  • CLAUDE-CERTIFICATION.md belongs to claude-certification.

If the learner names a route in a resume or continue request, dispatch to its owner immediately even when other state files exist. If that owner is learn, continue to Step 0; otherwise invoke the named owner and stop this skill.

Read the full file on GitHub · 183 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. 6d ago First seen · 183 lines · 80 tokens per session scan A 48595700a457

Subscribe to this mod's changes

learn is a skill published in the GitHub repository rohitg00/ai-engineering-from-scratch (52,482 stars, last pushed 6d ago), licensed MIT. It adds 80 tokens to every session and 2,123 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

learn

AI Engineering from Scratch 课程的交互式课程 tutor。读取 LEARNING.md,获取下一课, 在终端按章节教学,结尾测验并记录进度。可在克隆仓库中或完全通过 raw.githubusercontent.com 工作—— 无需设置。触发短语:“下一课”、“教我”、“继续课程”、“我们来学习”、“继续学习”,或 "next lesson", "teach me", "continue the course", "let's learn", "resume learning".

fancyboi999/ai-engineering-from-scratch-zh · 103 tokens

find-your-level

交互式测验,将你的 AI/ML 知识映射到 523 节课、20 个阶段的 AI Engineering from Scratch 课程起点。 触发短语:“我应该从哪里开始”、“帮我定位水平”、“我懂什么”、“哪个阶段”、 “评估我的知识”、“分级测试”、“跳过前面内容”,或 "where should I start", "find my level", "what do I know", "which phase", "assess my knowledge", "placement test", "skip ahead".

fancyboi999/ai-engineering-from-scratch-zh · 115 tokens

start-learning

AI Engineering from Scratch 课程的一次性入门流程(523 节课、20 个阶段)。访谈学习者、 运行分级测验,并写入由 learn skill 驱动的持久学习计划 LEARNING.md。触发短语: “开始学习”、“设置课程”、“开始课程”、“带我入门”、“创建学习计划”,或 "start learning", "set up the course", "begin the curriculum", "onboard me", "create my learning plan".

fancyboi999/ai-engineering-from-scratch-zh · 105 tokens

course-guide

AI Engineering from Scratch 课程的主题路由器。给它一个主题、问题或正在处理的 bug, 它会指出精确教授它的课程,以及下一条正确命令。触发短语: “在哪里学习”、“哪节课涵盖”、“课程导航”、“我卡在”、“接下来该做什么”、 “教我 MCP”、“教我 Agent Skills”、“在哪里准备 Claude certification”,或 "where do I learn", "which lesson covers", "course guide", "I'm stuck on", "what should I do next", "teach me MCP", "teach me Agent…

fancyboi999/ai-engineering-from-scratch-zh · 136 tokens

claude-certification

AI Engineering from Scratch 中四条独立 Claude 认证路线的 AI 原生导师与入门流程。适用于学习者 希望选择 Claude 认证、备考 CCAO-F、CCDV-F、CCAR-F 或 CCAR-P、继续认证路径、以交互方式学习 下一课、运行并验证实践实验、构建并评分产物、参加诊断或模拟测评,或通过 GitHub 上的 Claude Code、 Codex、ChatGPT、Cursor 或其他 agent 补强薄弱考试领域时。.

fancyboi999/ai-engineering-from-scratch-zh · 119 tokens

check-understanding

AI Engineering from Scratch 的阶段测验。用于“给我测验一下”、“测试阶段”、“检查我的理解”、“我掌握第 3 阶段了吗”,也支持 "quiz me", "test phase", "check my understanding", "do I know phase 3" 或 /check-understanding 。.

fancyboi999/ai-engineering-from-scratch-zh · 71 tokens