Skip to content

IntelliTect/IntelliPlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

IntelliPlugins

A curated collection of GitHub Copilot plugins, instruction files, and prompt templates for enterprise development.

IntelliTect MIT License

Quick Start

Install a Plugin

copilot plugin marketplace add IntelliTect/IntelliPlugins

Browse Everything

Visit the help pages for the full list of plugins, instructions, and prompts with documentation and usage examples.

What's Included

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

Repository Structure

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

Adding a file from github/awesome-copilot

When the upstream repository introduces a new prompt, instruction, or chat mode you want to adopt:

npm run sync -- --import path/to/file.ext

This 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.

Contributing

Have ideas for new content or improvements? Open a PR or reach out to dan.olvera@intellitect.com.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Curated GitHub Copilot plugins for enterprise C# development, Coalesce framework, and Vue 3 with Vuetify.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors