Note
Agent Skills work with Copilot coding agent, the GitHub Copilot CLI and agent mode in Visual Studio Code Insiders. Support in the stable version of VS Code is coming soon.
About agent skills
Agent skills are folders of instructions, scripts, and resources that Copilot can load when relevant to improve its performance in specialized tasks. The Agent Skills specification is an open standard, used by a range of different AI systems.
You can create your own skills to teach Copilot to perform tasks in a specific, repeatable way—or use skills shared online, for example in the anthropics/skills repository or GitHub's community created github/awesome-copilot collection.
Copilot supports:
- Project skills, stored in your repository (
.github/skillsor.claude/skills) - Personal skills, stored in your home directory and shared across projects (
~/.copilot/skillsor~/.claude/skills) (Copilot coding agent and GitHub Copilot CLI only)
Support for organization-level and enterprise-level skills is coming soon.
Next steps
To create an agent skill, see: