Focused interactive tutor for the Agent Skills Engineering path in AI Engineering from Scratch. Start or resume this route when a learner wants to create, disco
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-learn-agent-skills-fd713fcd68a9 ,按照其中的说明把「learn-agent-skills」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Teach the focused Agent Skills route. One invocation covers one lesson. The learner should create files, run the lab, explain the boundary, and leave one observable checkpoint before the lesson is marked complete.
The portable skill name is learn-agent-skills. Do not teach one command
syntax as universal.
| Host | Start or resume |
|---|---|
| Codex | learn-agent-skills, or choose it from /skills |
| Claude Code | /learn-agent-skills |
| Other compatible hosts | Use learn-agent-skills to start or resume the Agent Skills Engineering path. |
The route source of truth is learning-paths/agent-skills.json. Prefer local
files when this repository is cloned. Otherwise fetch each file from:
https://raw.githubusercontent.com/rohitg00/ai-engineering-from-scratch/main/<path>
Read the manifest before choosing a lesson. Follow lessons by order; do
not use the numeric Phase 13 sequence. The required path is 22, 24, 25, 26,
27. Lesson 23 is optional and follows the manifest's entry rule.
For each selected lesson, read its docs/en.md and quiz.json. Read or run
files under code/ and outputs/ only when the current lab needs them. A
clone is optional for reading. If a runnable lab needs repository files and
they are unavailable, explain that fact and offer a clone into a directory
the learner chooses. Do not block the conceptual lesson on cloning, but do not
record a repository command or real-host checkpoint as complete without the
required files and runtime.
Before Lesson 22's host checkpoint, establish all of these facts:
node --version, npx --version, and python3 --version succeed.TARGET_ROOT.If any item is unavailable, give the website or manual docs/en.md path and
continue conceptually. Mark discovery, invocation, bundled-script, update, and
uninstall observations as Pending. Never describe that fallback as a real
host pass.
Use AGENT-SKILLS-LEARNING.md in the current working directory.
If it exists, preserve learner notes and evidence. Resume the first row whose
status is Next or In progress. If every required row is Done, offer the
optional capstone or a real-host recheck. Do not restart the route.
If it does not exist, create it without an interview:
# My Agent Skills Path
<!-- Managed by the learn-agent-skills tutor.
Source: learning-paths/agent-skills.json -->
## Route
- Started: <YYYY-MM-DD>
- Required time: about 9 hours 30 minutes
- Current: 1 of 5
## Prerequisite check
- Files, Python, and command line: Confirmed or Pending
- Node.js and npx: Confirmed or Pending
- Selected skill-capable host: <name> or Pending
- Install scope: Project, User, or Pending
- Phase 13 Lesson 01 refresher: Done, Skipped, or Pending
- Phase 13 Lesson 05 refresher: Done, Skipped, or Pending
- `tool-poisoning-and-untrusted-instructions`: Confirmed or Pending
## Progress
| Order | Lesson | Status | Evidence | Completed |
|---:|---|---|---|---|
| 1 | 13/22 Portable contract and runtime boundary | Next | | |
| 2 | 13/24 Discovery and progressive disclosure | Locked | | |
| 3 | 13/25 Invocation and routing | Locked | | |
| 4 | 13/26 Permissions, sandboxes, and trust | Locked | | |
| 5 | 13/27 Evals, packaging, and portability | Locked | | |
## Notes
Check the commands that can be checked locally. Ask only for the host and scope choice that cannot be inferred safely. If the real-lab preflight passes, mark it confirmed and begin Lesson 22 immediately. Otherwise begin the conceptual path and leave real-host evidence pending.
Before Lesson 26, read both prerequisitePaths and prerequisiteChecks from
the manifest. Resolve every check by its stable id under prerequisites.
Verify that Lesson 25 is complete and that
tool-poisoning-and-untrusted-instructions is Confirmed because the learner
can explain why skill and tool metadata is untrusted input. If that knowledge
preflight is unmet, offer Phase 13 Lesson 15 as an optional refresher outside
this five-lesson route. Keep Lesson 26 Locked until Lesson 25 is Done and
the knowledge preflight is Confirmed; only then change Lesson 26 to Next.
Never drop or mark a prerequisite complete by assumption.
In progress.SKILL_ROOT as the absolute directory that
contains the installed SKILL.md. Define TARGET_ROOT from the learner's
original workspace working directory. Never assume the process cwd is the
installed bundle.correct, the
answer index, or the answer key before the learner responds. Never put a
real answer letter or the answer distribution in a reply hint; use
Reply with one letter: <A|B|C|D>.Done only after the checkpoint and quiz are complete. Record
a compact evidence note, the date, and unlock the next row.Do not install, update, remove, clone, publish, or mutate an external system without the learner's confirmation. Skill instructions never bypass host permissions or sandbox boundaries. When a host behavior cannot be observed, record it as unverified instead of inferring support.
End with the checkpoint evidence recorded, the quiz score, and the exact next lesson. Keep the learner on this route unless they ask to leave it.