Skip to content

Commit 33441d7

Browse files
authored
Add .agents/skills skill storage paths in documentation
1 parent 095cdd3 commit 33441d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/copilot/reference/copilot-cli-reference/cli-plugin-reference.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,10 @@ The following diagram illustrates the loading order and precedence rules.
193193
│ 3. <project>/.claude/skills/ (project) │
194194
│ 4. <parents>/.github/skills/ etc. (inherited) │
195195
│ 5. ~/.copilot/skills/ (personal-copilot) │
196-
│ 6. ~/.claude/skills/ (personal-claude) │
197-
│ 7. PLUGIN: skills/ dirs (plugin) │
198-
│ 8. COPILOT_SKILLS_DIRS env + config (custom) │
196+
│ 6. ~/.agents/skills/ (personal-skills) │
197+
│ 7. ~/.claude/skills/ (personal-claude) │
198+
│ 8. PLUGIN: skills/ dirs (plugin) │
199+
│ 9. COPILOT_SKILLS_DIRS env + config (custom) │
199200
│ --- then commands (.claude/commands/), skills override commands ---│
200201
└──────────────────────┬──────────────────────────────────────────────┘
201202

0 commit comments

Comments
 (0)