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
- Entry code: cmd/ch09/main.go
- Sync script: scripts/sync_eino_ext_skills.go
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.