---
title: About agent skills
shortTitle: Agent skills
intro: Skills allow {% data variables.product.prodname_copilot_short %} to perform specialized tasks.
product: '{% data reusables.gated-features.copilot-cloud-agent %}
{% data reusables.gated-features.copilot-cli %}
Sign up for {% data variables.product.prodname_copilot_short %} {% octicon "link-external" height:16 %}'
versions:
feature: copilot
category:
- Learn about Copilot
- Learn about Copilot CLI
contentType: concepts
---
> [!NOTE]
> Agent skills work with {% data variables.copilot.copilot_cloud_agent %}, the {% data variables.copilot.copilot_cli %}, and agent mode in {% data variables.product.prodname_vscode %}.
## About agent skills
Agent skills are folders of instructions, scripts, and resources that {% data variables.product.prodname_copilot_short %} can load when relevant to improve its performance in specialized tasks. The Agent Skills specification is an [open standard](https://github.com/agentskills/agentskills), used by a range of different AI systems.
You can create your own skills to teach {% data variables.product.prodname_copilot_short %} to perform tasks in a specific, repeatable way—or use skills shared online, for example in the [`anthropics/skills`](https://github.com/anthropics/skills) repository or {% data variables.product.company_short %}'s community-created [`github/awesome-copilot`](https://github.com/github/awesome-copilot) collection.
You can also use `gh skill` in {% data variables.product.prodname_cli %} to discover and install skills from {% data variables.product.github %} repositories. For more information, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/cloud-agent/add-skills#managing-skills-with-github-cli).
{% data variables.product.prodname_copilot_short %} supports:
* Project skills, stored in your repository (`.github/skills`, `.claude/skills`, or `.agents/skills`)
* Personal skills, stored in your home directory and shared across projects (`~/.copilot/skills` or `~/.agents/skills`)
Support for organization-level and enterprise-level skills is coming soon.
## Next steps
To create or add agent skills, see:
* [AUTOTITLE](/copilot/how-tos/use-copilot-agents/cloud-agent/add-skills)
* [AUTOTITLE](/copilot/how-tos/copilot-cli/customize-copilot/add-skills)
* [AUTOTITLE](/copilot/reference/customization-cheat-sheet)