|
19 | 19 | { |
20 | 20 | "name": "azure-cloud-development", |
21 | 21 | "source": "./plugins/azure-cloud-development", |
22 | | - "description": "Azure cloud development tools including Infrastructure as Code, architecture patterns, and cost optimization.", |
| 22 | + "description": "Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.", |
23 | 23 | "version": "1.0.0" |
24 | 24 | }, |
25 | 25 | { |
|
34 | 34 | "description": "Tools for REPL-first Clojure workflows featuring Clojure instructions, the interactive programming chat mode and supporting guidance.", |
35 | 35 | "version": "1.0.0" |
36 | 36 | }, |
| 37 | + { |
| 38 | + "name": "context-engineering", |
| 39 | + "source": "./plugins/context-engineering", |
| 40 | + "description": "Tools and techniques for maximizing GitHub Copilot effectiveness through better context management. Includes guidelines for structuring code, an agent for planning multi-file changes, and prompts for context-aware development.", |
| 41 | + "version": "1.0.0" |
| 42 | + }, |
37 | 43 | { |
38 | 44 | "name": "copilot-sdk", |
39 | 45 | "source": "./plugins/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.", |
| 46 | + "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.", |
41 | 47 | "version": "1.0.0" |
42 | 48 | }, |
43 | 49 | { |
|
49 | 55 | { |
50 | 56 | "name": "csharp-mcp-development", |
51 | 57 | "source": "./plugins/csharp-mcp-development", |
52 | | - "description": "Complete toolkit for building Model Context Protocol (MCP) servers in C# using the official SDK.", |
| 58 | + "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.", |
53 | 59 | "version": "1.0.0" |
54 | 60 | }, |
55 | 61 | { |
|
61 | 67 | { |
62 | 68 | "name": "dataverse-sdk-for-python", |
63 | 69 | "source": "./plugins/dataverse-sdk-for-python", |
64 | | - "description": "Comprehensive collection for building production-ready Python integrations with Microsoft Dataverse.", |
| 70 | + "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.", |
65 | 71 | "version": "1.0.0" |
66 | 72 | }, |
67 | 73 | { |
|
82 | 88 | "description": "Essential prompts, instructions, and chat modes for modern frontend web development including React, Angular, Vue, TypeScript, and CSS frameworks.", |
83 | 89 | "version": "1.0.0" |
84 | 90 | }, |
| 91 | + { |
| 92 | + "name": "gem-team", |
| 93 | + "source": "./plugins/gem-team", |
| 94 | + "description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.", |
| 95 | + "version": "1.0.0" |
| 96 | + }, |
85 | 97 | { |
86 | 98 | "name": "go-mcp-development", |
87 | 99 | "source": "./plugins/go-mcp-development", |
88 | | - "description": "Complete toolkit for building Model Context Protocol (MCP) servers in Go using the official github.com/modelcontextprotocol/go-sdk.", |
| 100 | + "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.", |
89 | 101 | "version": "1.0.0" |
90 | 102 | }, |
91 | 103 | { |
|
103 | 115 | { |
104 | 116 | "name": "kotlin-mcp-development", |
105 | 117 | "source": "./plugins/kotlin-mcp-development", |
106 | | - "description": "Complete toolkit for building Model Context Protocol (MCP) servers in Kotlin using the official io.modelcontextprotocol:kotlin-sdk library.", |
| 118 | + "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.", |
107 | 119 | "version": "1.0.0" |
108 | 120 | }, |
109 | 121 | { |
110 | 122 | "name": "mcp-m365-copilot", |
111 | 123 | "source": "./plugins/mcp-m365-copilot", |
112 | | - "description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot.", |
| 124 | + "description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot", |
113 | 125 | "version": "1.0.0" |
114 | 126 | }, |
115 | 127 | { |
116 | 128 | "name": "openapi-to-application-csharp-dotnet", |
117 | 129 | "source": "./plugins/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.", |
| 130 | + "description": "Generate production-ready .NET applications from OpenAPI specifications. Includes ASP.NET Core project scaffolding, controller generation, entity framework integration, and C# best practices.", |
119 | 131 | "version": "1.0.0" |
120 | 132 | }, |
121 | 133 | { |
122 | 134 | "name": "openapi-to-application-go", |
123 | 135 | "source": "./plugins/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.", |
| 136 | + "description": "Generate production-ready Go applications from OpenAPI specifications. Includes project scaffolding, handler generation, middleware setup, and Go best practices for REST APIs.", |
125 | 137 | "version": "1.0.0" |
126 | 138 | }, |
127 | 139 | { |
128 | 140 | "name": "openapi-to-application-java-spring-boot", |
129 | 141 | "source": "./plugins/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.", |
| 142 | + "description": "Generate production-ready Spring Boot applications from OpenAPI specifications. Includes project scaffolding, REST controller generation, service layer organization, and Spring Boot best practices.", |
131 | 143 | "version": "1.0.0" |
132 | 144 | }, |
133 | 145 | { |
134 | 146 | "name": "openapi-to-application-nodejs-nestjs", |
135 | 147 | "source": "./plugins/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.", |
| 148 | + "description": "Generate production-ready NestJS applications from OpenAPI specifications. Includes project scaffolding, controller and service generation, TypeScript best practices, and enterprise patterns.", |
137 | 149 | "version": "1.0.0" |
138 | 150 | }, |
139 | 151 | { |
140 | 152 | "name": "openapi-to-application-python-fastapi", |
141 | 153 | "source": "./plugins/openapi-to-application-python-fastapi", |
142 | | - "description": "Generate production-ready FastAPI applications from OpenAPI specifications. Includes project scaffolding, route generation, and dependency injection.", |
| 154 | + "description": "Generate production-ready FastAPI applications from OpenAPI specifications. Includes project scaffolding, route generation, dependency injection, and Python best practices for async APIs.", |
| 155 | + "version": "1.0.0" |
| 156 | + }, |
| 157 | + { |
| 158 | + "name": "ospo-sponsorship", |
| 159 | + "source": "./plugins/ospo-sponsorship", |
| 160 | + "description": "Tools and resources for Open Source Program Offices (OSPOs) to identify, evaluate, and manage sponsorship of open source dependencies through GitHub Sponsors, Open Collective, and other funding platforms.", |
143 | 161 | "version": "1.0.0" |
144 | 162 | }, |
145 | 163 | { |
146 | 164 | "name": "partners", |
147 | 165 | "source": "./plugins/partners", |
148 | | - "description": "Custom agents that have been created by GitHub partners.", |
| 166 | + "description": "Custom agents that have been created by GitHub partners", |
149 | 167 | "version": "1.0.0" |
150 | 168 | }, |
151 | 169 | { |
152 | 170 | "name": "pcf-development", |
153 | 171 | "source": "./plugins/pcf-development", |
154 | | - "description": "Complete toolkit for developing custom code components using Power Apps Component Framework for model-driven and canvas apps.", |
| 172 | + "description": "Complete toolkit for developing custom code components using Power Apps Component Framework for model-driven and canvas apps", |
155 | 173 | "version": "1.0.0" |
156 | 174 | }, |
157 | 175 | { |
158 | 176 | "name": "php-mcp-development", |
159 | 177 | "source": "./plugins/php-mcp-development", |
160 | | - "description": "Comprehensive resources for building Model Context Protocol servers using the official PHP SDK with attribute-based discovery.", |
| 178 | + "description": "Comprehensive resources for building Model Context Protocol servers using the official PHP SDK with attribute-based discovery, including best practices, project generation, and expert assistance", |
161 | 179 | "version": "1.0.0" |
162 | 180 | }, |
163 | 181 | { |
164 | 182 | "name": "power-apps-code-apps", |
165 | 183 | "source": "./plugins/power-apps-code-apps", |
166 | | - "description": "Complete toolkit for Power Apps Code Apps development including project scaffolding, development standards, and expert guidance.", |
| 184 | + "description": "Complete toolkit for Power Apps Code Apps development including project scaffolding, development standards, and expert guidance for building code-first applications with Power Platform integration.", |
167 | 185 | "version": "1.0.0" |
168 | 186 | }, |
169 | 187 | { |
170 | 188 | "name": "power-bi-development", |
171 | 189 | "source": "./plugins/power-bi-development", |
172 | | - "description": "Comprehensive Power BI development resources including data modeling, DAX optimization, performance tuning, and visualization design.", |
| 190 | + "description": "Comprehensive Power BI development resources including data modeling, DAX optimization, performance tuning, visualization design, security best practices, and DevOps/ALM guidance for building enterprise-grade Power BI solutions.", |
173 | 191 | "version": "1.0.0" |
174 | 192 | }, |
175 | 193 | { |
176 | 194 | "name": "power-platform-mcp-connector-development", |
177 | 195 | "source": "./plugins/power-platform-mcp-connector-development", |
178 | | - "description": "Complete toolkit for developing Power Platform custom connectors with Model Context Protocol integration for Microsoft Copilot Studio.", |
| 196 | + "description": "Complete toolkit for developing Power Platform custom connectors with Model Context Protocol integration for Microsoft Copilot Studio", |
179 | 197 | "version": "1.0.0" |
180 | 198 | }, |
181 | 199 | { |
182 | 200 | "name": "project-planning", |
183 | 201 | "source": "./plugins/project-planning", |
184 | | - "description": "Tools and guidance for software project planning, feature breakdown, epic management, implementation planning, and task organization.", |
| 202 | + "description": "Tools and guidance for software project planning, feature breakdown, epic management, implementation planning, and task organization for development teams.", |
185 | 203 | "version": "1.0.0" |
186 | 204 | }, |
187 | 205 | { |
188 | 206 | "name": "python-mcp-development", |
189 | 207 | "source": "./plugins/python-mcp-development", |
190 | | - "description": "Complete toolkit for building Model Context Protocol (MCP) servers in Python using the official SDK with FastMCP.", |
| 208 | + "description": "Complete toolkit for building Model Context Protocol (MCP) servers in Python using the official SDK with FastMCP. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.", |
191 | 209 | "version": "1.0.0" |
192 | 210 | }, |
193 | 211 | { |
|
199 | 217 | { |
200 | 218 | "name": "rust-mcp-development", |
201 | 219 | "source": "./plugins/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.", |
| 220 | + "description": "Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await, procedural macros, and type-safe implementations.", |
203 | 221 | "version": "1.0.0" |
204 | 222 | }, |
205 | 223 | { |
206 | 224 | "name": "security-best-practices", |
207 | 225 | "source": "./plugins/security-best-practices", |
208 | | - "description": "Security frameworks, accessibility guidelines, performance optimization, and code quality best practices.", |
| 226 | + "description": "Security frameworks, accessibility guidelines, performance optimization, and code quality best practices for building secure, maintainable, and high-performance applications.", |
209 | 227 | "version": "1.0.0" |
210 | 228 | }, |
211 | 229 | { |
|
217 | 235 | { |
218 | 236 | "name": "structured-autonomy", |
219 | 237 | "source": "./plugins/structured-autonomy", |
220 | | - "description": "Premium planning, thrifty implementation.", |
| 238 | + "description": "Premium planning, thrifty implementation", |
221 | 239 | "version": "1.0.0" |
222 | 240 | }, |
223 | 241 | { |
|
229 | 247 | { |
230 | 248 | "name": "technical-spike", |
231 | 249 | "source": "./plugins/technical-spike", |
232 | | - "description": "Tools for creation, management and research of technical spikes to reduce unknowns and assumptions before specification and implementation.", |
| 250 | + "description": "Tools for creation, management and research of technical spikes to reduce unknowns and assumptions before proceeding to specification and implementation of solutions.", |
233 | 251 | "version": "1.0.0" |
234 | 252 | }, |
235 | 253 | { |
236 | 254 | "name": "testing-automation", |
237 | 255 | "source": "./plugins/testing-automation", |
238 | | - "description": "Comprehensive collection for writing tests, test automation, and TDD including unit tests, integration tests, and end-to-end testing.", |
| 256 | + "description": "Comprehensive collection for writing tests, test automation, and test-driven development including unit tests, integration tests, and end-to-end testing strategies.", |
239 | 257 | "version": "1.0.0" |
240 | 258 | }, |
241 | 259 | { |
242 | 260 | "name": "typescript-mcp-development", |
243 | 261 | "source": "./plugins/typescript-mcp-development", |
244 | | - "description": "Complete toolkit for building Model Context Protocol (MCP) servers in TypeScript/Node.js using the official SDK.", |
| 262 | + "description": "Complete toolkit for building Model Context Protocol (MCP) servers in TypeScript/Node.js using the official SDK. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.", |
245 | 263 | "version": "1.0.0" |
246 | 264 | }, |
247 | 265 | { |
248 | 266 | "name": "typespec-m365-copilot", |
249 | 267 | "source": "./plugins/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.", |
| 268 | + "description": "Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot extensibility.", |
251 | 269 | "version": "1.0.0" |
252 | 270 | } |
253 | 271 | ] |
|
0 commit comments