-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Expand file tree
/
Copy pathexternal.json
More file actions
639 lines (639 loc) · 19.2 KB
/
Copy pathexternal.json
File metadata and controls
639 lines (639 loc) · 19.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
[
{
"name": "ai-ready",
"description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack.",
"version": "1.0.0",
"author": {
"name": "John Papa",
"url": "https://github.com/johnpapa"
},
"repository": "https://github.com/johnpapa/ai-ready",
"homepage": "https://github.com/johnpapa/ai-ready",
"license": "MIT",
"keywords": [
"ai-ready",
"copilot",
"agents",
"configuration",
"skills",
"code-review",
"onboarding"
],
"source": {
"source": "github",
"repo": "johnpapa/ai-ready",
"path": ".github/plugin",
"ref": "b993d6512c918d8a21a61b7931726f5980c3c920"
}
},
{
"name": "azure",
"description": "Microsoft Azure MCP Server and skills for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Copilot.",
"version": "1.0.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/microsoft/azure-skills",
"keywords": [
"azure",
"cloud",
"infrastructure",
"deployment",
"microsoft",
"devops"
],
"license": "MIT",
"repository": "https://github.com/microsoft/github-copilot-for-azure",
"source": {
"source": "github",
"repo": "microsoft/azure-skills",
"path": ".github/plugins/azure-skills"
}
},
{
"name": "chrome-devtools-plugin",
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer.",
"version": "1.0.1",
"author": {
"name": "Chrome DevTools Team"
},
"repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
"license": "Apache-2.0",
"keywords": [
"chrome",
"devtools",
"mcp",
"automation",
"puppeteer",
"debugging",
"performance",
"browser"
],
"source": {
"source": "github",
"repo": "ChromeDevTools/chrome-devtools-mcp",
"ref": "chrome-devtools-mcp-v1.0.1"
}
},
{
"name": "copilot-goal-skill",
"description": "Goal-driven task orchestration with independent verification. Interviews the user to define a clear goal, then loops between a Builder subagent (does the work) and an Inspector subagent (judges the result with fresh context). The Inspector never trusts the Builder. Output is auditable in git commits from each subagent actions. Use when the user says \"achieve this goal\", \"make this work\", \"implement until done\", or wants verified autonomous task completion with independent quality review.",
"version": "1.0.1",
"author": {
"name": "Gaetan Semet",
"url": "https://github.com/gsemet"
},
"repository": "https://github.com/gsemet/copilot-goal-skill",
"license": "MIT",
"keywords": [
"goal",
"autonomous",
"inspector",
"builder",
"loop"
],
"source": {
"source": "github",
"repo": "gsemet/copilot-goal-skill",
"path": "plugins/copilot-goal-skill",
"ref": "1.0.1",
"sha": "b186d0b0d59da1ea051283a7d99185979ede998a"
}
},
{
"name": "dataverse",
"description": "Build and manage Microsoft Dataverse solutions using natural language. Includes table/column creation, solution lifecycle, data operations, and MCP server configuration.",
"version": "1.0.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/microsoft/Dataverse-skills",
"keywords": [
"dataverse",
"power-platform",
"microsoft",
"mcp",
"python",
"sdk"
],
"license": "MIT",
"repository": "https://github.com/microsoft/Dataverse-skills",
"source": {
"source": "github",
"repo": "microsoft/Dataverse-skills",
"path": ".github/plugins/dataverse"
}
},
{
"name": "dotnet",
"description": "Common everyday C#/.NET coding skills. Expected to be useful to all .NET developers.",
"version": "0.1.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/dotnet/skills",
"keywords": [
"dotnet",
"csharp",
"coding",
"skills",
"csharp-script",
"single-file",
"nuget-publishing",
"pinvoke"
],
"license": "MIT",
"repository": "https://github.com/dotnet/skills",
"source": {
"source": "github",
"repo": "dotnet/skills",
"path": "plugins/dotnet"
}
},
{
"name": "dotnet-diag",
"description": "Skills for .NET performance investigations, debugging, and incident analysis.",
"version": "0.1.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/dotnet/skills",
"keywords": [
"dotnet",
"diagnostics",
"performance",
"debugging",
"tracing",
"symbolicate",
"android-tombstone",
"dump-collection",
"microbenchmarking",
"clr-activation"
],
"license": "MIT",
"repository": "https://github.com/dotnet/skills",
"source": {
"source": "github",
"repo": "dotnet/skills",
"path": "plugins/dotnet-diag"
}
},
{
"name": "dotnet-test",
"description": "Skills for running, writing, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, coverage analysis, and MSTest workflows.",
"version": "0.1.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/dotnet/skills",
"keywords": [
"dotnet",
"testing",
"mstest",
"xunit",
"nunit",
"test-generation",
"coverage",
"migration"
],
"license": "MIT",
"repository": "https://github.com/dotnet/skills",
"source": {
"source": "github",
"repo": "dotnet/skills",
"path": "plugins/dotnet-test"
}
},
{
"name": "elasticsearch",
"description": "Official Elastic plugin for GitHub Copilot — translate natural language to ES|QL queries, ingest data, manage Elasticsearch security (authn, authz, audit), and troubleshoot clusters. Powered by the official Elastic agent skills repository.",
"version": "0.3.0",
"author": {
"name": "Elastic",
"url": "https://www.elastic.co"
},
"repository": "https://github.com/elastic/agent-skills",
"homepage": "https://github.com/elastic/agent-skills/tree/main/plugins/elasticsearch",
"license": "Apache-2.0",
"keywords": [
"elasticsearch",
"esql",
"search",
"ingest",
"security",
"elastic"
],
"source": {
"source": "github",
"repo": "elastic/agent-skills",
"path": "plugins/elasticsearch",
"sha": "e0d6b02194d4ec74cf9e5975290e950fc5ba549f"
}
},
{
"name": "figma",
"description": "Plugin that includes the Figma MCP server and Skills for common workflows.",
"version": "1.0.0",
"author": {
"name": "Figma",
"url": "https://www.figma.com"
},
"homepage": "https://github.com/figma/mcp-server-guide",
"keywords": [
"figma",
"design",
"mcp",
"ui",
"code-connect"
],
"repository": "https://github.com/figma/mcp-server-guide",
"source": {
"source": "github",
"repo": "figma/mcp-server-guide"
}
},
{
"name": "git-ape",
"description": "Intelligent Azure deployment agent system for GitHub Copilot with guided ARM template generation, security gates, cost analysis, and deployment workflows.",
"version": "0.0.1",
"author": {
"name": "Microsoft",
"url": "https://github.com/Azure/git-ape"
},
"homepage": "https://github.com/Azure/git-ape",
"keywords": [
"azure",
"cloud",
"infrastructure",
"arm-templates",
"deployment",
"devops",
"iac",
"security",
"cost-estimation",
"github-actions"
],
"license": "MIT",
"repository": "https://github.com/Azure/git-ape",
"source": {
"source": "github",
"repo": "Azure/git-ape"
}
},
{
"name": "github-copilot-modernization",
"description": "Autonomous application modernization using multi-agent orchestration for GitHub Copilot CLI. Supports Java upgrades (8→21, Spring Boot 2.x→3.x), .NET modernization, Azure migration, CVE/vulnerability fixing, and application rearchitecture (monolith-to-microservices). Features a 3-level agent hierarchy (orchestrator → coordinators → executors) with enterprise rulebook support for embedding organizational policies into the workflow.",
"version": "1.20.0",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft/github-copilot-modernization"
},
"repository": "https://github.com/microsoft/github-copilot-modernization",
"homepage": "https://github.com/microsoft/github-copilot-modernization",
"license": "MIT",
"keywords": [
"java",
"dotnet",
"modernization",
"azure",
"migration",
"assessment",
"cve",
"spring-boot",
"multi-agent",
"copilot"
],
"source": {
"source": "github",
"repo": "microsoft/github-copilot-modernization",
"path": "plugins/github-copilot-modernization",
"sha": "42c1189c55933384bec07e8349ef998eb9e775ad"
}
},
{
"name": "microsoft-docs",
"description": "Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.",
"version": "1.0.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://learn.microsoft.com",
"keywords": [
"microsoft",
"azure",
"dotnet",
"windows",
"api",
"documentation",
"rag",
"dynamics",
"powerbi",
"code-samples"
],
"license": "MIT",
"repository": "https://github.com/MicrosoftDocs/mcp",
"source": {
"source": "github",
"repo": "MicrosoftDocs/mcp"
}
},
{
"name": "microsoft-events",
"description": "Connect your project to Microsoft Build and Ignite sessions — discover relevant talks, explore what's new for your stack, and plan next steps from your development environment.",
"version": "1.0.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/microsoft/Build-CLI",
"keywords": [
"microsoft",
"build",
"ignite",
"events",
"sessions",
"learn"
],
"license": "Apache-2.0",
"repository": "https://github.com/microsoft/Build-CLI",
"source": {
"source": "github",
"repo": "microsoft/Build-CLI"
}
},
{
"name": "modernize-dotnet",
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
"version": "1.0.1152-preview1",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/dotnet/modernize-dotnet",
"keywords": [
"modernization",
"upgrade",
"migration",
"dotnet"
],
"license": "MIT",
"repository": "https://github.com/dotnet/modernize-dotnet",
"source": {
"source": "github",
"repo": "dotnet/modernize-dotnet",
"path": "plugins/modernize-dotnet"
}
},
{
"name": "pm-skills",
"description": "MCP server and 12 skills for product analysis, specification writing, strategy, narrative, and stakeholder alignment. Run competitive analyses, write zero-question specs, design metrics, and produce executive-ready documents directly from Copilot.",
"version": "2.1.0",
"author": {
"name": "Parth Sangani",
"url": "https://github.com/Avyayalaya"
},
"repository": "https://github.com/Avyayalaya/pm-skills-arsenal",
"license": "MIT",
"keywords": [
"product-management",
"competitive-analysis",
"specification-writing",
"product-strategy",
"go-to-market",
"metrics",
"discovery-research",
"narrative",
"stakeholder-alignment",
"mcp"
],
"source": {
"source": "github",
"repo": "Avyayalaya/pm-skills-arsenal",
"ref": "v2.1.0"
}
},
{
"name": "skills-for-copilot-studio",
"description": "Microsoft Copilot Studio plugins for AI coding agents",
"version": "1.0.3",
"author": {
"name": "Microsoft Copilot Studio CAT Team",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/microsoft/skills-for-copilot-studio",
"keywords": [
"copilot",
"copilot-studio",
"studio",
"agent",
"microsoft",
"coding"
],
"license": "MIT",
"repository": "https://github.com/microsoft/skills-for-copilot-studio",
"source": {
"source": "github",
"repo": "microsoft/skills-for-copilot-studio"
}
},
{
"name": "sonarqube",
"description": "SonarQube is the AI code quality and security verification platform used by millions of developers to catch bugs, vulnerabilities, and leaked secrets. This plugin enforces those standards in the coding loop: 7,500+ distinct issue types, secrets scanning, agentic analysis, and quality gates across 40+ languages.",
"version": "2.0.0",
"author": {
"name": "Sonar",
"url": "https://sonarsource.com/"
},
"repository": "https://github.com/SonarSource/sonarqube-agent-plugins",
"homepage": "https://sonarsource.com/",
"license": "SSAL-1.0",
"keywords": [
"sonarqube",
"code-quality",
"static-analysis",
"security",
"secrets"
],
"source": {
"source": "github",
"repo": "SonarSource/sonarqube-agent-plugins",
"ref": "2.0.0"
}
},
{
"name": "ui5",
"description": "SAPUI5 / OpenUI5 plugin for GitHub CoPilot. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for UI5 development.",
"version": "0.1.3",
"author": {
"name": "SAP SE",
"url": "https://www.sap.com"
},
"repository": "https://github.com/UI5/plugins-coding-agents",
"homepage": "https://github.com/UI5/plugins-coding-agents",
"license": "Apache-2.0",
"keywords": [
"ui5",
"sapui5",
"openui5",
"sap",
"web-development",
"plugin",
"development"
],
"source": {
"source": "github",
"repo": "UI5/plugins-coding-agents",
"path": "plugins/ui5",
"ref": "v0.1.3",
"sha": "9b3d7d80356f687725f9584988e4038dbead0d53"
}
},
{
"name": "ui5-typescript-conversion",
"description": "SAPUI5 / OpenUI5 plugin for GitHub CoPilot. Convert JavaScript based UI5 projects to TypeScript.",
"version": "0.1.3",
"author": {
"name": "SAP SE",
"url": "https://www.sap.com"
},
"repository": "https://github.com/UI5/plugins-coding-agents",
"homepage": "https://github.com/UI5/plugins-coding-agents",
"license": "Apache-2.0",
"keywords": [
"ui5",
"sapui5",
"openui5",
"typescript",
"conversion",
"migration",
"sap",
"javascript"
],
"source": {
"source": "github",
"repo": "UI5/plugins-coding-agents",
"path": "plugins/ui5-typescript-conversion",
"ref": "v0.1.3",
"sha": "9b3d7d80356f687725f9584988e4038dbead0d53"
}
},
{
"name": "vercel-plugin",
"description": "Build and deploy web apps and agents. Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.",
"version": "0.43.0",
"author": {
"name": "Vercel",
"url": "https://github.com/vercel"
},
"repository": "https://github.com/vercel/vercel-plugin",
"homepage": "https://vercel.com/docs/agent-resources/vercel-plugin",
"license": "Apache-2.0",
"keywords": [
"vercel",
"nextjs",
"ai-sdk",
"turborepo",
"turbopack",
"workflow",
"deployment",
"edge-functions",
"serverless",
"ai-gateway"
],
"source": {
"source": "github",
"repo": "vercel/vercel-plugin",
"path": "/",
"sha": "6e51924cb249e2941de005d59f1ac6f768477b98"
}
},
{
"name": "whatidid",
"description": "Turn your Copilot sessions into proof of impact — research-grounded HTML reports with effort estimation, skills analysis, and ROI metrics from local session logs.",
"version": "1.0.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/microsoft/What-I-Did-Copilot",
"keywords": [
"copilot",
"productivity",
"impact",
"report",
"estimation",
"roi",
"session-logs"
],
"license": "MIT",
"repository": "https://github.com/microsoft/What-I-Did-Copilot",
"source": {
"source": "github",
"repo": "microsoft/What-I-Did-Copilot"
}
},
{
"name": "winappcli",
"description": "Windows app development, packaging, and distribution. Helps with creating Windows installers (MSIX), code signing, certificates, Windows SDK and Windows App SDK setup, package identity for Windows APIs (push notifications, background tasks, share target), appxmanifest authoring, and Microsoft Store distribution. Supports Electron, .NET, C++, Rust, Flutter, and Tauri apps.",
"version": "0.3.1",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft/WinAppCli"
},
"homepage": "https://github.com/microsoft/WinAppCli",
"keywords": [
"windows",
"msix",
"packaging",
"installer",
"code-signing",
"appxmanifest",
"microsoft-store",
"electron",
"tauri",
"desktop-app"
],
"license": "MIT",
"repository": "https://github.com/microsoft/WinAppCli",
"source": {
"source": "github",
"repo": "microsoft/WinAppCli",
"ref": "stable"
}
},
{
"name": "winui",
"description": "Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks (WPF, WinForms, Electron, Tauri, Flutter) to WinUI 3, or add features to existing WinUI 3 applications. Includes MSIX packaging, code signing, UI automation testing, and Windows App SDK guidance.",
"version": "0.3.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/microsoft/win-dev-skills",
"keywords": [
"windows",
"winui",
"winui3",
"xaml",
"windows-app-sdk",
"msix",
"packaging",
"desktop",
"wpf-migration",
"electron-migration"
],
"license": "MIT",
"repository": "https://github.com/microsoft/win-dev-skills",
"source": {
"source": "github",
"repo": "microsoft/win-dev-skills",
"path": "plugins/winui"
}
}
]