Include the prompts, agent skills, rules and everthing I'm using for coding agent are here.
skills/: Claude Skillsprompts/agents/<agentName>/<agentName>.github-copilot.md<agentName>.cursor.md
rules/agents.md/: Project Index Guideline for Agentsmcp/<mcpId>/<mcpId>.github-copilot.md<mcpId>.claude.md
The custom agents.
Frontmatter version (array) controls the version of Coding Agent this custom agent can be applied to.
To copy the GitHub Copilot agent files to your VS Code profiles' prompts folders:
-
One-time copy (Windows/PowerShell): Run the VS Code task "Copy Agent Files to Profiles" from the Command Palette (Tasks: Run Task). This uses
.vscode/copy-agents.ps1to copyagents/github-copilot/*.agent.mdto%APPDATA%\Code\User\profiles\<profile-id>\prompts\, creating thepromptsfolder if needed and overwriting existing files. -
One-time copy (POSIX/bash): On Linux/macOS, run
./.vscode/copy-agents.shto copy to~/.config/Code/User/profiles/<profile-id>/prompts/.
These scripts ensure the agent files are available in each VS Code profile for use with GitHub Copilot.