Skip to content

Commit 2629d0b

Browse files
authored
Reorder storage locations for skills in documentation
1 parent 77ad43b commit 2629d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/reusables/copilot/creating-adding-skills.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ To add a skill, you save the `SKILL.md` file, and any subsidiary resources, to a
66

77
1. Create a `skills` directory to store your skill and any others you may want to create in the future.
88

9-
For **project skills**, specific to a single repository, store your skill under `.agents/skills`, `.github/skills` or `.claude/skills`.
9+
For **project skills**, specific to a single repository, store your skill under `.github/skills`, `.agents/skills` or `.claude/skills`.
1010

11-
For **personal skills**, shared across projects, store your skill under `~/.agents/skills`, `~/.copilot/skills` or `~/.claude/skills`.
11+
For **personal skills**, shared across projects, store your skill under `~/.copilot/skills`, `~/.agents/skills` or `~/.claude/skills`.
1212

1313
1. Create a subdirectory for your new skill. Each skill should have its own directory (for example, `.github/skills/webapp-testing`).
1414

0 commit comments

Comments
 (0)