Add additional skill storage paths for copilot#43419
Add additional skill storage paths for copilot#43419jarle wants to merge 2 commits intogithub:mainfrom
Conversation
Updated paths for project and personal skills in documentation. `copilot-cli` successfully reads skills from these locations.
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Pull request overview
Updates the “About agent skills” concept doc to include .agents/skills locations when describing where agent skills can be stored.
Changes:
- Adds
.agents/skillsas an additional supported project skill directory. - Adds
~/.agents/skillsas an additional supported personal skill directory.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Updated paths for project and personal skills in documentation.
copilot-clisuccessfully reads skills from these locations.Why:
Closes: #43418
What's being changed (if available, include any code snippets, screenshots, or gifs):
I am adding documentation for the following paths where
copilot-clireads skills from:~/agents/skills/./agents/skill(in agent working directory)Check off the following: