A personal GitHub Copilot configuration template. Use this as the starting point for new projects to get consistent Copilot behavior out of the box.
| Path | Purpose |
|---|---|
.github/copilot-instructions.md |
Workspace-level instructions automatically loaded by GitHub Copilot in VS Code and other editors |
.github/prompts/ |
Reusable .prompt.md files for Copilot Chat slash commands |
.copilot/agents/ |
Custom agent skill definitions for the GitHub Copilot CLI |
- Click Use this template → Create a new repository on GitHub
- Clone your new repo
- Edit
.github/copilot-instructions.mdto fit the project's language and conventions - Add or remove prompt files in
.github/prompts/as needed
When you improve these configs, come back and update this template repo so future projects get the improvements.