Skip to content

Commit 77ad43b

Browse files
authored
Fix order of skill storage locations in documentation
1 parent 954202b commit 77ad43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/copilot/concepts/agents/about-agent-skills.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You can create your own skills to teach {% data variables.product.prodname_copil
2222

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

25-
* Project skills, stored in your repository (`.agents/skills`, `.github/skills` or `.claude/skills`)
26-
* 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)
25+
* Project skills, stored in your repository (`.github/skills`, `.agents/skills` or `.claude/skills`)
26+
* Personal skills, stored in your home directory and shared across projects (`~/.copilot/skills`, `~/.agents/skills` or `~/.claude/skills`) ({% data variables.copilot.copilot_coding_agent %} and {% data variables.copilot.copilot_cli %} only)
2727

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

0 commit comments

Comments
 (0)