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:
Aaron Powell
2026-02-03 16:40:57 +11:00
parent b16eb45d99
commit 003a01cc7e
189 changed files with 2078 additions and 3 deletions

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/meta-agentic-project-scaffold.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/suggest-awesome-github-copilot-agents.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/suggest-awesome-github-copilot-collections.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/suggest-awesome-github-copilot-instructions.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/suggest-awesome-github-copilot-prompts.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/cast-imaging-impact-analysis.agent.md

View File

@@ -0,0 +1 @@
../../../agents/cast-imaging-software-discovery.agent.md

View File

@@ -0,0 +1 @@
../../../agents/cast-imaging-structural-quality-advisor.agent.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/clojure-interactive-programming.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/remember-interactive-programming.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../skills/copilot-sdk/SKILL.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/expert-dotnet-software-engineer.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/aspnet-minimal-api-openapi.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/csharp-async.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/csharp-xunit.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/dotnet-best-practices.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/dotnet-upgrade.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/csharp-mcp-expert.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/csharp-mcp-server-generator.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/ms-sql-dba.agent.md

View File

@@ -0,0 +1 @@
../../../agents/postgresql-dba.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/postgresql-code-review.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/postgresql-optimization.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/sql-code-review.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/sql-optimization.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../prompts/dataverse-python-advanced-patterns.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/dataverse-python-production-code.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/dataverse-python-quickstart.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/dataverse-python-usecase-builder.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/azure-principal-architect.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/azure-resource-health-diagnose.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/multi-stage-dockerfile.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/task-planner.agent.md

View File

@@ -0,0 +1 @@
../../../agents/task-researcher.agent.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/electron-angular-native.agent.md

View File

@@ -0,0 +1 @@
../../../agents/expert-react-frontend-engineer.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/playwright-explore-website.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/playwright-generate-test.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/go-mcp-expert.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/go-mcp-server-generator.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../prompts/create-spring-boot-java-project.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/java-docs.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/java-junit.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/java-springboot.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/java-mcp-expert.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/java-mcp-server-generator.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/kotlin-mcp-expert.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/kotlin-mcp-server-generator.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/mcp-m365-agent-expert.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/mcp-create-adaptive-cards.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/mcp-create-declarative-agent.prompt.md

View File

@@ -0,0 +1 @@
../../../prompts/mcp-deploy-manage-agents.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/openapi-to-application.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/openapi-to-application-code.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/openapi-to-application.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/openapi-to-application-code.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/openapi-to-application.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/openapi-to-application-code.prompt.md

View 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"
}

View 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

View File

@@ -0,0 +1 @@
../../../agents/openapi-to-application.agent.md

View File

@@ -0,0 +1 @@
../../../prompts/openapi-to-application-code.prompt.md

Some files were not shown because too many files have changed in this diff Show More