https://github.com/kasuken/copilotinstructions
An 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.
https://github.com/kasuken/copilotinstructions
copilot github
Last synced: 2 months ago
JSON representation
An 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.
- Host: GitHub
- URL: https://github.com/kasuken/copilotinstructions
- Owner: kasuken
- License: mit
- Created: 2025-06-05T21:44:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T14:01:12.000Z (10 months ago)
- Last Synced: 2025-10-13T12:53:44.201Z (6 months ago)
- Topics: copilot, github
- Language: HTML
- Homepage: https://www.copilotinstructions.xyz
- Size: 30.3 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CopilotInstructions
**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.
## ๐ Why CopilotInstructions?
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
## ๐ Features
* ๐ 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
## ๐ฆ Tech Stack
* Frontend/Backend: Blazor
* Storage: GitHub Issues
* Styling: MudBlazor
* Hosting: Azure App Service
## ๐งช Getting Started
### Prerequisites
* [.NET 9 SDK](https://dotnet.microsoft.com/)
### Running Locally
```bash
git clone https://github.com/kasuken/CopilotInstructions.git
cd CopilotInstructions
dotnet build
dotnet run --project src/CopilotInstructions.Web
```
Then navigate to `http://localhost:5000`.
## ๐ค Contributing
We welcome contributions of all kinds!
* ๐ Bug reports
* ๐ง New ideas for features
* ๐จ UI/UX improvements
* ๐ฌ Feedback on instructions
### To contribute:
Use GitFlow for add features, solve bugs and release a new version.
## ๐ License
[MIT License](LICENSE)
---
> CopilotInstructions is not affiliated with GitHub or GitHub Copilot. This is a community project built by developers, for developers.