A hands-on training
Building with Agents
Skills, subagents, slash commands, hooks, MCPs, CLIs: there are many ways to setup and extend an AI agent. Learn what each one is, how to structure them, and when an agent should use them.
Why it works
Load a little.
Then a little more.
Skills stay cheap through Dynamic Context: three tiers that load only as far as the task needs. You'll build one in Module 3.
Jump to the module →- 1
Metadata
At startup, only
name+descriptionload. Enough to decide relevance. - 2
The body
When the skill becomes relevant, its
SKILL.mdbody is read. - 3
Bundled files
References and scripts open only when actually needed.
The course
Six modules. Build as you go.
Start with The Agents Active Memory, end able to compose a real multi-part system, and connect it to the outside world. Every module ends with a hands-on build and a quick check.
Ready when you are.
The first module takes about six minutes and needs nothing but curiosity.
Begin Module 1 →