mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Add plugins for all collections
Generate plugin directories for 36 collections not previously represented: - awesome-copilot, cast-imaging, clojure-interactive-programming, copilot-sdk - csharp-dotnet-development, csharp-mcp-development, database-data-management - dataverse-sdk-for-python, devops-oncall, edge-ai-tasks, frontend-web-dev - go-mcp-development, java-development, java-mcp-development, kotlin-mcp-development - mcp-m365-copilot, openapi-to-application-* (5 variants), partners - pcf-development, php-mcp-development, power-apps-code-apps, power-bi-development - power-platform-mcp-connector-development, python-mcp-development - ruby-mcp-development, rust-mcp-development, security-best-practices - structured-autonomy, swift-mcp-development, technical-spike - typescript-mcp-development, typespec-m365-copilot Each plugin includes: - .github/plugin/plugin.json with metadata - README.md with installation instructions - Symlinks to canonical agents, commands, and skills Updated marketplace.json to include all 40 plugins.
This commit is contained in:
222
.github/plugin/marketplace.json
vendored
222
.github/plugin/marketplace.json
vendored
@@ -10,18 +10,228 @@
|
||||
"email": "copilot@github.com"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "awesome-copilot",
|
||||
"source": "awesome-copilot",
|
||||
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, collections, instructions, prompts, and skills.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "azure-cloud-development",
|
||||
"source": "azure-cloud-development",
|
||||
"description": "Azure cloud development tools including Infrastructure as Code, architecture patterns, and cost optimization.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "cast-imaging",
|
||||
"source": "cast-imaging",
|
||||
"description": "A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "clojure-interactive-programming",
|
||||
"source": "clojure-interactive-programming",
|
||||
"description": "Tools for REPL-first Clojure workflows featuring Clojure instructions, the interactive programming chat mode and supporting guidance.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "copilot-sdk",
|
||||
"source": "copilot-sdk",
|
||||
"description": "Build applications with the GitHub Copilot SDK across multiple programming languages. Includes comprehensive instructions for C#, Go, Node.js/TypeScript, and Python.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "csharp-dotnet-development",
|
||||
"source": "csharp-dotnet-development",
|
||||
"description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "csharp-mcp-development",
|
||||
"source": "csharp-mcp-development",
|
||||
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in C# using the official SDK.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "database-data-management",
|
||||
"source": "database-data-management",
|
||||
"description": "Database administration, SQL optimization, and data management tools for PostgreSQL, SQL Server, and general database development best practices.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "dataverse-sdk-for-python",
|
||||
"source": "dataverse-sdk-for-python",
|
||||
"description": "Comprehensive collection for building production-ready Python integrations with Microsoft Dataverse.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "devops-oncall",
|
||||
"source": "devops-oncall",
|
||||
"description": "A focused set of prompts, instructions, and a chat mode to help triage incidents and respond quickly with DevOps tools and Azure resources.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "edge-ai-tasks",
|
||||
"source": "edge-ai-tasks",
|
||||
"description": "Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "frontend-web-dev",
|
||||
"source": "frontend-web-dev",
|
||||
"description": "Essential prompts, instructions, and chat modes for modern frontend web development including React, Angular, Vue, TypeScript, and CSS frameworks.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "go-mcp-development",
|
||||
"source": "go-mcp-development",
|
||||
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Go using the official github.com/modelcontextprotocol/go-sdk.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "java-development",
|
||||
"source": "java-development",
|
||||
"description": "Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "java-mcp-development",
|
||||
"source": "java-mcp-development",
|
||||
"description": "Complete toolkit for building Model Context Protocol servers in Java using the official MCP Java SDK with reactive streams and Spring Boot integration.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "kotlin-mcp-development",
|
||||
"source": "kotlin-mcp-development",
|
||||
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Kotlin using the official io.modelcontextprotocol:kotlin-sdk library.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "mcp-m365-copilot",
|
||||
"source": "mcp-m365-copilot",
|
||||
"description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "openapi-to-application-csharp-dotnet",
|
||||
"source": "openapi-to-application-csharp-dotnet",
|
||||
"description": "Generate production-ready .NET applications from OpenAPI specifications. Includes ASP.NET Core project scaffolding, controller generation, and entity framework integration.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "openapi-to-application-go",
|
||||
"source": "openapi-to-application-go",
|
||||
"description": "Generate production-ready Go applications from OpenAPI specifications. Includes project scaffolding, handler generation, middleware setup, and Go best practices.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "openapi-to-application-java-spring-boot",
|
||||
"source": "openapi-to-application-java-spring-boot",
|
||||
"description": "Generate production-ready Spring Boot applications from OpenAPI specifications. Includes project scaffolding, REST controller generation, and service layer organization.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "openapi-to-application-nodejs-nestjs",
|
||||
"source": "openapi-to-application-nodejs-nestjs",
|
||||
"description": "Generate production-ready NestJS applications from OpenAPI specifications. Includes project scaffolding, controller and service generation, and TypeScript best practices.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "openapi-to-application-python-fastapi",
|
||||
"source": "openapi-to-application-python-fastapi",
|
||||
"description": "Generate production-ready FastAPI applications from OpenAPI specifications. Includes project scaffolding, route generation, and dependency injection.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "partners",
|
||||
"source": "partners",
|
||||
"description": "Custom agents that have been created by GitHub partners.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "pcf-development",
|
||||
"source": "pcf-development",
|
||||
"description": "Complete toolkit for developing custom code components using Power Apps Component Framework for model-driven and canvas apps.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "php-mcp-development",
|
||||
"source": "php-mcp-development",
|
||||
"description": "Comprehensive resources for building Model Context Protocol servers using the official PHP SDK with attribute-based discovery.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "power-apps-code-apps",
|
||||
"source": "power-apps-code-apps",
|
||||
"description": "Complete toolkit for Power Apps Code Apps development including project scaffolding, development standards, and expert guidance.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "power-bi-development",
|
||||
"source": "power-bi-development",
|
||||
"description": "Comprehensive Power BI development resources including data modeling, DAX optimization, performance tuning, and visualization design.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "power-platform-mcp-connector-development",
|
||||
"source": "power-platform-mcp-connector-development",
|
||||
"description": "Complete toolkit for developing Power Platform custom connectors with Model Context Protocol integration for Microsoft Copilot Studio.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "project-planning",
|
||||
"source": "project-planning",
|
||||
"description": "Tools and guidance for software project planning, feature breakdown, epic management, implementation planning, and task organization.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "python-mcp-development",
|
||||
"source": "python-mcp-development",
|
||||
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Python using the official SDK with FastMCP.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "ruby-mcp-development",
|
||||
"source": "ruby-mcp-development",
|
||||
"description": "Complete toolkit for building Model Context Protocol servers in Ruby using the official MCP Ruby SDK gem with Rails integration support.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "rust-mcp-development",
|
||||
"source": "rust-mcp-development",
|
||||
"description": "Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await and procedural macros.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "security-best-practices",
|
||||
"source": "security-best-practices",
|
||||
"description": "Security frameworks, accessibility guidelines, performance optimization, and code quality best practices.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "software-engineering-team",
|
||||
"source": "software-engineering-team",
|
||||
"description": "7 specialized agents covering the full software development lifecycle from UX design and architecture to security and DevOps.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "structured-autonomy",
|
||||
"source": "structured-autonomy",
|
||||
"description": "Premium planning, thrifty implementation.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "swift-mcp-development",
|
||||
"source": "swift-mcp-development",
|
||||
"description": "Comprehensive collection for building Model Context Protocol servers in Swift using the official MCP Swift SDK with modern concurrency features.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "technical-spike",
|
||||
"source": "technical-spike",
|
||||
"description": "Tools for creation, management and research of technical spikes to reduce unknowns and assumptions before specification and implementation.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "testing-automation",
|
||||
"source": "testing-automation",
|
||||
@@ -29,9 +239,15 @@
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "azure-cloud-development",
|
||||
"source": "azure-cloud-development",
|
||||
"description": "Azure cloud development tools including Infrastructure as Code, architecture patterns, and cost optimization.",
|
||||
"name": "typescript-mcp-development",
|
||||
"source": "typescript-mcp-development",
|
||||
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in TypeScript/Node.js using the official SDK.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "typespec-m365-copilot",
|
||||
"source": "typespec-m365-copilot",
|
||||
"description": "Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot.",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
]
|
||||
|
||||
10
plugins/awesome-copilot/.github/plugin/plugin.json
vendored
Normal file
10
plugins/awesome-copilot/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "awesome-copilot",
|
||||
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, collections, instructions, prompts, and skills.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
35
plugins/awesome-copilot/README.md
Normal file
35
plugins/awesome-copilot/README.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# Awesome Copilot Plugin
|
||||
|
||||
Meta prompts that help you discover and generate curated GitHub Copilot agents, collections, instructions, prompts, and skills.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/awesome-copilot
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/awesome-copilot:suggest-awesome-github-copilot-collections` | Suggest Awesome Github Copilot Collections |
|
||||
| `/awesome-copilot:suggest-awesome-github-copilot-instructions` | Suggest Awesome Github Copilot Instructions |
|
||||
| `/awesome-copilot:suggest-awesome-github-copilot-prompts` | Suggest Awesome Github Copilot Prompts |
|
||||
| `/awesome-copilot:suggest-awesome-github-copilot-agents` | Suggest Awesome Github Copilot Agents |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `meta-agentic-project-scaffold` | Meta Agentic Project Scaffold |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/awesome-copilot/agents/meta-agentic-project-scaffold.md
Symbolic link
1
plugins/awesome-copilot/agents/meta-agentic-project-scaffold.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/meta-agentic-project-scaffold.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/suggest-awesome-github-copilot-agents.prompt.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/suggest-awesome-github-copilot-collections.prompt.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/suggest-awesome-github-copilot-instructions.prompt.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/suggest-awesome-github-copilot-prompts.prompt.md
|
||||
10
plugins/cast-imaging/.github/plugin/plugin.json
vendored
Normal file
10
plugins/cast-imaging/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "cast-imaging",
|
||||
"description": "A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
28
plugins/cast-imaging/README.md
Normal file
28
plugins/cast-imaging/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# CAST Imaging Agents Plugin
|
||||
|
||||
A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/cast-imaging
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `cast-imaging-software-discovery` | Cast Imaging Software Discovery |
|
||||
| `cast-imaging-impact-analysis` | Cast Imaging Impact Analysis |
|
||||
| `cast-imaging-structural-quality-advisor` | Cast Imaging Structural Quality Advisor |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/cast-imaging/agents/cast-imaging-impact-analysis.md
Symbolic link
1
plugins/cast-imaging/agents/cast-imaging-impact-analysis.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/cast-imaging-impact-analysis.agent.md
|
||||
1
plugins/cast-imaging/agents/cast-imaging-software-discovery.md
Symbolic link
1
plugins/cast-imaging/agents/cast-imaging-software-discovery.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/cast-imaging-software-discovery.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/cast-imaging-structural-quality-advisor.agent.md
|
||||
10
plugins/clojure-interactive-programming/.github/plugin/plugin.json
vendored
Normal file
10
plugins/clojure-interactive-programming/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "clojure-interactive-programming",
|
||||
"description": "Tools for REPL-first Clojure workflows featuring Clojure instructions, the interactive programming chat mode and supporting guidance.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
38
plugins/clojure-interactive-programming/README.md
Normal file
38
plugins/clojure-interactive-programming/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Clojure Interactive Programming Plugin
|
||||
|
||||
Tools for REPL-first Clojure workflows featuring Clojure instructions, the interactive programming chat mode and supporting guidance.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/clojure-interactive-programming
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/clojure-interactive-programming:remember-interactive-programming` | Remember Interactive Programming |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `clojure-interactive-programming` | Clojure Interactive Programming |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `clojure` | Clojure |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/clojure-interactive-programming.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/remember-interactive-programming.prompt.md
|
||||
10
plugins/copilot-sdk/.github/plugin/plugin.json
vendored
Normal file
10
plugins/copilot-sdk/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "copilot-sdk",
|
||||
"description": "Build applications with the GitHub Copilot SDK across multiple programming languages. Includes comprehensive instructions for C#, Go, Node.js/TypeScript, and Python to help you create AI-powered applications.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
35
plugins/copilot-sdk/README.md
Normal file
35
plugins/copilot-sdk/README.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copilot SDK Plugin
|
||||
|
||||
Build applications with the GitHub Copilot SDK across multiple programming languages. Includes comprehensive instructions for C#, Go, Node.js/TypeScript, and Python to help you create AI-powered applications.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/copilot-sdk
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Skills
|
||||
|
||||
| Skill | Description |
|
||||
|-------|-------------|
|
||||
| `SKILL` | Skill |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `copilot-sdk-csharp` | Copilot Sdk Csharp |
|
||||
| `copilot-sdk-go` | Copilot Sdk Go |
|
||||
| `copilot-sdk-nodejs` | Copilot Sdk Nodejs |
|
||||
| `copilot-sdk-python` | Copilot Sdk Python |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/copilot-sdk/skills/SKILL.md
Symbolic link
1
plugins/copilot-sdk/skills/SKILL.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../skills/copilot-sdk/SKILL.md
|
||||
10
plugins/csharp-dotnet-development/.github/plugin/plugin.json
vendored
Normal file
10
plugins/csharp-dotnet-development/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "csharp-dotnet-development",
|
||||
"description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
43
plugins/csharp-dotnet-development/README.md
Normal file
43
plugins/csharp-dotnet-development/README.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# C# .NET Development Plugin
|
||||
|
||||
Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/csharp-dotnet-development
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/csharp-dotnet-development:csharp-async` | Csharp Async |
|
||||
| `/csharp-dotnet-development:aspnet-minimal-api-openapi` | Aspnet Minimal Api Openapi |
|
||||
| `/csharp-dotnet-development:csharp-xunit` | Csharp Xunit |
|
||||
| `/csharp-dotnet-development:dotnet-best-practices` | Dotnet Best Practices |
|
||||
| `/csharp-dotnet-development:dotnet-upgrade` | Dotnet Upgrade |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `expert-dotnet-software-engineer` | Expert Dotnet Software Engineer |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `csharp` | Csharp |
|
||||
| `dotnet-architecture-good-practices` | Dotnet Architecture Good Practices |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/expert-dotnet-software-engineer.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/aspnet-minimal-api-openapi.prompt.md
|
||||
1
plugins/csharp-dotnet-development/commands/csharp-async.md
Symbolic link
1
plugins/csharp-dotnet-development/commands/csharp-async.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/csharp-async.prompt.md
|
||||
1
plugins/csharp-dotnet-development/commands/csharp-xunit.md
Symbolic link
1
plugins/csharp-dotnet-development/commands/csharp-xunit.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/csharp-xunit.prompt.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/dotnet-best-practices.prompt.md
|
||||
1
plugins/csharp-dotnet-development/commands/dotnet-upgrade.md
Symbolic link
1
plugins/csharp-dotnet-development/commands/dotnet-upgrade.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/dotnet-upgrade.prompt.md
|
||||
10
plugins/csharp-mcp-development/.github/plugin/plugin.json
vendored
Normal file
10
plugins/csharp-mcp-development/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "csharp-mcp-development",
|
||||
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in C# using the official SDK. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
38
plugins/csharp-mcp-development/README.md
Normal file
38
plugins/csharp-mcp-development/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# C# MCP Server Development Plugin
|
||||
|
||||
Complete toolkit for building Model Context Protocol (MCP) servers in C# using the official SDK. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/csharp-mcp-development
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/csharp-mcp-development:csharp-mcp-server-generator` | Csharp Mcp Server Generator |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `csharp-mcp-expert` | Csharp Mcp Expert |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `csharp-mcp-server` | Csharp Mcp Server |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/csharp-mcp-development/agents/csharp-mcp-expert.md
Symbolic link
1
plugins/csharp-mcp-development/agents/csharp-mcp-expert.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/csharp-mcp-expert.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/csharp-mcp-server-generator.prompt.md
|
||||
10
plugins/database-data-management/.github/plugin/plugin.json
vendored
Normal file
10
plugins/database-data-management/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "database-data-management",
|
||||
"description": "Database administration, SQL optimization, and data management tools for PostgreSQL, SQL Server, and general database development best practices.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
43
plugins/database-data-management/README.md
Normal file
43
plugins/database-data-management/README.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# Database & Data Management Plugin
|
||||
|
||||
Database administration, SQL optimization, and data management tools for PostgreSQL, SQL Server, and general database development best practices.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/database-data-management
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/database-data-management:sql-optimization` | Sql Optimization |
|
||||
| `/database-data-management:sql-code-review` | Sql Code Review |
|
||||
| `/database-data-management:postgresql-optimization` | Postgresql Optimization |
|
||||
| `/database-data-management:postgresql-code-review` | Postgresql Code Review |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `postgresql-dba` | Postgresql Dba |
|
||||
| `ms-sql-dba` | Ms Sql Dba |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `ms-sql-dba` | Ms Sql Dba |
|
||||
| `sql-sp-generation` | Sql Sp Generation |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/database-data-management/agents/ms-sql-dba.md
Symbolic link
1
plugins/database-data-management/agents/ms-sql-dba.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/ms-sql-dba.agent.md
|
||||
1
plugins/database-data-management/agents/postgresql-dba.md
Symbolic link
1
plugins/database-data-management/agents/postgresql-dba.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/postgresql-dba.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/postgresql-code-review.prompt.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/postgresql-optimization.prompt.md
|
||||
1
plugins/database-data-management/commands/sql-code-review.md
Symbolic link
1
plugins/database-data-management/commands/sql-code-review.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/sql-code-review.prompt.md
|
||||
1
plugins/database-data-management/commands/sql-optimization.md
Symbolic link
1
plugins/database-data-management/commands/sql-optimization.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/sql-optimization.prompt.md
|
||||
10
plugins/dataverse-sdk-for-python/.github/plugin/plugin.json
vendored
Normal file
10
plugins/dataverse-sdk-for-python/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "dataverse-sdk-for-python",
|
||||
"description": "Comprehensive collection for building production-ready Python integrations with Microsoft Dataverse. Includes official documentation, best practices, advanced features, file operations, and code generation prompts.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
47
plugins/dataverse-sdk-for-python/README.md
Normal file
47
plugins/dataverse-sdk-for-python/README.md
Normal file
@@ -0,0 +1,47 @@
|
||||
# Dataverse SDK for Python Plugin
|
||||
|
||||
Comprehensive collection for building production-ready Python integrations with Microsoft Dataverse. Includes official documentation, best practices, advanced features, file operations, and code generation prompts.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/dataverse-sdk-for-python
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/dataverse-sdk-for-python:dataverse-python-quickstart` | Dataverse Python Quickstart |
|
||||
| `/dataverse-sdk-for-python:dataverse-python-advanced-patterns` | Dataverse Python Advanced Patterns |
|
||||
| `/dataverse-sdk-for-python:dataverse-python-production-code` | Dataverse Python Production Code |
|
||||
| `/dataverse-sdk-for-python:dataverse-python-usecase-builder` | Dataverse Python Usecase Builder |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `dataverse-python-sdk` | Dataverse Python Sdk |
|
||||
| `dataverse-python-api-reference` | Dataverse Python Api Reference |
|
||||
| `dataverse-python-modules` | Dataverse Python Modules |
|
||||
| `dataverse-python-best-practices` | Dataverse Python Best Practices |
|
||||
| `dataverse-python-advanced-features` | Dataverse Python Advanced Features |
|
||||
| `dataverse-python-agentic-workflows` | Dataverse Python Agentic Workflows |
|
||||
| `dataverse-python-authentication-security` | Dataverse Python Authentication Security |
|
||||
| `dataverse-python-error-handling` | Dataverse Python Error Handling |
|
||||
| `dataverse-python-file-operations` | Dataverse Python File Operations |
|
||||
| `dataverse-python-pandas-integration` | Dataverse Python Pandas Integration |
|
||||
| `dataverse-python-performance-optimization` | Dataverse Python Performance Optimization |
|
||||
| `dataverse-python-real-world-usecases` | Dataverse Python Real World Usecases |
|
||||
| `dataverse-python-testing-debugging` | Dataverse Python Testing Debugging |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/dataverse-python-advanced-patterns.prompt.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/dataverse-python-production-code.prompt.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/dataverse-python-quickstart.prompt.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/dataverse-python-usecase-builder.prompt.md
|
||||
10
plugins/devops-oncall/.github/plugin/plugin.json
vendored
Normal file
10
plugins/devops-oncall/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "devops-oncall",
|
||||
"description": "A focused set of prompts, instructions, and a chat mode to help triage incidents and respond quickly with DevOps tools and Azure resources.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
40
plugins/devops-oncall/README.md
Normal file
40
plugins/devops-oncall/README.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# DevOps On-Call Plugin
|
||||
|
||||
A focused set of prompts, instructions, and a chat mode to help triage incidents and respond quickly with DevOps tools and Azure resources.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/devops-oncall
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/devops-oncall:azure-resource-health-diagnose` | Azure Resource Health Diagnose |
|
||||
| `/devops-oncall:multi-stage-dockerfile` | Multi Stage Dockerfile |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `azure-principal-architect` | Azure Principal Architect |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `devops-core-principles` | Devops Core Principles |
|
||||
| `containerization-docker-best-practices` | Containerization Docker Best Practices |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/devops-oncall/agents/azure-principal-architect.md
Symbolic link
1
plugins/devops-oncall/agents/azure-principal-architect.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/azure-principal-architect.agent.md
|
||||
1
plugins/devops-oncall/commands/azure-resource-health-diagnose.md
Symbolic link
1
plugins/devops-oncall/commands/azure-resource-health-diagnose.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/azure-resource-health-diagnose.prompt.md
|
||||
1
plugins/devops-oncall/commands/multi-stage-dockerfile.md
Symbolic link
1
plugins/devops-oncall/commands/multi-stage-dockerfile.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/multi-stage-dockerfile.prompt.md
|
||||
10
plugins/edge-ai-tasks/.github/plugin/plugin.json
vendored
Normal file
10
plugins/edge-ai-tasks/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "edge-ai-tasks",
|
||||
"description": "Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
33
plugins/edge-ai-tasks/README.md
Normal file
33
plugins/edge-ai-tasks/README.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Tasks by microsoft/edge-ai Plugin
|
||||
|
||||
Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/edge-ai-tasks
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `task-researcher` | Task Researcher |
|
||||
| `task-planner` | Task Planner |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `task-implementation` | Task Implementation |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/edge-ai-tasks/agents/task-planner.md
Symbolic link
1
plugins/edge-ai-tasks/agents/task-planner.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/task-planner.agent.md
|
||||
1
plugins/edge-ai-tasks/agents/task-researcher.md
Symbolic link
1
plugins/edge-ai-tasks/agents/task-researcher.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/task-researcher.agent.md
|
||||
10
plugins/frontend-web-dev/.github/plugin/plugin.json
vendored
Normal file
10
plugins/frontend-web-dev/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "frontend-web-dev",
|
||||
"description": "Essential prompts, instructions, and chat modes for modern frontend web development including React, Angular, Vue, TypeScript, and CSS frameworks.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
46
plugins/frontend-web-dev/README.md
Normal file
46
plugins/frontend-web-dev/README.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# Frontend Web Development Plugin
|
||||
|
||||
Essential prompts, instructions, and chat modes for modern frontend web development including React, Angular, Vue, TypeScript, and CSS frameworks.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/frontend-web-dev
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/frontend-web-dev:playwright-explore-website` | Playwright Explore Website |
|
||||
| `/frontend-web-dev:playwright-generate-test` | Playwright Generate Test |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `expert-react-frontend-engineer` | Expert React Frontend Engineer |
|
||||
| `electron-angular-native` | Electron Angular Native |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `reactjs` | Reactjs |
|
||||
| `angular` | Angular |
|
||||
| `vuejs3` | Vuejs3 |
|
||||
| `nextjs` | Nextjs |
|
||||
| `nextjs-tailwind` | Nextjs Tailwind |
|
||||
| `tanstack-start-shadcn-tailwind` | Tanstack Start Shadcn Tailwind |
|
||||
| `nodejs-javascript-vitest` | Nodejs Javascript Vitest |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/frontend-web-dev/agents/electron-angular-native.md
Symbolic link
1
plugins/frontend-web-dev/agents/electron-angular-native.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/electron-angular-native.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/expert-react-frontend-engineer.agent.md
|
||||
1
plugins/frontend-web-dev/commands/playwright-explore-website.md
Symbolic link
1
plugins/frontend-web-dev/commands/playwright-explore-website.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/playwright-explore-website.prompt.md
|
||||
1
plugins/frontend-web-dev/commands/playwright-generate-test.md
Symbolic link
1
plugins/frontend-web-dev/commands/playwright-generate-test.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/playwright-generate-test.prompt.md
|
||||
10
plugins/go-mcp-development/.github/plugin/plugin.json
vendored
Normal file
10
plugins/go-mcp-development/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "go-mcp-development",
|
||||
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Go using the official github.com/modelcontextprotocol/go-sdk. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
38
plugins/go-mcp-development/README.md
Normal file
38
plugins/go-mcp-development/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Go MCP Server Development Plugin
|
||||
|
||||
Complete toolkit for building Model Context Protocol (MCP) servers in Go using the official github.com/modelcontextprotocol/go-sdk. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/go-mcp-development
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/go-mcp-development:go-mcp-server-generator` | Go Mcp Server Generator |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `go-mcp-expert` | Go Mcp Expert |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `go-mcp-server` | Go Mcp Server |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/go-mcp-development/agents/go-mcp-expert.md
Symbolic link
1
plugins/go-mcp-development/agents/go-mcp-expert.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/go-mcp-expert.agent.md
|
||||
1
plugins/go-mcp-development/commands/go-mcp-server-generator.md
Symbolic link
1
plugins/go-mcp-development/commands/go-mcp-server-generator.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/go-mcp-server-generator.prompt.md
|
||||
10
plugins/java-development/.github/plugin/plugin.json
vendored
Normal file
10
plugins/java-development/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "java-development",
|
||||
"description": "Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
42
plugins/java-development/README.md
Normal file
42
plugins/java-development/README.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Java Development Plugin
|
||||
|
||||
Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/java-development
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/java-development:java-docs` | Java Docs |
|
||||
| `/java-development:java-junit` | Java Junit |
|
||||
| `/java-development:java-springboot` | Java Springboot |
|
||||
| `/java-development:create-spring-boot-java-project` | Create Spring Boot Java Project |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `java` | Java |
|
||||
| `springboot` | Springboot |
|
||||
| `quarkus` | Quarkus |
|
||||
| `quarkus-mcp-server-sse` | Quarkus Mcp Server Sse |
|
||||
| `convert-jpa-to-spring-data-cosmos` | Convert Jpa To Spring Data Cosmos |
|
||||
| `java-11-to-java-17-upgrade` | Java 11 To Java 17 Upgrade |
|
||||
| `java-17-to-java-21-upgrade` | Java 17 To Java 21 Upgrade |
|
||||
| `java-21-to-java-25-upgrade` | Java 21 To Java 25 Upgrade |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/create-spring-boot-java-project.prompt.md
|
||||
1
plugins/java-development/commands/java-docs.md
Symbolic link
1
plugins/java-development/commands/java-docs.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/java-docs.prompt.md
|
||||
1
plugins/java-development/commands/java-junit.md
Symbolic link
1
plugins/java-development/commands/java-junit.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/java-junit.prompt.md
|
||||
1
plugins/java-development/commands/java-springboot.md
Symbolic link
1
plugins/java-development/commands/java-springboot.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/java-springboot.prompt.md
|
||||
10
plugins/java-mcp-development/.github/plugin/plugin.json
vendored
Normal file
10
plugins/java-mcp-development/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "java-mcp-development",
|
||||
"description": "Complete toolkit for building Model Context Protocol servers in Java using the official MCP Java SDK with reactive streams and Spring Boot integration.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
38
plugins/java-mcp-development/README.md
Normal file
38
plugins/java-mcp-development/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Java MCP Server Development Plugin
|
||||
|
||||
Complete toolkit for building Model Context Protocol servers in Java using the official MCP Java SDK with reactive streams and Spring Boot integration.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/java-mcp-development
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/java-mcp-development:java-mcp-server-generator` | Java Mcp Server Generator |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `java-mcp-expert` | Java Mcp Expert |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `java-mcp-server` | Java Mcp Server |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/java-mcp-development/agents/java-mcp-expert.md
Symbolic link
1
plugins/java-mcp-development/agents/java-mcp-expert.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/java-mcp-expert.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/java-mcp-server-generator.prompt.md
|
||||
10
plugins/kotlin-mcp-development/.github/plugin/plugin.json
vendored
Normal file
10
plugins/kotlin-mcp-development/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "kotlin-mcp-development",
|
||||
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Kotlin using the official io.modelcontextprotocol:kotlin-sdk library. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
38
plugins/kotlin-mcp-development/README.md
Normal file
38
plugins/kotlin-mcp-development/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Kotlin MCP Server Development Plugin
|
||||
|
||||
Complete toolkit for building Model Context Protocol (MCP) servers in Kotlin using the official io.modelcontextprotocol:kotlin-sdk library. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/kotlin-mcp-development
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/kotlin-mcp-development:kotlin-mcp-server-generator` | Kotlin Mcp Server Generator |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `kotlin-mcp-expert` | Kotlin Mcp Expert |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `kotlin-mcp-server` | Kotlin Mcp Server |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/kotlin-mcp-development/agents/kotlin-mcp-expert.md
Symbolic link
1
plugins/kotlin-mcp-development/agents/kotlin-mcp-expert.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/kotlin-mcp-expert.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/kotlin-mcp-server-generator.prompt.md
|
||||
10
plugins/mcp-m365-copilot/.github/plugin/plugin.json
vendored
Normal file
10
plugins/mcp-m365-copilot/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "mcp-m365-copilot",
|
||||
"description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
40
plugins/mcp-m365-copilot/README.md
Normal file
40
plugins/mcp-m365-copilot/README.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# MCP-based M365 Agents Plugin
|
||||
|
||||
Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/mcp-m365-copilot
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/mcp-m365-copilot:mcp-create-declarative-agent` | Mcp Create Declarative Agent |
|
||||
| `/mcp-m365-copilot:mcp-create-adaptive-cards` | Mcp Create Adaptive Cards |
|
||||
| `/mcp-m365-copilot:mcp-deploy-manage-agents` | Mcp Deploy Manage Agents |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `mcp-m365-agent-expert` | Mcp M365 Agent Expert |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `mcp-m365-copilot` | Mcp M365 Copilot |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
1
plugins/mcp-m365-copilot/agents/mcp-m365-agent-expert.md
Symbolic link
1
plugins/mcp-m365-copilot/agents/mcp-m365-agent-expert.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../agents/mcp-m365-agent-expert.agent.md
|
||||
1
plugins/mcp-m365-copilot/commands/mcp-create-adaptive-cards.md
Symbolic link
1
plugins/mcp-m365-copilot/commands/mcp-create-adaptive-cards.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/mcp-create-adaptive-cards.prompt.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/mcp-create-declarative-agent.prompt.md
|
||||
1
plugins/mcp-m365-copilot/commands/mcp-deploy-manage-agents.md
Symbolic link
1
plugins/mcp-m365-copilot/commands/mcp-deploy-manage-agents.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../prompts/mcp-deploy-manage-agents.prompt.md
|
||||
10
plugins/openapi-to-application-csharp-dotnet/.github/plugin/plugin.json
vendored
Normal file
10
plugins/openapi-to-application-csharp-dotnet/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "openapi-to-application-csharp-dotnet",
|
||||
"description": "Generate production-ready .NET applications from OpenAPI specifications. Includes ASP.NET Core project scaffolding, controller generation, entity framework integration, and C# best practices.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
38
plugins/openapi-to-application-csharp-dotnet/README.md
Normal file
38
plugins/openapi-to-application-csharp-dotnet/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# OpenAPI to Application - C# .NET Plugin
|
||||
|
||||
Generate production-ready .NET applications from OpenAPI specifications. Includes ASP.NET Core project scaffolding, controller generation, entity framework integration, and C# best practices.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/openapi-to-application-csharp-dotnet
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/openapi-to-application-csharp-dotnet:openapi-to-application-code` | Openapi To Application Code |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `openapi-to-application` | Openapi To Application |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `csharp` | Csharp |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/openapi-to-application.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/openapi-to-application-code.prompt.md
|
||||
10
plugins/openapi-to-application-go/.github/plugin/plugin.json
vendored
Normal file
10
plugins/openapi-to-application-go/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "openapi-to-application-go",
|
||||
"description": "Generate production-ready Go applications from OpenAPI specifications. Includes project scaffolding, handler generation, middleware setup, and Go best practices for REST APIs.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
38
plugins/openapi-to-application-go/README.md
Normal file
38
plugins/openapi-to-application-go/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# OpenAPI to Application - Go Plugin
|
||||
|
||||
Generate production-ready Go applications from OpenAPI specifications. Includes project scaffolding, handler generation, middleware setup, and Go best practices for REST APIs.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/openapi-to-application-go
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/openapi-to-application-go:openapi-to-application-code` | Openapi To Application Code |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `openapi-to-application` | Openapi To Application |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `go` | Go |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/openapi-to-application.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/openapi-to-application-code.prompt.md
|
||||
10
plugins/openapi-to-application-java-spring-boot/.github/plugin/plugin.json
vendored
Normal file
10
plugins/openapi-to-application-java-spring-boot/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "openapi-to-application-java-spring-boot",
|
||||
"description": "Generate production-ready Spring Boot applications from OpenAPI specifications. Includes project scaffolding, REST controller generation, service layer organization, and Spring Boot best practices.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
38
plugins/openapi-to-application-java-spring-boot/README.md
Normal file
38
plugins/openapi-to-application-java-spring-boot/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# OpenAPI to Application - Java Spring Boot Plugin
|
||||
|
||||
Generate production-ready Spring Boot applications from OpenAPI specifications. Includes project scaffolding, REST controller generation, service layer organization, and Spring Boot best practices.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/openapi-to-application-java-spring-boot
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/openapi-to-application-java-spring-boot:openapi-to-application-code` | Openapi To Application Code |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `openapi-to-application` | Openapi To Application |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `springboot` | Springboot |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/openapi-to-application.agent.md
|
||||
@@ -0,0 +1 @@
|
||||
../../../prompts/openapi-to-application-code.prompt.md
|
||||
10
plugins/openapi-to-application-nodejs-nestjs/.github/plugin/plugin.json
vendored
Normal file
10
plugins/openapi-to-application-nodejs-nestjs/.github/plugin/plugin.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "openapi-to-application-nodejs-nestjs",
|
||||
"description": "Generate production-ready NestJS applications from OpenAPI specifications. Includes project scaffolding, controller and service generation, TypeScript best practices, and enterprise patterns.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
"repository": "https://github.com/github/awesome-copilot",
|
||||
"license": "MIT"
|
||||
}
|
||||
38
plugins/openapi-to-application-nodejs-nestjs/README.md
Normal file
38
plugins/openapi-to-application-nodejs-nestjs/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# OpenAPI to Application - Node.js NestJS Plugin
|
||||
|
||||
Generate production-ready NestJS applications from OpenAPI specifications. Includes project scaffolding, controller and service generation, TypeScript best practices, and enterprise patterns.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install github/awesome-copilot/plugins/openapi-to-application-nodejs-nestjs
|
||||
```
|
||||
|
||||
## What's Included
|
||||
|
||||
### Commands (Slash Commands)
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/openapi-to-application-nodejs-nestjs:openapi-to-application-code` | Openapi To Application Code |
|
||||
|
||||
### Agents
|
||||
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `openapi-to-application` | Openapi To Application |
|
||||
|
||||
### Instructions
|
||||
|
||||
| Instruction | Description |
|
||||
|-------------|-------------|
|
||||
| `nestjs` | Nestjs |
|
||||
|
||||
## Source
|
||||
|
||||
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
@@ -0,0 +1 @@
|
||||
../../../agents/openapi-to-application.agent.md
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user