Skip to content
Writing Your First Agent Skill
Chapter 2 of 6·4 min

Anatomy of a great SKILL.md

A great SKILL.md does three things at once: it tells the LLM when to load itself (the description), it teaches the LLM how to perform the task (the body), and it gives the LLM enough examples to handle edge cases without escalating to the user. If any of these three are missing, the skill either does not get loaded (description failure), does the wrong thing (body failure), or asks the user too many clarifying questions (examples failure).

Want to keep reading?

Sign in to unlock the rest of the course and track your progress.