Chapter 9: Skill (Console)

Goal of this chapter: introduce the skill middleware so the Agent can discover and load reusable skill documents (SKILL.md) and use them on demand through tool calls.

Code location

Full tutorial

What you learn

  • How “progressive disclosure” works for skills (index → load on demand).
  • How to integrate skills into an Agent without permanently inflating prompt context.