DictionaryA
> A named, reusable procedure the agent loads on demand: a folder of instructions and optional scripts, used when a task matches. *§06 Memory & Steering · also called: Agent skill, SKILL.md, Skills · [interactive version](https://vibecodeschool.com/ai-coding-dictionary/skill)* A skill is a packaged procedure an [agent](./agent.md) can pick up when a task calls for it. In practice it is a folder with a `SKILL.md` describing what the skill does and when to use it, followed by the step-by-step i...
ai-agentsgo