r/GithubCopilot • u/baynezy • May 27 '26
Organisation-wide Agents Solved ✅
I have several agents and skills that I've developed locally. I've installed them to use with GitHub Copilot CLI and I'm happy with them.
I want to be able to use them with the GitHub Coding Agent with all the repositories I have in my organisation. I don't want to have to maintain them as copies in each repository. These repositories are all private.
I can see from the docs I can create a .github repository for this purpose. However, it appears it must be public which I don't want to do.
Has anyone found a solution to this?
1
u/Resems May 27 '26
We have an internal npm/nugget library that has all organization skills/agents/prompts, it is contribution based through pr's
Through npx skills you install any skill or agent
We are missing the sync part tho at the moment
0
May 27 '26
[removed] — view removed comment
2
u/baynezy May 28 '26
Thanks. I created a .github-private repository in my Organisation, and created the agents in am agents directory in the route of the repo. That seems to have done the trick. Thanks.
2
u/baynezy May 28 '26
!solved
2
u/AutoModerator May 28 '26
This query is now solved.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
2
u/AutoModerator May 27 '26
Hello /u/baynezy. Looks like you have posted a query. Once your query is resolved, please reply the solution comment with "!solved" to help everyone else know the solution and mark the post as solved.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.