Skip to content

Commit 57c99e0

Browse files
authored
Add .agents/skills skill storage paths in documentation
Added the `.agents/skills` project and personal paths as they are a convention stated in https://agentskills.io/client-implementation/adding-skills-support#where-to-scan for cross-client skill sharing.
1 parent 974a0cc commit 57c99e0

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 `.github/skills` or `.claude/skills`.
9+
For **project skills**, specific to a single repository, store your skill under `.agents/skills`, `.github/skills` or `.claude/skills`.
1010

11-
For **personal skills**, shared across projects, store your skill under `~/.copilot/skills` or `~/.claude/skills`.
11+
For **personal skills**, shared across projects, store your skill under `~/.agents/skills`, `~/.copilot/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)