Add sync agent instructions for GitHub Copilot configurations#758
Merged
aaronpowell merged 4 commits intogithub:mainfrom Feb 19, 2026
Merged
Add sync agent instructions for GitHub Copilot configurations#758aaronpowell merged 4 commits intogithub:mainfrom
aaronpowell merged 4 commits intogithub:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a comprehensive instruction file that enables syncing GitHub Copilot configurations to 12 different AI coding agent ecosystems. The sync-agents.instructions.md file provides detailed specifications for detecting and syncing instructions, agents, and skills from GitHub Copilot's .github/ directory to agent-specific formats.
Changes:
- Added
sync-agents.instructions.mdcontaining a 553-line instruction file for cross-agent configuration syncing - Updated
docs/README.instructions.mdwith a table entry linking to the new instruction file
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| instructions/sync-agents.instructions.md | New instruction file providing complete specifications for syncing GitHub Copilot configurations to 12 AI agent ecosystems |
| docs/README.instructions.md | Added table entry with install badges and description for the new sync-agents instruction |
aaronpowell
requested changes
Feb 18, 2026
Contributor
aaronpowell
left a comment
There was a problem hiding this comment.
This should really be defined as an agent skill rather than an instruction, since it's a task that you are going to want to perform, rather than something that exists on every interaction with copilot.
aaronpowell
approved these changes
Feb 19, 2026
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Added agent-sync.instructions.md , this is a custom instructions 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.
Type of Contribution
Additional Notes
This instruction supports the following agents:
Claude Code
Gemini CLI
OpenAI Codex
OpenCode
Cursor
Windsurf
Cline
Roo Code
Kilo Code
JetBrains Junie
Zed
Augment Code
In that list, Zed is instructions-only, while the others are full sync targets (instructions + additional artifacts where supported).
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.