Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/copilot/concepts/agents/about-agent-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ You can create your own skills to teach {% data variables.product.prodname_copil

{% data variables.product.prodname_copilot_short %} supports:

* Project skills, stored in your repository (`.github/skills` or `.claude/skills`)
* Personal skills, stored in your home directory and shared across projects (`~/.copilot/skills` or `~/.claude/skills`) ({% data variables.copilot.copilot_coding_agent %} and {% data variables.copilot.copilot_cli %} only)
* Project skills, stored in your repository (`.agents/skills`, `.github/skills` or `.claude/skills`)
* Personal skills, stored in your home directory and shared across projects (`~/.agents/skills`, `~/.copilot/skills` or `~/.claude/skills`) ({% data variables.copilot.copilot_coding_agent %} and {% data variables.copilot.copilot_cli %} only)

Support for organization-level and enterprise-level skills is coming soon.

Expand Down
Loading