Sync-Agent skill seems to have been removed from the repo despite being merged yesterday#766
Sync-Agent skill seems to have been removed from the repo despite being merged yesterday#766NoahJenkins wants to merge 8 commits intogithub:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR re-adds the sync-agents skill that was originally merged in PR #758 but subsequently disappeared from the repository. The skill provides comprehensive instructions for synchronizing GitHub Copilot configurations (instructions, custom agents, and skills) to 12 other AI coding agent ecosystems including Claude Code, Gemini CLI, Cursor, Windsurf, and others. The skill detects which agents are already configured in a repository and only syncs to those, avoiding the creation of unnecessary files.
Changes:
- Re-adds the
skills/sync-agents/SKILL.mdfile with detailed synchronization instructions for 12 agent ecosystems - Updates
docs/README.skills.mdto include the sync-agents entry in the skills index table
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| skills/sync-agents/SKILL.md | Comprehensive skill definition with 553 lines of detailed instructions for syncing Copilot configurations to 12 different AI coding agents, including detection logic, sync formats, and documentation references |
| docs/README.skills.md | Adds sync-agents entry to the skills index table in alphabetical order between sponsor-finder and terraform-azurerm-set-diff-analyzer |
remove reference this is an instruction and this a skill Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
it seems switching from staged to main changed the files being changed from 2 to 187 which is WAY TO MANY, switching back to main as previous commits have been done. |
a70a351 to
b32fe27
Compare
aaronpowell
left a comment
There was a problem hiding this comment.
You need to branch from staged not main as the main branch contains a bunch of "generated" files.
If you branch off the latest staged it will have all the appropriate git ignores in place, and there's also a npm script to clean up the plugins folder if really needed.
PR's against main will not be merged.
97043a1 to
ccc6997
Compare
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
This skill was originally merged in #758, however when I checked this AM it was not there, despite still being present on the website:
Type of Contribution
Additional Notes
Added sync-agent SKILL.md , this is a custom skill for GitHub Copilot that scans your repo for other agent files/directories (such as Claude.MD/.claude, Gemini.MD/.Gemini, etc), and then replicates the GitHub Copilot files contents to in the respective agents formatting. This allows you to use GitHub Copilot as a source of truth for agentic configurations, and still be able to use them across other agents.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.