# Agent Skills ## Docs - [How to add skills support to your agent](https://agentskills.mintlify.app/client-implementation/adding-skills-support.md): A guide for adding Agent Skills support to an AI agent or development tool. - [Overview](https://agentskills.mintlify.app/home.md): A simple, open format for giving agents new capabilities and expertise. - [Best practices for skill creators](https://agentskills.mintlify.app/skill-creation/best-practices.md): How to write skills that are well-scoped and calibrated to the task. - [Evaluating skill output quality](https://agentskills.mintlify.app/skill-creation/evaluating-skills.md): How to test whether your skill produces good outputs using eval-driven iteration. - [Optimizing skill descriptions](https://agentskills.mintlify.app/skill-creation/optimizing-descriptions.md): How to improve your skill's description so it triggers reliably on relevant prompts. - [Quickstart](https://agentskills.mintlify.app/skill-creation/quickstart.md): Create your first Agent Skill and see it work in VS Code. - [Using scripts in skills](https://agentskills.mintlify.app/skill-creation/using-scripts.md): How to run commands and bundle executable scripts in your skills. - [Specification](https://agentskills.mintlify.app/specification.md): The complete format specification for Agent Skills. - [What are skills?](https://agentskills.mintlify.app/what-are-skills.md): Agent Skills are a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows. ## OpenAPI Specs - [openapi](https://agentskills.mintlify.app/api-reference/openapi.json)