github / awesome-copilot
- ΡΠ΅ΡΠ²Π΅ΡΠ³, 2 ΠΎΠΊΡΡΠ±ΡΡ 2025β―Π³. Π² 00:00:03
Community-contributed instructions, prompts, and configurations to help you make the most of GitHub Copilot.
A curated collection of prompts, instructions, and chat modes to supercharge your GitHub Copilot experience across different domains, languages, and use cases.
This repository provides a comprehensive toolkit for enhancing GitHub Copilot with specialized:
To make it easy to add these customizations to your editor, we have created a MCP Server that provides a prompt for searching and installing prompts, instructions, and chat modes directly from this repository. You'll need to have Docker installed and running to run the server.
{
"servers": {
"awesome-copilot": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:latest"
]
}
}
}
Use the /
command in GitHub Copilot Chat to access prompts:
/awesome-copilot create-readme
Instructions automatically apply to files based on their patterns and provide contextual guidance for coding standards, frameworks, and best practices.
Activate chat modes to get specialized assistance from AI personas tailored for specific roles like architects, DBAs, or security experts.
We welcome contributions! Please see our Contributing Guidelines for details on how to:
βββ prompts/ # Task-specific prompts (.prompt.md)
βββ instructions/ # Coding standards and best practices (.instructions.md)
βββ chatmodes/ # AI personas and specialized modes (.chatmode.md)
βββ collections/ # Curated collections of related items (.collection.yml)
βββ scripts/ # Utility scripts for maintenance
/
commands, let instructions enhance your coding experience, or activate chat modes for specialized assistance.This project is licensed under the MIT License - see the LICENSE file for details.
Ready to supercharge your coding experience? Start exploring our prompts, instructions, and chat modes!
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.