Skip to content

Commit 003a01c

Browse files
committed
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.
1 parent b16eb45 commit 003a01c

File tree

189 files changed

+2078
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+2078
-3
lines changed

.github/plugin/marketplace.json

Lines changed: 219 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,244 @@
1010
"email": "copilot@github.com"
1111
},
1212
"plugins": [
13+
{
14+
"name": "awesome-copilot",
15+
"source": "awesome-copilot",
16+
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, collections, instructions, prompts, and skills.",
17+
"version": "1.0.0"
18+
},
19+
{
20+
"name": "azure-cloud-development",
21+
"source": "azure-cloud-development",
22+
"description": "Azure cloud development tools including Infrastructure as Code, architecture patterns, and cost optimization.",
23+
"version": "1.0.0"
24+
},
25+
{
26+
"name": "cast-imaging",
27+
"source": "cast-imaging",
28+
"description": "A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.",
29+
"version": "1.0.0"
30+
},
31+
{
32+
"name": "clojure-interactive-programming",
33+
"source": "clojure-interactive-programming",
34+
"description": "Tools for REPL-first Clojure workflows featuring Clojure instructions, the interactive programming chat mode and supporting guidance.",
35+
"version": "1.0.0"
36+
},
37+
{
38+
"name": "copilot-sdk",
39+
"source": "copilot-sdk",
40+
"description": "Build applications with the GitHub Copilot SDK across multiple programming languages. Includes comprehensive instructions for C#, Go, Node.js/TypeScript, and Python.",
41+
"version": "1.0.0"
42+
},
43+
{
44+
"name": "csharp-dotnet-development",
45+
"source": "csharp-dotnet-development",
46+
"description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.",
47+
"version": "1.0.0"
48+
},
49+
{
50+
"name": "csharp-mcp-development",
51+
"source": "csharp-mcp-development",
52+
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in C# using the official SDK.",
53+
"version": "1.0.0"
54+
},
55+
{
56+
"name": "database-data-management",
57+
"source": "database-data-management",
58+
"description": "Database administration, SQL optimization, and data management tools for PostgreSQL, SQL Server, and general database development best practices.",
59+
"version": "1.0.0"
60+
},
61+
{
62+
"name": "dataverse-sdk-for-python",
63+
"source": "dataverse-sdk-for-python",
64+
"description": "Comprehensive collection for building production-ready Python integrations with Microsoft Dataverse.",
65+
"version": "1.0.0"
66+
},
67+
{
68+
"name": "devops-oncall",
69+
"source": "devops-oncall",
70+
"description": "A focused set of prompts, instructions, and a chat mode to help triage incidents and respond quickly with DevOps tools and Azure resources.",
71+
"version": "1.0.0"
72+
},
73+
{
74+
"name": "edge-ai-tasks",
75+
"source": "edge-ai-tasks",
76+
"description": "Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai",
77+
"version": "1.0.0"
78+
},
79+
{
80+
"name": "frontend-web-dev",
81+
"source": "frontend-web-dev",
82+
"description": "Essential prompts, instructions, and chat modes for modern frontend web development including React, Angular, Vue, TypeScript, and CSS frameworks.",
83+
"version": "1.0.0"
84+
},
85+
{
86+
"name": "go-mcp-development",
87+
"source": "go-mcp-development",
88+
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Go using the official github.com/modelcontextprotocol/go-sdk.",
89+
"version": "1.0.0"
90+
},
91+
{
92+
"name": "java-development",
93+
"source": "java-development",
94+
"description": "Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.",
95+
"version": "1.0.0"
96+
},
97+
{
98+
"name": "java-mcp-development",
99+
"source": "java-mcp-development",
100+
"description": "Complete toolkit for building Model Context Protocol servers in Java using the official MCP Java SDK with reactive streams and Spring Boot integration.",
101+
"version": "1.0.0"
102+
},
103+
{
104+
"name": "kotlin-mcp-development",
105+
"source": "kotlin-mcp-development",
106+
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Kotlin using the official io.modelcontextprotocol:kotlin-sdk library.",
107+
"version": "1.0.0"
108+
},
109+
{
110+
"name": "mcp-m365-copilot",
111+
"source": "mcp-m365-copilot",
112+
"description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot.",
113+
"version": "1.0.0"
114+
},
115+
{
116+
"name": "openapi-to-application-csharp-dotnet",
117+
"source": "openapi-to-application-csharp-dotnet",
118+
"description": "Generate production-ready .NET applications from OpenAPI specifications. Includes ASP.NET Core project scaffolding, controller generation, and entity framework integration.",
119+
"version": "1.0.0"
120+
},
121+
{
122+
"name": "openapi-to-application-go",
123+
"source": "openapi-to-application-go",
124+
"description": "Generate production-ready Go applications from OpenAPI specifications. Includes project scaffolding, handler generation, middleware setup, and Go best practices.",
125+
"version": "1.0.0"
126+
},
127+
{
128+
"name": "openapi-to-application-java-spring-boot",
129+
"source": "openapi-to-application-java-spring-boot",
130+
"description": "Generate production-ready Spring Boot applications from OpenAPI specifications. Includes project scaffolding, REST controller generation, and service layer organization.",
131+
"version": "1.0.0"
132+
},
133+
{
134+
"name": "openapi-to-application-nodejs-nestjs",
135+
"source": "openapi-to-application-nodejs-nestjs",
136+
"description": "Generate production-ready NestJS applications from OpenAPI specifications. Includes project scaffolding, controller and service generation, and TypeScript best practices.",
137+
"version": "1.0.0"
138+
},
139+
{
140+
"name": "openapi-to-application-python-fastapi",
141+
"source": "openapi-to-application-python-fastapi",
142+
"description": "Generate production-ready FastAPI applications from OpenAPI specifications. Includes project scaffolding, route generation, and dependency injection.",
143+
"version": "1.0.0"
144+
},
145+
{
146+
"name": "partners",
147+
"source": "partners",
148+
"description": "Custom agents that have been created by GitHub partners.",
149+
"version": "1.0.0"
150+
},
151+
{
152+
"name": "pcf-development",
153+
"source": "pcf-development",
154+
"description": "Complete toolkit for developing custom code components using Power Apps Component Framework for model-driven and canvas apps.",
155+
"version": "1.0.0"
156+
},
157+
{
158+
"name": "php-mcp-development",
159+
"source": "php-mcp-development",
160+
"description": "Comprehensive resources for building Model Context Protocol servers using the official PHP SDK with attribute-based discovery.",
161+
"version": "1.0.0"
162+
},
163+
{
164+
"name": "power-apps-code-apps",
165+
"source": "power-apps-code-apps",
166+
"description": "Complete toolkit for Power Apps Code Apps development including project scaffolding, development standards, and expert guidance.",
167+
"version": "1.0.0"
168+
},
169+
{
170+
"name": "power-bi-development",
171+
"source": "power-bi-development",
172+
"description": "Comprehensive Power BI development resources including data modeling, DAX optimization, performance tuning, and visualization design.",
173+
"version": "1.0.0"
174+
},
175+
{
176+
"name": "power-platform-mcp-connector-development",
177+
"source": "power-platform-mcp-connector-development",
178+
"description": "Complete toolkit for developing Power Platform custom connectors with Model Context Protocol integration for Microsoft Copilot Studio.",
179+
"version": "1.0.0"
180+
},
13181
{
14182
"name": "project-planning",
15183
"source": "project-planning",
16184
"description": "Tools and guidance for software project planning, feature breakdown, epic management, implementation planning, and task organization.",
17185
"version": "1.0.0"
18186
},
187+
{
188+
"name": "python-mcp-development",
189+
"source": "python-mcp-development",
190+
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Python using the official SDK with FastMCP.",
191+
"version": "1.0.0"
192+
},
193+
{
194+
"name": "ruby-mcp-development",
195+
"source": "ruby-mcp-development",
196+
"description": "Complete toolkit for building Model Context Protocol servers in Ruby using the official MCP Ruby SDK gem with Rails integration support.",
197+
"version": "1.0.0"
198+
},
199+
{
200+
"name": "rust-mcp-development",
201+
"source": "rust-mcp-development",
202+
"description": "Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await and procedural macros.",
203+
"version": "1.0.0"
204+
},
205+
{
206+
"name": "security-best-practices",
207+
"source": "security-best-practices",
208+
"description": "Security frameworks, accessibility guidelines, performance optimization, and code quality best practices.",
209+
"version": "1.0.0"
210+
},
19211
{
20212
"name": "software-engineering-team",
21213
"source": "software-engineering-team",
22214
"description": "7 specialized agents covering the full software development lifecycle from UX design and architecture to security and DevOps.",
23215
"version": "1.0.0"
24216
},
217+
{
218+
"name": "structured-autonomy",
219+
"source": "structured-autonomy",
220+
"description": "Premium planning, thrifty implementation.",
221+
"version": "1.0.0"
222+
},
223+
{
224+
"name": "swift-mcp-development",
225+
"source": "swift-mcp-development",
226+
"description": "Comprehensive collection for building Model Context Protocol servers in Swift using the official MCP Swift SDK with modern concurrency features.",
227+
"version": "1.0.0"
228+
},
229+
{
230+
"name": "technical-spike",
231+
"source": "technical-spike",
232+
"description": "Tools for creation, management and research of technical spikes to reduce unknowns and assumptions before specification and implementation.",
233+
"version": "1.0.0"
234+
},
25235
{
26236
"name": "testing-automation",
27237
"source": "testing-automation",
28238
"description": "Comprehensive collection for writing tests, test automation, and TDD including unit tests, integration tests, and end-to-end testing.",
29239
"version": "1.0.0"
30240
},
31241
{
32-
"name": "azure-cloud-development",
33-
"source": "azure-cloud-development",
34-
"description": "Azure cloud development tools including Infrastructure as Code, architecture patterns, and cost optimization.",
242+
"name": "typescript-mcp-development",
243+
"source": "typescript-mcp-development",
244+
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in TypeScript/Node.js using the official SDK.",
245+
"version": "1.0.0"
246+
},
247+
{
248+
"name": "typespec-m365-copilot",
249+
"source": "typespec-m365-copilot",
250+
"description": "Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot.",
35251
"version": "1.0.0"
36252
}
37253
]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "awesome-copilot",
3+
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, collections, instructions, prompts, and skills.",
4+
"version": "1.0.0",
5+
"author": {
6+
"name": "Awesome Copilot Community"
7+
},
8+
"repository": "https://github.com/github/awesome-copilot",
9+
"license": "MIT"
10+
}

plugins/awesome-copilot/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Awesome Copilot Plugin
2+
3+
Meta prompts that help you discover and generate curated GitHub Copilot agents, collections, instructions, prompts, and skills.
4+
5+
## Installation
6+
7+
```bash
8+
# Using Copilot CLI
9+
copilot plugin install github/awesome-copilot/plugins/awesome-copilot
10+
```
11+
12+
## What's Included
13+
14+
### Commands (Slash Commands)
15+
16+
| Command | Description |
17+
|---------|-------------|
18+
| `/awesome-copilot:suggest-awesome-github-copilot-collections` | Suggest Awesome Github Copilot Collections |
19+
| `/awesome-copilot:suggest-awesome-github-copilot-instructions` | Suggest Awesome Github Copilot Instructions |
20+
| `/awesome-copilot:suggest-awesome-github-copilot-prompts` | Suggest Awesome Github Copilot Prompts |
21+
| `/awesome-copilot:suggest-awesome-github-copilot-agents` | Suggest Awesome Github Copilot Agents |
22+
23+
### Agents
24+
25+
| Agent | Description |
26+
|-------|-------------|
27+
| `meta-agentic-project-scaffold` | Meta Agentic Project Scaffold |
28+
29+
## Source
30+
31+
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
32+
33+
## License
34+
35+
MIT
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../agents/meta-agentic-project-scaffold.agent.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../prompts/suggest-awesome-github-copilot-agents.prompt.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../prompts/suggest-awesome-github-copilot-collections.prompt.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../prompts/suggest-awesome-github-copilot-instructions.prompt.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../prompts/suggest-awesome-github-copilot-prompts.prompt.md
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "cast-imaging",
3+
"description": "A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.",
4+
"version": "1.0.0",
5+
"author": {
6+
"name": "Awesome Copilot Community"
7+
},
8+
"repository": "https://github.com/github/awesome-copilot",
9+
"license": "MIT"
10+
}

plugins/cast-imaging/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# CAST Imaging Agents Plugin
2+
3+
A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.
4+
5+
## Installation
6+
7+
```bash
8+
# Using Copilot CLI
9+
copilot plugin install github/awesome-copilot/plugins/cast-imaging
10+
```
11+
12+
## What's Included
13+
14+
### Agents
15+
16+
| Agent | Description |
17+
|-------|-------------|
18+
| `cast-imaging-software-discovery` | Cast Imaging Software Discovery |
19+
| `cast-imaging-impact-analysis` | Cast Imaging Impact Analysis |
20+
| `cast-imaging-structural-quality-advisor` | Cast Imaging Structural Quality Advisor |
21+
22+
## Source
23+
24+
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions.
25+
26+
## License
27+
28+
MIT

0 commit comments

Comments
 (0)