A curated collection of GitHub Copilot plugins, instruction files, and prompt templates for enterprise development.
copilot plugin marketplace add IntelliTect/IntelliPluginsVisit the help pages for the full list of plugins, instructions, and prompts with documentation and usage examples.
| Section | Description | Docs |
|---|---|---|
| Plugins | Copilot plugins for enterprise C#, Coalesce, Vuetify, and more | Plugins |
| Instructions | Instruction files that automatically apply coding standards to matching files — one-click install from the docs site | Instructions |
| Prompts | Reusable prompt files for common development workflows — one-click install from the docs site | Prompts |
IntelliPlugins/
├── plugins/ # Copilot plugin implementations
├── instructions/ # Copilot instruction files (*.instructions.md)
├── prompts/ # Copilot prompt files (*.prompt.md)
├── scripts/ # Doc generation and upstream sync scripts
├── docs/ # DocFX documentation site source
│ ├── guides/
│ ├── plugins/ # auto-generated from plugins/ on build
│ ├── instructions/ # auto-generated from instructions/ on build
│ └── prompts/ # auto-generated from prompts/ on build
└── .github/
├── plugin/marketplace.json # GitHub plugin registry
└── workflows/ # CI/CD automation
When the upstream repository introduces a new prompt, instruction, or chat mode you want to adopt:
npm run sync -- --import path/to/file.extThis copies the file locally and records its upstream SHA in .github/upstream-sync-state.json. Review the file and state file, then commit when ready.
Have ideas for new content or improvements? Open a PR or reach out to dan.olvera@intellitect.com.
This project is licensed under the MIT License - see the LICENSE file for details.