Skip to content

Commit 118a7a3

Browse files
jarleCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 31c2674 commit 118a7a3

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/` 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)