We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ad43b commit 2629d0bCopy full SHA for 2629d0b
1 file changed
data/reusables/copilot/creating-adding-skills.md
@@ -6,9 +6,9 @@ To add a skill, you save the `SKILL.md` file, and any subsidiary resources, to a
6
7
1. Create a `skills` directory to store your skill and any others you may want to create in the future.
8
9
- For **project skills**, specific to a single repository, store your skill under `.agents/skills`, `.github/skills` or `.claude/skills`.
+ For **project skills**, specific to a single repository, store your skill under `.github/skills`, `.agents/skills` or `.claude/skills`.
10
11
- For **personal skills**, shared across projects, store your skill under `~/.agents/skills`, `~/.copilot/skills` or `~/.claude/skills`.
+ For **personal skills**, shared across projects, store your skill under `~/.copilot/skills`, `~/.agents/skills` or `~/.claude/skills`.
12
13
1. Create a subdirectory for your new skill. Each skill should have its own directory (for example, `.github/skills/webapp-testing`).
14
0 commit comments