Organization Level Support for AI Capabilities using .github-private #190998
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Copilot Coding Agent
Body
Hello,
The capability to define reusable Copilot Coding Agents for use across an organization is supported by adding agent profiles under an
agentsdirectory in your organizations.github-privaterepository.The github/awesome-copilot repository also defines agents within an
agentsdirectory. It also provides folders for other common AI tools like skills, plugins, instructions, hooks, etc.Can the organization level
.github-privaterepository have more functionality added to, in order to support these folders as standardized locations for the Copilot Coding Agents to use when working within organization repository.For example, if the cloud-design-patterns skill was added to an organizations
.github-privaterepository under theskillsfolder. Then a Coding Agent profile from theagentsfolder can reference that skill in it's agent.md and the skill will be available for the Coding Agent to use in every repository in the organization.It can see this being useful for:
I would imagine that organizations wouldn't want all skills, plugins, hooks etc to be available on every run of a Coding Agent within their individual repositories. But, if a skill, plugin, etc was explicitly defined within the frontmatter of an agent, then the relevant AI tools could be copied into the Coding Agents workspace.
Beta Was this translation helpful? Give feedback.
All reactions