Skip to content

Commit c2cd622

Browse files
committed
Fix plugin source paths to include ./plugins/ prefix
1 parent 5bfa133 commit c2cd622

1 file changed

Lines changed: 40 additions & 40 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -12,241 +12,241 @@
1212
"plugins": [
1313
{
1414
"name": "awesome-copilot",
15-
"source": "awesome-copilot",
15+
"source": "./plugins/awesome-copilot",
1616
"description": "Meta prompts that help you discover and generate curated GitHub Copilot agents, collections, instructions, prompts, and skills.",
1717
"version": "1.0.0"
1818
},
1919
{
2020
"name": "azure-cloud-development",
21-
"source": "azure-cloud-development",
21+
"source": "./plugins/azure-cloud-development",
2222
"description": "Azure cloud development tools including Infrastructure as Code, architecture patterns, and cost optimization.",
2323
"version": "1.0.0"
2424
},
2525
{
2626
"name": "cast-imaging",
27-
"source": "cast-imaging",
27+
"source": "./plugins/cast-imaging",
2828
"description": "A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.",
2929
"version": "1.0.0"
3030
},
3131
{
3232
"name": "clojure-interactive-programming",
33-
"source": "clojure-interactive-programming",
33+
"source": "./plugins/clojure-interactive-programming",
3434
"description": "Tools for REPL-first Clojure workflows featuring Clojure instructions, the interactive programming chat mode and supporting guidance.",
3535
"version": "1.0.0"
3636
},
3737
{
3838
"name": "copilot-sdk",
39-
"source": "copilot-sdk",
39+
"source": "./plugins/copilot-sdk",
4040
"description": "Build applications with the GitHub Copilot SDK across multiple programming languages. Includes comprehensive instructions for C#, Go, Node.js/TypeScript, and Python.",
4141
"version": "1.0.0"
4242
},
4343
{
4444
"name": "csharp-dotnet-development",
45-
"source": "csharp-dotnet-development",
45+
"source": "./plugins/csharp-dotnet-development",
4646
"description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.",
4747
"version": "1.0.0"
4848
},
4949
{
5050
"name": "csharp-mcp-development",
51-
"source": "csharp-mcp-development",
51+
"source": "./plugins/csharp-mcp-development",
5252
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in C# using the official SDK.",
5353
"version": "1.0.0"
5454
},
5555
{
5656
"name": "database-data-management",
57-
"source": "database-data-management",
57+
"source": "./plugins/database-data-management",
5858
"description": "Database administration, SQL optimization, and data management tools for PostgreSQL, SQL Server, and general database development best practices.",
5959
"version": "1.0.0"
6060
},
6161
{
6262
"name": "dataverse-sdk-for-python",
63-
"source": "dataverse-sdk-for-python",
63+
"source": "./plugins/dataverse-sdk-for-python",
6464
"description": "Comprehensive collection for building production-ready Python integrations with Microsoft Dataverse.",
6565
"version": "1.0.0"
6666
},
6767
{
6868
"name": "devops-oncall",
69-
"source": "devops-oncall",
69+
"source": "./plugins/devops-oncall",
7070
"description": "A focused set of prompts, instructions, and a chat mode to help triage incidents and respond quickly with DevOps tools and Azure resources.",
7171
"version": "1.0.0"
7272
},
7373
{
7474
"name": "edge-ai-tasks",
75-
"source": "edge-ai-tasks",
75+
"source": "./plugins/edge-ai-tasks",
7676
"description": "Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai",
7777
"version": "1.0.0"
7878
},
7979
{
8080
"name": "frontend-web-dev",
81-
"source": "frontend-web-dev",
81+
"source": "./plugins/frontend-web-dev",
8282
"description": "Essential prompts, instructions, and chat modes for modern frontend web development including React, Angular, Vue, TypeScript, and CSS frameworks.",
8383
"version": "1.0.0"
8484
},
8585
{
8686
"name": "go-mcp-development",
87-
"source": "go-mcp-development",
87+
"source": "./plugins/go-mcp-development",
8888
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Go using the official github.com/modelcontextprotocol/go-sdk.",
8989
"version": "1.0.0"
9090
},
9191
{
9292
"name": "java-development",
93-
"source": "java-development",
93+
"source": "./plugins/java-development",
9494
"description": "Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.",
9595
"version": "1.0.0"
9696
},
9797
{
9898
"name": "java-mcp-development",
99-
"source": "java-mcp-development",
99+
"source": "./plugins/java-mcp-development",
100100
"description": "Complete toolkit for building Model Context Protocol servers in Java using the official MCP Java SDK with reactive streams and Spring Boot integration.",
101101
"version": "1.0.0"
102102
},
103103
{
104104
"name": "kotlin-mcp-development",
105-
"source": "kotlin-mcp-development",
105+
"source": "./plugins/kotlin-mcp-development",
106106
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Kotlin using the official io.modelcontextprotocol:kotlin-sdk library.",
107107
"version": "1.0.0"
108108
},
109109
{
110110
"name": "mcp-m365-copilot",
111-
"source": "mcp-m365-copilot",
111+
"source": "./plugins/mcp-m365-copilot",
112112
"description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot.",
113113
"version": "1.0.0"
114114
},
115115
{
116116
"name": "openapi-to-application-csharp-dotnet",
117-
"source": "openapi-to-application-csharp-dotnet",
117+
"source": "./plugins/openapi-to-application-csharp-dotnet",
118118
"description": "Generate production-ready .NET applications from OpenAPI specifications. Includes ASP.NET Core project scaffolding, controller generation, and entity framework integration.",
119119
"version": "1.0.0"
120120
},
121121
{
122122
"name": "openapi-to-application-go",
123-
"source": "openapi-to-application-go",
123+
"source": "./plugins/openapi-to-application-go",
124124
"description": "Generate production-ready Go applications from OpenAPI specifications. Includes project scaffolding, handler generation, middleware setup, and Go best practices.",
125125
"version": "1.0.0"
126126
},
127127
{
128128
"name": "openapi-to-application-java-spring-boot",
129-
"source": "openapi-to-application-java-spring-boot",
129+
"source": "./plugins/openapi-to-application-java-spring-boot",
130130
"description": "Generate production-ready Spring Boot applications from OpenAPI specifications. Includes project scaffolding, REST controller generation, and service layer organization.",
131131
"version": "1.0.0"
132132
},
133133
{
134134
"name": "openapi-to-application-nodejs-nestjs",
135-
"source": "openapi-to-application-nodejs-nestjs",
135+
"source": "./plugins/openapi-to-application-nodejs-nestjs",
136136
"description": "Generate production-ready NestJS applications from OpenAPI specifications. Includes project scaffolding, controller and service generation, and TypeScript best practices.",
137137
"version": "1.0.0"
138138
},
139139
{
140140
"name": "openapi-to-application-python-fastapi",
141-
"source": "openapi-to-application-python-fastapi",
141+
"source": "./plugins/openapi-to-application-python-fastapi",
142142
"description": "Generate production-ready FastAPI applications from OpenAPI specifications. Includes project scaffolding, route generation, and dependency injection.",
143143
"version": "1.0.0"
144144
},
145145
{
146146
"name": "partners",
147-
"source": "partners",
147+
"source": "./plugins/partners",
148148
"description": "Custom agents that have been created by GitHub partners.",
149149
"version": "1.0.0"
150150
},
151151
{
152152
"name": "pcf-development",
153-
"source": "pcf-development",
153+
"source": "./plugins/pcf-development",
154154
"description": "Complete toolkit for developing custom code components using Power Apps Component Framework for model-driven and canvas apps.",
155155
"version": "1.0.0"
156156
},
157157
{
158158
"name": "php-mcp-development",
159-
"source": "php-mcp-development",
159+
"source": "./plugins/php-mcp-development",
160160
"description": "Comprehensive resources for building Model Context Protocol servers using the official PHP SDK with attribute-based discovery.",
161161
"version": "1.0.0"
162162
},
163163
{
164164
"name": "power-apps-code-apps",
165-
"source": "power-apps-code-apps",
165+
"source": "./plugins/power-apps-code-apps",
166166
"description": "Complete toolkit for Power Apps Code Apps development including project scaffolding, development standards, and expert guidance.",
167167
"version": "1.0.0"
168168
},
169169
{
170170
"name": "power-bi-development",
171-
"source": "power-bi-development",
171+
"source": "./plugins/power-bi-development",
172172
"description": "Comprehensive Power BI development resources including data modeling, DAX optimization, performance tuning, and visualization design.",
173173
"version": "1.0.0"
174174
},
175175
{
176176
"name": "power-platform-mcp-connector-development",
177-
"source": "power-platform-mcp-connector-development",
177+
"source": "./plugins/power-platform-mcp-connector-development",
178178
"description": "Complete toolkit for developing Power Platform custom connectors with Model Context Protocol integration for Microsoft Copilot Studio.",
179179
"version": "1.0.0"
180180
},
181181
{
182182
"name": "project-planning",
183-
"source": "project-planning",
183+
"source": "./plugins/project-planning",
184184
"description": "Tools and guidance for software project planning, feature breakdown, epic management, implementation planning, and task organization.",
185185
"version": "1.0.0"
186186
},
187187
{
188188
"name": "python-mcp-development",
189-
"source": "python-mcp-development",
189+
"source": "./plugins/python-mcp-development",
190190
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Python using the official SDK with FastMCP.",
191191
"version": "1.0.0"
192192
},
193193
{
194194
"name": "ruby-mcp-development",
195-
"source": "ruby-mcp-development",
195+
"source": "./plugins/ruby-mcp-development",
196196
"description": "Complete toolkit for building Model Context Protocol servers in Ruby using the official MCP Ruby SDK gem with Rails integration support.",
197197
"version": "1.0.0"
198198
},
199199
{
200200
"name": "rust-mcp-development",
201-
"source": "rust-mcp-development",
201+
"source": "./plugins/rust-mcp-development",
202202
"description": "Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await and procedural macros.",
203203
"version": "1.0.0"
204204
},
205205
{
206206
"name": "security-best-practices",
207-
"source": "security-best-practices",
207+
"source": "./plugins/security-best-practices",
208208
"description": "Security frameworks, accessibility guidelines, performance optimization, and code quality best practices.",
209209
"version": "1.0.0"
210210
},
211211
{
212212
"name": "software-engineering-team",
213-
"source": "software-engineering-team",
213+
"source": "./plugins/software-engineering-team",
214214
"description": "7 specialized agents covering the full software development lifecycle from UX design and architecture to security and DevOps.",
215215
"version": "1.0.0"
216216
},
217217
{
218218
"name": "structured-autonomy",
219-
"source": "structured-autonomy",
219+
"source": "./plugins/structured-autonomy",
220220
"description": "Premium planning, thrifty implementation.",
221221
"version": "1.0.0"
222222
},
223223
{
224224
"name": "swift-mcp-development",
225-
"source": "swift-mcp-development",
225+
"source": "./plugins/swift-mcp-development",
226226
"description": "Comprehensive collection for building Model Context Protocol servers in Swift using the official MCP Swift SDK with modern concurrency features.",
227227
"version": "1.0.0"
228228
},
229229
{
230230
"name": "technical-spike",
231-
"source": "technical-spike",
231+
"source": "./plugins/technical-spike",
232232
"description": "Tools for creation, management and research of technical spikes to reduce unknowns and assumptions before specification and implementation.",
233233
"version": "1.0.0"
234234
},
235235
{
236236
"name": "testing-automation",
237-
"source": "testing-automation",
237+
"source": "./plugins/testing-automation",
238238
"description": "Comprehensive collection for writing tests, test automation, and TDD including unit tests, integration tests, and end-to-end testing.",
239239
"version": "1.0.0"
240240
},
241241
{
242242
"name": "typescript-mcp-development",
243-
"source": "typescript-mcp-development",
243+
"source": "./plugins/typescript-mcp-development",
244244
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in TypeScript/Node.js using the official SDK.",
245245
"version": "1.0.0"
246246
},
247247
{
248248
"name": "typespec-m365-copilot",
249-
"source": "typespec-m365-copilot",
249+
"source": "./plugins/typespec-m365-copilot",
250250
"description": "Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot.",
251251
"version": "1.0.0"
252252
}

0 commit comments

Comments
 (0)