From 31c26742cd6441e4953e3f949201486dd055974f Mon Sep 17 00:00:00 2001 From: Jarle Mathiesen Date: Wed, 18 Mar 2026 13:49:29 +0100 Subject: [PATCH 1/2] Add additional skill storage paths Updated paths for project and personal skills in documentation. `copilot-cli` successfully reads skills from these locations. --- content/copilot/concepts/agents/about-agent-skills.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/copilot/concepts/agents/about-agent-skills.md b/content/copilot/concepts/agents/about-agent-skills.md index fa6f689dc765..762ae91c1bde 100644 --- a/content/copilot/concepts/agents/about-agent-skills.md +++ b/content/copilot/concepts/agents/about-agent-skills.md @@ -22,8 +22,8 @@ You can create your own skills to teach {% data variables.product.prodname_copil {% data variables.product.prodname_copilot_short %} supports: -* Project skills, stored in your repository (`.github/skills` or `.claude/skills`) -* Personal skills, stored in your home directory and shared across projects (`~/.copilot/skills` or `~/.claude/skills`) ({% data variables.copilot.copilot_coding_agent %} and {% data variables.copilot.copilot_cli %} only) +* Project skills, stored in your repository (`.agents/skills`, `.github/skills` or `.claude/skills`) +* 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) Support for organization-level and enterprise-level skills is coming soon. From 118a7a39bf2e644c8ffa95fcecd1dd8f07be6e4a Mon Sep 17 00:00:00 2001 From: Jarle Mathiesen Date: Wed, 18 Mar 2026 14:57:05 +0100 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- content/copilot/concepts/agents/about-agent-skills.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/copilot/concepts/agents/about-agent-skills.md b/content/copilot/concepts/agents/about-agent-skills.md index 762ae91c1bde..119f60372920 100644 --- a/content/copilot/concepts/agents/about-agent-skills.md +++ b/content/copilot/concepts/agents/about-agent-skills.md @@ -22,8 +22,8 @@ You can create your own skills to teach {% data variables.product.prodname_copil {% data variables.product.prodname_copilot_short %} supports: -* Project skills, stored in your repository (`.agents/skills`, `.github/skills` or `.claude/skills`) -* 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) +* Project skills, stored in your repository (`.github/skills/`, `.agents/skills/` or `.claude/skills/`) +* Personal skills, stored in your home directory and shared across projects (`~/.copilot/skills/` or `~/.claude/skills/`) ({% data variables.copilot.copilot_coding_agent %} and {% data variables.copilot.copilot_cli %} only) Support for organization-level and enterprise-level skills is coming soon.