You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/concepts/agents/about-agent-skills.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ You can create your own skills to teach {% data variables.product.prodname_copil
22
22
23
23
{% data variables.product.prodname_copilot_short %} supports:
24
24
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)
27
27
28
28
Support for organization-level and enterprise-level skills is coming soon.
0 commit comments