# Agent Skills ## Docs - [How to add skills support to your agent](https://agentskills.openml.io/client-implementation/adding-skills-support.md): A guide for adding Agent Skills support to an AI agent or development tool. - [Client Showcase](https://agentskills.openml.io/clients.md): Agent products that support the Agent Skills format. - [Agent Skills Overview](https://agentskills.openml.io/home.md): A standardized way to give AI agents new capabilities and expertise. - [Best practices for skill creators](https://agentskills.openml.io/skill-creation/best-practices.md): How to write skills that are well-scoped and calibrated to the task. - [Evaluating skill output quality](https://agentskills.openml.io/skill-creation/evaluating-skills.md): How to test whether your skill produces good outputs using eval-driven iteration. - [Optimizing skill descriptions](https://agentskills.openml.io/skill-creation/optimizing-descriptions.md): How to improve your skill's description so it triggers reliably on relevant prompts. - [Quickstart](https://agentskills.openml.io/skill-creation/quickstart.md): Create your first Agent Skill and see it work in VS Code. - [Using scripts in skills](https://agentskills.openml.io/skill-creation/using-scripts.md): How to run commands and bundle executable scripts in your skills. - [Specification](https://agentskills.openml.io/specification.md): The complete format specification for Agent Skills.