CopilotInstructions is an open-source Blazor application that allows developers to store, manage, and share GitHub Copilot Custom Instructions with the community. Whether you're optimizing your Copilot prompts or learning from others, this platform helps bring out the best from GitHub Copilot.
GitHub Copilot becomes significantly more powerful when guided by high-quality custom instructions. With CopilotInstructions, you can:
- 📚 Explore instructions created by other developers
- ✍️ Create and save your own
- 🤝 Share instructions with the community
- 🔍 Search and filter based on use case, language, or role
- 🔒 Secure local or cloud storage options
- 📝 Markdown-based editor with preview
- 🧠 Categorization by use case (e.g., Testing, DevOps, Refactoring)
- 🌐 Public and private instruction sharing
- 🔍 Advanced search and tag filters
- 🦮 Built using Blazor, designed for speed and accessibility
- Frontend/Backend: Blazor
- Storage: GitHub Issues
- Styling: MudBlazor
- Hosting: Azure App Service
git clone https://github.com/kasuken/CopilotInstructions.git
cd CopilotInstructions
dotnet build
dotnet run --project src/CopilotInstructions.Web
Then navigate to http://localhost:5000
.
We welcome contributions of all kinds!
- 🐛 Bug reports
- 🧠 New ideas for features
- 🎨 UI/UX improvements
- 💬 Feedback on instructions
Use GitFlow for add features, solve bugs and release a new version.
CopilotInstructions is not affiliated with GitHub or GitHub Copilot. This is a community project built by developers, for developers.