Skip to content

Add sync agent instructions for GitHub Copilot configurations#758

Merged
aaronpowell merged 4 commits intogithub:mainfrom
NoahJenkins:main
Feb 19, 2026
Merged

Add sync agent instructions for GitHub Copilot configurations#758
aaronpowell merged 4 commits intogithub:mainfrom
NoahJenkins:main

Conversation

@NoahJenkins
Copy link
Contributor

Pull Request Checklist

  • [X ] I have read and followed the CONTRIBUTING.md guidelines.
  • [ X] My contribution adds a new instruction, prompt, agent, or skill file in the correct directory.
  • [X ] The file follows the required naming convention.
  • [ X] The content is clearly structured and follows the example format.
  • [ X] I have tested my instructions, prompt, agent, or skill with GitHub Copilot.
  • [ X] I have run npm start and verified that README.md is 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

  • [X ] New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • Update to existing instruction, prompt, agent, plugin, or skill.
  • Other (please specify):

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.

Copilot AI review requested due to automatic review settings February 18, 2026 22:49
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md containing a 553-line instruction file for cross-agent configuration syncing
  • Updated docs/README.instructions.md with 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

Copy link
Contributor

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 aaronpowell merged commit fd10bc9 into github:main Feb 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments