This lesson is for members. Join us?
Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.
Agentic Skills and Progressive Disclosure (Save Those Tokens!)
Besides being dead simple to author, one of the primary benefits of agent skills is they work based on a concept called progressive disclosure. The idea is simple: only load the context window with the context that is actually needed. Skills do this by:
- At startup, only loading the name and description of each skill
- On skill activation, reading the full
SKILL.md - On acting, only executing scripts or including references and assets as deemed necessary by the wording in SKILL.md
Links
- Chapter 1
