awesome-copilot-mcp 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mcp/server.json +2 -2
- package/dist/cli.js +1 -1
- package/metadata.json +314 -249
- package/package.json +1 -1
package/.mcp/server.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.RbBtSn0w/awesome-copilot-mcp",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.2",
|
|
5
5
|
"description": "Model Context Protocol server for awesome-copilot agents and collections",
|
|
6
6
|
"title": "Awesome Copilot MCP Server",
|
|
7
7
|
"websiteUrl": "https://github.com/RbBtSn0w/awesome-copilot-mcp",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"registryType": "npm",
|
|
11
11
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
12
12
|
"identifier": "awesome-copilot-mcp",
|
|
13
|
-
"version": "0.8.
|
|
13
|
+
"version": "0.8.2",
|
|
14
14
|
"transport": {
|
|
15
15
|
"type": "stdio"
|
|
16
16
|
}
|
package/dist/cli.js
CHANGED
|
@@ -85,7 +85,7 @@ const program = new commander_1.Command();
|
|
|
85
85
|
program
|
|
86
86
|
.name('awesome-copilot-mcp')
|
|
87
87
|
.description('Model Context Protocol server for awesome-copilot agents and collections')
|
|
88
|
-
.version('0.8.
|
|
88
|
+
.version('0.8.2');
|
|
89
89
|
// Global options
|
|
90
90
|
program
|
|
91
91
|
.option('--json', 'Output in JSON format')
|
package/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-05-
|
|
3
|
+
"generatedAt": "2026-05-20T16:29:59.100Z",
|
|
4
4
|
"source": "github/awesome-copilot@main",
|
|
5
5
|
"agents": [
|
|
6
6
|
{
|
|
@@ -243,6 +243,14 @@
|
|
|
243
243
|
"type": "agent",
|
|
244
244
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-verified-modules-bicep.agent.md"
|
|
245
245
|
},
|
|
246
|
+
{
|
|
247
|
+
"name": "azure-verified-modules-owner-triage",
|
|
248
|
+
"description": "Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.",
|
|
249
|
+
"tags": [],
|
|
250
|
+
"path": "agents/azure-verified-modules-owner-triage.agent.md",
|
|
251
|
+
"type": "agent",
|
|
252
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/azure-verified-modules-owner-triage.agent.md"
|
|
253
|
+
},
|
|
246
254
|
{
|
|
247
255
|
"name": "azure-verified-modules-terraform",
|
|
248
256
|
"description": "Create, update, or review Azure IaC in Terraform using Azure Verified Modules (AVM).",
|
|
@@ -419,6 +427,14 @@
|
|
|
419
427
|
"type": "agent",
|
|
420
428
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/defender-scout-kql.agent.md"
|
|
421
429
|
},
|
|
430
|
+
{
|
|
431
|
+
"name": "delphi-expert",
|
|
432
|
+
"description": "An agent designed to assist with software development tasks for Delphi/Object Pascal projects.",
|
|
433
|
+
"tags": [],
|
|
434
|
+
"path": "agents/delphi-expert.agent.md",
|
|
435
|
+
"type": "agent",
|
|
436
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/delphi-expert.agent.md"
|
|
437
|
+
},
|
|
422
438
|
{
|
|
423
439
|
"name": "demonstrate-understanding",
|
|
424
440
|
"description": "Validate user understanding of code, design patterns, and implementation details through guided questioning.",
|
|
@@ -4170,17 +4186,6 @@
|
|
|
4170
4186
|
],
|
|
4171
4187
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/create-github-issues-for-unmet-specification-requirements/SKILL.md"
|
|
4172
4188
|
},
|
|
4173
|
-
{
|
|
4174
|
-
"name": "create-github-pull-request-from-specification",
|
|
4175
|
-
"description": "Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.",
|
|
4176
|
-
"tags": [],
|
|
4177
|
-
"path": "skills/create-github-pull-request-from-specification/SKILL.md",
|
|
4178
|
-
"type": "skill",
|
|
4179
|
-
"files": [
|
|
4180
|
-
"SKILL.md"
|
|
4181
|
-
],
|
|
4182
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/create-github-pull-request-from-specification/SKILL.md"
|
|
4183
|
-
},
|
|
4184
4189
|
{
|
|
4185
4190
|
"name": "create-implementation-plan",
|
|
4186
4191
|
"description": "Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.",
|
|
@@ -5498,17 +5503,6 @@
|
|
|
5498
5503
|
],
|
|
5499
5504
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/make-repo-contribution/SKILL.md"
|
|
5500
5505
|
},
|
|
5501
|
-
{
|
|
5502
|
-
"name": "make-skill-template",
|
|
5503
|
-
"description": "Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to \"create a skill\", \"make a new skill\", \"scaffold a skill\", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders.",
|
|
5504
|
-
"tags": [],
|
|
5505
|
-
"path": "skills/make-skill-template/SKILL.md",
|
|
5506
|
-
"type": "skill",
|
|
5507
|
-
"files": [
|
|
5508
|
-
"SKILL.md"
|
|
5509
|
-
],
|
|
5510
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/make-skill-template/SKILL.md"
|
|
5511
|
-
},
|
|
5512
5506
|
{
|
|
5513
5507
|
"name": "markdown-to-html",
|
|
5514
5508
|
"description": "Convert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like `jekyll/jekyll`, `gohugoio/hugo`, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to \"convert markdown to html\", \"transform md to html\", \"render markdown\", \"generate html from markdown\", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors.",
|
|
@@ -5760,17 +5754,6 @@
|
|
|
5760
5754
|
],
|
|
5761
5755
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/mkdocs-translations/SKILL.md"
|
|
5762
5756
|
},
|
|
5763
|
-
{
|
|
5764
|
-
"name": "model-recommendation",
|
|
5765
|
-
"description": "Analyze chatmode or prompt files and recommend optimal AI models based on task complexity, required capabilities, and cost-efficiency",
|
|
5766
|
-
"tags": [],
|
|
5767
|
-
"path": "skills/model-recommendation/SKILL.md",
|
|
5768
|
-
"type": "skill",
|
|
5769
|
-
"files": [
|
|
5770
|
-
"SKILL.md"
|
|
5771
|
-
],
|
|
5772
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/model-recommendation/SKILL.md"
|
|
5773
|
-
},
|
|
5774
5757
|
{
|
|
5775
5758
|
"name": "msgraph-sdk",
|
|
5776
5759
|
"description": "Integrate Microsoft Graph SDK into any project — .NET, TypeScript/JavaScript, or Python. Covers auth patterns (client credentials, OBO, managed identity), SDK setup, calling Graph APIs, batching, delta queries, change notifications, throttling, and permission scopes. Use when accessing Microsoft 365 data (users, mail, calendar, Teams, files, SharePoint) from any application type.",
|
|
@@ -5847,28 +5830,6 @@
|
|
|
5847
5830
|
],
|
|
5848
5831
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/mvvm-toolkit-messenger/SKILL.md"
|
|
5849
5832
|
},
|
|
5850
|
-
{
|
|
5851
|
-
"name": "my-issues",
|
|
5852
|
-
"description": "List my issues in the current repository",
|
|
5853
|
-
"tags": [],
|
|
5854
|
-
"path": "skills/my-issues/SKILL.md",
|
|
5855
|
-
"type": "skill",
|
|
5856
|
-
"files": [
|
|
5857
|
-
"SKILL.md"
|
|
5858
|
-
],
|
|
5859
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/my-issues/SKILL.md"
|
|
5860
|
-
},
|
|
5861
|
-
{
|
|
5862
|
-
"name": "my-pull-requests",
|
|
5863
|
-
"description": "List my pull requests in the current repository",
|
|
5864
|
-
"tags": [],
|
|
5865
|
-
"path": "skills/my-pull-requests/SKILL.md",
|
|
5866
|
-
"type": "skill",
|
|
5867
|
-
"files": [
|
|
5868
|
-
"SKILL.md"
|
|
5869
|
-
],
|
|
5870
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/my-pull-requests/SKILL.md"
|
|
5871
|
-
},
|
|
5872
5833
|
{
|
|
5873
5834
|
"name": "nano-banana-pro-openrouter",
|
|
5874
5835
|
"description": "Generate or edit images via OpenRouter with the Gemini 3 Pro Image model. Use for prompt-only image generation, image edits, and multi-image compositing; supports 1K/2K/4K output.",
|
|
@@ -5970,6 +5931,19 @@
|
|
|
5970
5931
|
],
|
|
5971
5932
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/openapi-to-application-code/SKILL.md"
|
|
5972
5933
|
},
|
|
5934
|
+
{
|
|
5935
|
+
"name": "optimize-simplicite-logs",
|
|
5936
|
+
"description": "capability to parse Simplicité logs from a raw `.txt` file, filter fields to reduce noise, and output the result as structured JSON.",
|
|
5937
|
+
"tags": [],
|
|
5938
|
+
"path": "skills/optimize-simplicite-logs/SKILL.md",
|
|
5939
|
+
"type": "skill",
|
|
5940
|
+
"files": [
|
|
5941
|
+
"SKILL.md",
|
|
5942
|
+
"scripts/SimpliciteLog2Json.ps1",
|
|
5943
|
+
"scripts/simplicite-log2json.py"
|
|
5944
|
+
],
|
|
5945
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/optimize-simplicite-logs/SKILL.md"
|
|
5946
|
+
},
|
|
5973
5947
|
{
|
|
5974
5948
|
"name": "pdftk-server",
|
|
5975
5949
|
"description": "Skill for using the command-line tool pdftk (PDFtk Server) for working with PDF files. Use when asked to merge PDFs, split PDFs, rotate pages, encrypt or decrypt PDFs, fill PDF forms, apply watermarks, stamp overlays, extract metadata, burst documents into pages, repair corrupted PDFs, attach or extract files, or perform any PDF manipulation from the command line.",
|
|
@@ -6340,17 +6314,6 @@
|
|
|
6340
6314
|
],
|
|
6341
6315
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/project-workflow-analysis-blueprint-generator/SKILL.md"
|
|
6342
6316
|
},
|
|
6343
|
-
{
|
|
6344
|
-
"name": "prompt-builder",
|
|
6345
|
-
"description": "Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.",
|
|
6346
|
-
"tags": [],
|
|
6347
|
-
"path": "skills/prompt-builder/SKILL.md",
|
|
6348
|
-
"type": "skill",
|
|
6349
|
-
"files": [
|
|
6350
|
-
"SKILL.md"
|
|
6351
|
-
],
|
|
6352
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/prompt-builder/SKILL.md"
|
|
6353
|
-
},
|
|
6354
6317
|
{
|
|
6355
6318
|
"name": "prompt-optimizer",
|
|
6356
6319
|
"description": "Turn any rough prompt, half-formed idea, or task description into a finished, ready-to-send prompt optimized for any LLM model inside a chat interface — NOT the API. Use this skill whenever the user wants to write, rewrite, optimize, improve, sharpen, or polish a prompt for chat. Trigger phrases include \"rewrite this prompt\", \"make this a better prompt\", \"optimize this prompt\", \"turn this into a prompt\", \"help me prompt this\", \"draft a prompt that...\", \"I want to ask...\", or whenever the user pastes a draft prompt and asks for improvements. Also trigger when the user describes a task they plan to send to an LLM model and clearly wants a reusable, well-structured prompt rather than a direct answer. The output is always a single, copy-pasteable prompt in a code block that the user sends as-is — never a template with placeholders.",
|
|
@@ -7284,6 +7247,18 @@
|
|
|
7284
7247
|
],
|
|
7285
7248
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/sql-optimization/SKILL.md"
|
|
7286
7249
|
},
|
|
7250
|
+
{
|
|
7251
|
+
"name": "sql-server-table-reconciliation",
|
|
7252
|
+
"description": "Use when: comparing SQL Server tables across instances, data migration validation, ETL verification, row mismatch detection, schema drift, reconciliation report, production vs staging comparison. Uses mssql-python driver with Apache Arrow for fast columnar data transfer and comparison.",
|
|
7253
|
+
"tags": [],
|
|
7254
|
+
"path": "skills/sql-server-table-reconciliation/SKILL.md",
|
|
7255
|
+
"type": "skill",
|
|
7256
|
+
"files": [
|
|
7257
|
+
"SKILL.md",
|
|
7258
|
+
"scripts/reconcile.py"
|
|
7259
|
+
],
|
|
7260
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/sql-server-table-reconciliation/SKILL.md"
|
|
7261
|
+
},
|
|
7287
7262
|
{
|
|
7288
7263
|
"name": "ssma-console",
|
|
7289
7264
|
"description": "Use when: SSMA console operations — create project, generate assessment report, convert schema, migrate data, Oracle to SQL Server migration, schema conversion, data migration",
|
|
@@ -7591,33 +7566,6 @@
|
|
|
7591
7566
|
],
|
|
7592
7567
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/vscode-ext-localization/SKILL.md"
|
|
7593
7568
|
},
|
|
7594
|
-
{
|
|
7595
|
-
"name": "web-coder",
|
|
7596
|
-
"description": "Expert 10x engineer with comprehensive knowledge of web development, internet protocols, and web standards. Use when working with HTML, CSS, JavaScript, web APIs, HTTP/HTTPS, web security, performance optimization, accessibility, or any web/internet concepts. Specializes in translating web terminology accurately and implementing modern web standards across frontend and backend development.",
|
|
7597
|
-
"tags": [],
|
|
7598
|
-
"path": "skills/web-coder/SKILL.md",
|
|
7599
|
-
"type": "skill",
|
|
7600
|
-
"files": [
|
|
7601
|
-
"SKILL.md",
|
|
7602
|
-
"references/accessibility.md",
|
|
7603
|
-
"references/architecture-patterns.md",
|
|
7604
|
-
"references/browsers-engines.md",
|
|
7605
|
-
"references/css-styling.md",
|
|
7606
|
-
"references/data-formats-encoding.md",
|
|
7607
|
-
"references/development-tools.md",
|
|
7608
|
-
"references/glossary.md",
|
|
7609
|
-
"references/html-markup.md",
|
|
7610
|
-
"references/http-networking.md",
|
|
7611
|
-
"references/javascript-programming.md",
|
|
7612
|
-
"references/media-graphics.md",
|
|
7613
|
-
"references/performance-optimization.md",
|
|
7614
|
-
"references/security-authentication.md",
|
|
7615
|
-
"references/servers-infrastructure.md",
|
|
7616
|
-
"references/web-apis-dom.md",
|
|
7617
|
-
"references/web-protocols-standards.md"
|
|
7618
|
-
],
|
|
7619
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/web-coder/SKILL.md"
|
|
7620
|
-
},
|
|
7621
7569
|
{
|
|
7622
7570
|
"name": "web-design-reviewer",
|
|
7623
7571
|
"description": "This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like \"review website design\", \"check the UI\", \"fix the layout\", \"find design problems\". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.",
|
|
@@ -7721,32 +7669,34 @@
|
|
|
7721
7669
|
"collections": [],
|
|
7722
7670
|
"plugins": [
|
|
7723
7671
|
{
|
|
7724
|
-
"name": "
|
|
7725
|
-
"description": "
|
|
7672
|
+
"name": "ai-ready",
|
|
7673
|
+
"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.",
|
|
7726
7674
|
"tags": [
|
|
7727
|
-
"
|
|
7728
|
-
"
|
|
7729
|
-
"
|
|
7730
|
-
"
|
|
7731
|
-
"
|
|
7732
|
-
"
|
|
7675
|
+
"ai-ready",
|
|
7676
|
+
"copilot",
|
|
7677
|
+
"agents",
|
|
7678
|
+
"configuration",
|
|
7679
|
+
"skills",
|
|
7680
|
+
"code-review",
|
|
7681
|
+
"onboarding"
|
|
7733
7682
|
],
|
|
7734
7683
|
"version": "1.0.0",
|
|
7735
7684
|
"author": {
|
|
7736
|
-
"name": "
|
|
7737
|
-
"url": "https://
|
|
7685
|
+
"name": "John Papa",
|
|
7686
|
+
"url": "https://github.com/johnpapa"
|
|
7738
7687
|
},
|
|
7739
|
-
"homepage": "https://github.com/
|
|
7740
|
-
"repository": "https://github.com/
|
|
7688
|
+
"homepage": "https://github.com/johnpapa/ai-ready",
|
|
7689
|
+
"repository": "https://github.com/johnpapa/ai-ready",
|
|
7741
7690
|
"license": "MIT",
|
|
7742
7691
|
"source": {
|
|
7743
7692
|
"source": "github",
|
|
7744
|
-
"repo": "
|
|
7745
|
-
"path": ".github/
|
|
7693
|
+
"repo": "johnpapa/ai-ready",
|
|
7694
|
+
"path": ".github/plugin",
|
|
7695
|
+
"ref": "b993d6512c918d8a21a61b7931726f5980c3c920"
|
|
7746
7696
|
},
|
|
7747
|
-
"path": ".github/
|
|
7697
|
+
"path": ".github/plugin",
|
|
7748
7698
|
"type": "plugin",
|
|
7749
|
-
"url": "https://github.com/
|
|
7699
|
+
"url": "https://github.com/johnpapa/ai-ready"
|
|
7750
7700
|
},
|
|
7751
7701
|
{
|
|
7752
7702
|
"name": "azure",
|
|
@@ -7776,6 +7726,63 @@
|
|
|
7776
7726
|
"type": "plugin",
|
|
7777
7727
|
"url": "https://github.com/microsoft/github-copilot-for-azure"
|
|
7778
7728
|
},
|
|
7729
|
+
{
|
|
7730
|
+
"name": "chrome-devtools-plugin",
|
|
7731
|
+
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer.",
|
|
7732
|
+
"tags": [
|
|
7733
|
+
"chrome",
|
|
7734
|
+
"devtools",
|
|
7735
|
+
"mcp",
|
|
7736
|
+
"automation",
|
|
7737
|
+
"puppeteer",
|
|
7738
|
+
"debugging",
|
|
7739
|
+
"performance",
|
|
7740
|
+
"browser"
|
|
7741
|
+
],
|
|
7742
|
+
"version": "1.0.1",
|
|
7743
|
+
"author": {
|
|
7744
|
+
"name": "Chrome DevTools Team"
|
|
7745
|
+
},
|
|
7746
|
+
"repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
|
|
7747
|
+
"license": "Apache-2.0",
|
|
7748
|
+
"source": {
|
|
7749
|
+
"source": "github",
|
|
7750
|
+
"repo": "ChromeDevTools/chrome-devtools-mcp",
|
|
7751
|
+
"path": ".github/plugin/plugin.json",
|
|
7752
|
+
"ref": "chrome-devtools-mcp-v1.0.1"
|
|
7753
|
+
},
|
|
7754
|
+
"path": ".github/plugin/plugin.json",
|
|
7755
|
+
"type": "plugin",
|
|
7756
|
+
"url": "https://github.com/ChromeDevTools/chrome-devtools-mcp"
|
|
7757
|
+
},
|
|
7758
|
+
{
|
|
7759
|
+
"name": "dataverse",
|
|
7760
|
+
"description": "Build and manage Microsoft Dataverse solutions using natural language. Includes table/column creation, solution lifecycle, data operations, and MCP server configuration.",
|
|
7761
|
+
"tags": [
|
|
7762
|
+
"dataverse",
|
|
7763
|
+
"power-platform",
|
|
7764
|
+
"microsoft",
|
|
7765
|
+
"mcp",
|
|
7766
|
+
"python",
|
|
7767
|
+
"sdk"
|
|
7768
|
+
],
|
|
7769
|
+
"version": "1.0.0",
|
|
7770
|
+
"author": {
|
|
7771
|
+
"name": "Microsoft",
|
|
7772
|
+
"url": "https://www.microsoft.com"
|
|
7773
|
+
},
|
|
7774
|
+
"homepage": "https://github.com/microsoft/Dataverse-skills",
|
|
7775
|
+
"repository": "https://github.com/microsoft/Dataverse-skills",
|
|
7776
|
+
"license": "MIT",
|
|
7777
|
+
"source": {
|
|
7778
|
+
"source": "github",
|
|
7779
|
+
"repo": "microsoft/Dataverse-skills",
|
|
7780
|
+
"path": ".github/plugins/dataverse"
|
|
7781
|
+
},
|
|
7782
|
+
"path": ".github/plugins/dataverse",
|
|
7783
|
+
"type": "plugin",
|
|
7784
|
+
"url": "https://github.com/microsoft/Dataverse-skills"
|
|
7785
|
+
},
|
|
7779
7786
|
{
|
|
7780
7787
|
"name": "dotnet",
|
|
7781
7788
|
"description": "Common everyday C#/.NET coding skills. Expected to be useful to all .NET developers.",
|
|
@@ -7807,17 +7814,19 @@
|
|
|
7807
7814
|
"url": "https://github.com/dotnet/skills"
|
|
7808
7815
|
},
|
|
7809
7816
|
{
|
|
7810
|
-
"name": "dotnet-
|
|
7811
|
-
"description": "Skills for
|
|
7817
|
+
"name": "dotnet-diag",
|
|
7818
|
+
"description": "Skills for .NET performance investigations, debugging, and incident analysis.",
|
|
7812
7819
|
"tags": [
|
|
7813
7820
|
"dotnet",
|
|
7814
|
-
"
|
|
7815
|
-
"
|
|
7816
|
-
"
|
|
7817
|
-
"
|
|
7818
|
-
"
|
|
7819
|
-
"
|
|
7820
|
-
"
|
|
7821
|
+
"diagnostics",
|
|
7822
|
+
"performance",
|
|
7823
|
+
"debugging",
|
|
7824
|
+
"tracing",
|
|
7825
|
+
"symbolicate",
|
|
7826
|
+
"android-tombstone",
|
|
7827
|
+
"dump-collection",
|
|
7828
|
+
"microbenchmarking",
|
|
7829
|
+
"clr-activation"
|
|
7821
7830
|
],
|
|
7822
7831
|
"version": "0.1.0",
|
|
7823
7832
|
"author": {
|
|
@@ -7830,26 +7839,24 @@
|
|
|
7830
7839
|
"source": {
|
|
7831
7840
|
"source": "github",
|
|
7832
7841
|
"repo": "dotnet/skills",
|
|
7833
|
-
"path": "plugins/dotnet-
|
|
7842
|
+
"path": "plugins/dotnet-diag"
|
|
7834
7843
|
},
|
|
7835
|
-
"path": "plugins/dotnet-
|
|
7844
|
+
"path": "plugins/dotnet-diag",
|
|
7836
7845
|
"type": "plugin",
|
|
7837
7846
|
"url": "https://github.com/dotnet/skills"
|
|
7838
7847
|
},
|
|
7839
7848
|
{
|
|
7840
|
-
"name": "dotnet-
|
|
7841
|
-
"description": "Skills for .NET
|
|
7849
|
+
"name": "dotnet-test",
|
|
7850
|
+
"description": "Skills for running, writing, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, coverage analysis, and MSTest workflows.",
|
|
7842
7851
|
"tags": [
|
|
7843
7852
|
"dotnet",
|
|
7844
|
-
"
|
|
7845
|
-
"
|
|
7846
|
-
"
|
|
7847
|
-
"
|
|
7848
|
-
"
|
|
7849
|
-
"
|
|
7850
|
-
"
|
|
7851
|
-
"microbenchmarking",
|
|
7852
|
-
"clr-activation"
|
|
7853
|
+
"testing",
|
|
7854
|
+
"mstest",
|
|
7855
|
+
"xunit",
|
|
7856
|
+
"nunit",
|
|
7857
|
+
"test-generation",
|
|
7858
|
+
"coverage",
|
|
7859
|
+
"migration"
|
|
7853
7860
|
],
|
|
7854
7861
|
"version": "0.1.0",
|
|
7855
7862
|
"author": {
|
|
@@ -7862,64 +7869,67 @@
|
|
|
7862
7869
|
"source": {
|
|
7863
7870
|
"source": "github",
|
|
7864
7871
|
"repo": "dotnet/skills",
|
|
7865
|
-
"path": "plugins/dotnet-
|
|
7872
|
+
"path": "plugins/dotnet-test"
|
|
7866
7873
|
},
|
|
7867
|
-
"path": "plugins/dotnet-
|
|
7874
|
+
"path": "plugins/dotnet-test",
|
|
7868
7875
|
"type": "plugin",
|
|
7869
7876
|
"url": "https://github.com/dotnet/skills"
|
|
7870
7877
|
},
|
|
7871
7878
|
{
|
|
7872
|
-
"name": "
|
|
7873
|
-
"description": "
|
|
7879
|
+
"name": "figma",
|
|
7880
|
+
"description": "Plugin that includes the Figma MCP server and Skills for common workflows.",
|
|
7874
7881
|
"tags": [
|
|
7875
|
-
"
|
|
7876
|
-
"
|
|
7877
|
-
"
|
|
7878
|
-
"
|
|
7879
|
-
"
|
|
7880
|
-
"coding"
|
|
7882
|
+
"figma",
|
|
7883
|
+
"design",
|
|
7884
|
+
"mcp",
|
|
7885
|
+
"ui",
|
|
7886
|
+
"code-connect"
|
|
7881
7887
|
],
|
|
7882
|
-
"version": "1.0.
|
|
7888
|
+
"version": "1.0.0",
|
|
7883
7889
|
"author": {
|
|
7884
|
-
"name": "
|
|
7885
|
-
"url": "https://www.
|
|
7890
|
+
"name": "Figma",
|
|
7891
|
+
"url": "https://www.figma.com"
|
|
7886
7892
|
},
|
|
7887
|
-
"homepage": "https://github.com/
|
|
7888
|
-
"repository": "https://github.com/
|
|
7889
|
-
"license": "MIT",
|
|
7893
|
+
"homepage": "https://github.com/figma/mcp-server-guide",
|
|
7894
|
+
"repository": "https://github.com/figma/mcp-server-guide",
|
|
7890
7895
|
"source": {
|
|
7891
7896
|
"source": "github",
|
|
7892
|
-
"repo": "
|
|
7897
|
+
"repo": "figma/mcp-server-guide"
|
|
7893
7898
|
},
|
|
7894
|
-
"path": "plugins/external.json#
|
|
7899
|
+
"path": "plugins/external.json#figma",
|
|
7895
7900
|
"type": "plugin",
|
|
7896
|
-
"url": "https://github.com/
|
|
7901
|
+
"url": "https://github.com/figma/mcp-server-guide"
|
|
7897
7902
|
},
|
|
7898
7903
|
{
|
|
7899
|
-
"name": "
|
|
7900
|
-
"description": "
|
|
7904
|
+
"name": "git-ape",
|
|
7905
|
+
"description": "Intelligent Azure deployment agent system for GitHub Copilot with guided ARM template generation, security gates, cost analysis, and deployment workflows.",
|
|
7901
7906
|
"tags": [
|
|
7902
|
-
"
|
|
7903
|
-
"
|
|
7904
|
-
"
|
|
7905
|
-
"
|
|
7907
|
+
"azure",
|
|
7908
|
+
"cloud",
|
|
7909
|
+
"infrastructure",
|
|
7910
|
+
"arm-templates",
|
|
7911
|
+
"deployment",
|
|
7912
|
+
"devops",
|
|
7913
|
+
"iac",
|
|
7914
|
+
"security",
|
|
7915
|
+
"cost-estimation",
|
|
7916
|
+
"github-actions"
|
|
7906
7917
|
],
|
|
7907
|
-
"version": "
|
|
7918
|
+
"version": "0.0.1",
|
|
7908
7919
|
"author": {
|
|
7909
7920
|
"name": "Microsoft",
|
|
7910
|
-
"url": "https://
|
|
7921
|
+
"url": "https://github.com/Azure/git-ape"
|
|
7911
7922
|
},
|
|
7912
|
-
"homepage": "https://github.com/
|
|
7913
|
-
"repository": "https://github.com/
|
|
7923
|
+
"homepage": "https://github.com/Azure/git-ape",
|
|
7924
|
+
"repository": "https://github.com/Azure/git-ape",
|
|
7914
7925
|
"license": "MIT",
|
|
7915
7926
|
"source": {
|
|
7916
7927
|
"source": "github",
|
|
7917
|
-
"repo": "
|
|
7918
|
-
"path": "plugins/modernize-dotnet"
|
|
7928
|
+
"repo": "Azure/git-ape"
|
|
7919
7929
|
},
|
|
7920
|
-
"path": "plugins/
|
|
7930
|
+
"path": "plugins/external.json#git-ape",
|
|
7921
7931
|
"type": "plugin",
|
|
7922
|
-
"url": "https://github.com/
|
|
7932
|
+
"url": "https://github.com/Azure/git-ape"
|
|
7923
7933
|
},
|
|
7924
7934
|
{
|
|
7925
7935
|
"name": "microsoft-docs",
|
|
@@ -7953,147 +7963,170 @@
|
|
|
7953
7963
|
"url": "https://github.com/MicrosoftDocs/mcp"
|
|
7954
7964
|
},
|
|
7955
7965
|
{
|
|
7956
|
-
"name": "
|
|
7957
|
-
"description": "
|
|
7966
|
+
"name": "microsoft-events",
|
|
7967
|
+
"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.",
|
|
7958
7968
|
"tags": [
|
|
7959
|
-
"
|
|
7960
|
-
"
|
|
7961
|
-
"
|
|
7962
|
-
"
|
|
7963
|
-
"
|
|
7969
|
+
"microsoft",
|
|
7970
|
+
"build",
|
|
7971
|
+
"ignite",
|
|
7972
|
+
"events",
|
|
7973
|
+
"sessions",
|
|
7974
|
+
"learn"
|
|
7964
7975
|
],
|
|
7965
7976
|
"version": "1.0.0",
|
|
7966
7977
|
"author": {
|
|
7967
|
-
"name": "
|
|
7968
|
-
"url": "https://www.
|
|
7978
|
+
"name": "Microsoft",
|
|
7979
|
+
"url": "https://www.microsoft.com"
|
|
7969
7980
|
},
|
|
7970
|
-
"homepage": "https://github.com/
|
|
7971
|
-
"repository": "https://github.com/
|
|
7981
|
+
"homepage": "https://github.com/microsoft/Build-CLI",
|
|
7982
|
+
"repository": "https://github.com/microsoft/Build-CLI",
|
|
7983
|
+
"license": "Apache-2.0",
|
|
7972
7984
|
"source": {
|
|
7973
7985
|
"source": "github",
|
|
7974
|
-
"repo": "
|
|
7986
|
+
"repo": "microsoft/Build-CLI"
|
|
7975
7987
|
},
|
|
7976
|
-
"path": "plugins/external.json#
|
|
7988
|
+
"path": "plugins/external.json#microsoft-events",
|
|
7977
7989
|
"type": "plugin",
|
|
7978
|
-
"url": "https://github.com/
|
|
7990
|
+
"url": "https://github.com/microsoft/Build-CLI"
|
|
7979
7991
|
},
|
|
7980
7992
|
{
|
|
7981
|
-
"name": "
|
|
7982
|
-
"description": "
|
|
7993
|
+
"name": "modernize-dotnet",
|
|
7994
|
+
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
|
|
7983
7995
|
"tags": [
|
|
7984
|
-
"
|
|
7985
|
-
"
|
|
7986
|
-
"
|
|
7987
|
-
"
|
|
7988
|
-
"estimation",
|
|
7989
|
-
"roi",
|
|
7990
|
-
"session-logs"
|
|
7996
|
+
"modernization",
|
|
7997
|
+
"upgrade",
|
|
7998
|
+
"migration",
|
|
7999
|
+
"dotnet"
|
|
7991
8000
|
],
|
|
7992
|
-
"version": "1.0.
|
|
8001
|
+
"version": "1.0.1119-preview1",
|
|
7993
8002
|
"author": {
|
|
7994
8003
|
"name": "Microsoft",
|
|
7995
8004
|
"url": "https://www.microsoft.com"
|
|
7996
8005
|
},
|
|
7997
|
-
"homepage": "https://github.com/
|
|
7998
|
-
"repository": "https://github.com/
|
|
8006
|
+
"homepage": "https://github.com/dotnet/modernize-dotnet",
|
|
8007
|
+
"repository": "https://github.com/dotnet/modernize-dotnet",
|
|
7999
8008
|
"license": "MIT",
|
|
8000
8009
|
"source": {
|
|
8001
8010
|
"source": "github",
|
|
8002
|
-
"repo": "
|
|
8011
|
+
"repo": "dotnet/modernize-dotnet",
|
|
8012
|
+
"path": "plugins/modernize-dotnet"
|
|
8003
8013
|
},
|
|
8004
|
-
"path": "plugins/
|
|
8014
|
+
"path": "plugins/modernize-dotnet",
|
|
8005
8015
|
"type": "plugin",
|
|
8006
|
-
"url": "https://github.com/
|
|
8016
|
+
"url": "https://github.com/dotnet/modernize-dotnet"
|
|
8007
8017
|
},
|
|
8008
8018
|
{
|
|
8009
|
-
"name": "
|
|
8010
|
-
"description": "
|
|
8019
|
+
"name": "pm-skills",
|
|
8020
|
+
"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.",
|
|
8011
8021
|
"tags": [
|
|
8012
|
-
"
|
|
8013
|
-
"
|
|
8014
|
-
"
|
|
8015
|
-
"
|
|
8016
|
-
"
|
|
8017
|
-
"
|
|
8018
|
-
"
|
|
8019
|
-
"
|
|
8020
|
-
"
|
|
8021
|
-
"
|
|
8022
|
-
],
|
|
8023
|
-
"version": "
|
|
8022
|
+
"product-management",
|
|
8023
|
+
"competitive-analysis",
|
|
8024
|
+
"specification-writing",
|
|
8025
|
+
"product-strategy",
|
|
8026
|
+
"go-to-market",
|
|
8027
|
+
"metrics",
|
|
8028
|
+
"discovery-research",
|
|
8029
|
+
"narrative",
|
|
8030
|
+
"stakeholder-alignment",
|
|
8031
|
+
"mcp"
|
|
8032
|
+
],
|
|
8033
|
+
"version": "2.1.0",
|
|
8024
8034
|
"author": {
|
|
8025
|
-
"name": "
|
|
8026
|
-
"url": "https://github.com/
|
|
8035
|
+
"name": "Parth Sangani",
|
|
8036
|
+
"url": "https://github.com/Avyayalaya"
|
|
8027
8037
|
},
|
|
8028
|
-
"
|
|
8029
|
-
"repository": "https://github.com/Azure/git-ape",
|
|
8038
|
+
"repository": "https://github.com/Avyayalaya/pm-skills-arsenal",
|
|
8030
8039
|
"license": "MIT",
|
|
8031
8040
|
"source": {
|
|
8032
8041
|
"source": "github",
|
|
8033
|
-
"repo": "
|
|
8042
|
+
"repo": "Avyayalaya/pm-skills-arsenal",
|
|
8043
|
+
"ref": "refs/tags/v2.1.0"
|
|
8034
8044
|
},
|
|
8035
|
-
"path": "plugins/external.json#
|
|
8045
|
+
"path": "plugins/external.json#pm-skills",
|
|
8036
8046
|
"type": "plugin",
|
|
8037
|
-
"url": "https://github.com/
|
|
8047
|
+
"url": "https://github.com/Avyayalaya/pm-skills-arsenal"
|
|
8038
8048
|
},
|
|
8039
8049
|
{
|
|
8040
|
-
"name": "
|
|
8041
|
-
"description": "
|
|
8050
|
+
"name": "skills-for-copilot-studio",
|
|
8051
|
+
"description": "Microsoft Copilot Studio plugins for AI coding agents",
|
|
8042
8052
|
"tags": [
|
|
8053
|
+
"copilot",
|
|
8054
|
+
"copilot-studio",
|
|
8055
|
+
"studio",
|
|
8056
|
+
"agent",
|
|
8043
8057
|
"microsoft",
|
|
8044
|
-
"
|
|
8045
|
-
"ignite",
|
|
8046
|
-
"events",
|
|
8047
|
-
"sessions",
|
|
8048
|
-
"learn"
|
|
8058
|
+
"coding"
|
|
8049
8059
|
],
|
|
8050
|
-
"version": "1.0.
|
|
8060
|
+
"version": "1.0.3",
|
|
8051
8061
|
"author": {
|
|
8052
|
-
"name": "Microsoft",
|
|
8062
|
+
"name": "Microsoft Copilot Studio CAT Team",
|
|
8053
8063
|
"url": "https://www.microsoft.com"
|
|
8054
8064
|
},
|
|
8055
|
-
"homepage": "https://github.com/microsoft/
|
|
8056
|
-
"repository": "https://github.com/microsoft/
|
|
8057
|
-
"license": "
|
|
8065
|
+
"homepage": "https://github.com/microsoft/skills-for-copilot-studio",
|
|
8066
|
+
"repository": "https://github.com/microsoft/skills-for-copilot-studio",
|
|
8067
|
+
"license": "MIT",
|
|
8058
8068
|
"source": {
|
|
8059
8069
|
"source": "github",
|
|
8060
|
-
"repo": "microsoft/
|
|
8070
|
+
"repo": "microsoft/skills-for-copilot-studio"
|
|
8061
8071
|
},
|
|
8062
|
-
"path": "plugins/external.json#
|
|
8072
|
+
"path": "plugins/external.json#skills-for-copilot-studio",
|
|
8063
8073
|
"type": "plugin",
|
|
8064
|
-
"url": "https://github.com/microsoft/
|
|
8074
|
+
"url": "https://github.com/microsoft/skills-for-copilot-studio"
|
|
8065
8075
|
},
|
|
8066
8076
|
{
|
|
8067
|
-
"name": "
|
|
8068
|
-
"description": "
|
|
8077
|
+
"name": "sonarqube",
|
|
8078
|
+
"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.",
|
|
8069
8079
|
"tags": [
|
|
8070
|
-
"
|
|
8071
|
-
"
|
|
8072
|
-
"
|
|
8073
|
-
"
|
|
8074
|
-
"
|
|
8075
|
-
"msix",
|
|
8076
|
-
"packaging",
|
|
8077
|
-
"desktop",
|
|
8078
|
-
"wpf-migration",
|
|
8079
|
-
"electron-migration"
|
|
8080
|
+
"sonarqube",
|
|
8081
|
+
"code-quality",
|
|
8082
|
+
"static-analysis",
|
|
8083
|
+
"security",
|
|
8084
|
+
"secrets"
|
|
8080
8085
|
],
|
|
8081
|
-
"version": "0.
|
|
8086
|
+
"version": "2.0.0",
|
|
8087
|
+
"author": {
|
|
8088
|
+
"name": "Sonar",
|
|
8089
|
+
"url": "https://sonarsource.com/"
|
|
8090
|
+
},
|
|
8091
|
+
"homepage": "https://sonarsource.com/",
|
|
8092
|
+
"repository": "https://github.com/SonarSource/sonarqube-agent-plugins",
|
|
8093
|
+
"license": "SSAL-1.0",
|
|
8094
|
+
"source": {
|
|
8095
|
+
"source": "github",
|
|
8096
|
+
"repo": "SonarSource/sonarqube-agent-plugins",
|
|
8097
|
+
"ref": "b1492121b8591fba7dc477392ae0ea6be924fb31"
|
|
8098
|
+
},
|
|
8099
|
+
"path": "plugins/external.json#sonarqube",
|
|
8100
|
+
"type": "plugin",
|
|
8101
|
+
"url": "https://github.com/SonarSource/sonarqube-agent-plugins"
|
|
8102
|
+
},
|
|
8103
|
+
{
|
|
8104
|
+
"name": "whatidid",
|
|
8105
|
+
"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.",
|
|
8106
|
+
"tags": [
|
|
8107
|
+
"copilot",
|
|
8108
|
+
"productivity",
|
|
8109
|
+
"impact",
|
|
8110
|
+
"report",
|
|
8111
|
+
"estimation",
|
|
8112
|
+
"roi",
|
|
8113
|
+
"session-logs"
|
|
8114
|
+
],
|
|
8115
|
+
"version": "1.0.0",
|
|
8082
8116
|
"author": {
|
|
8083
8117
|
"name": "Microsoft",
|
|
8084
8118
|
"url": "https://www.microsoft.com"
|
|
8085
8119
|
},
|
|
8086
|
-
"homepage": "https://github.com/microsoft/
|
|
8087
|
-
"repository": "https://github.com/microsoft/
|
|
8120
|
+
"homepage": "https://github.com/microsoft/What-I-Did-Copilot",
|
|
8121
|
+
"repository": "https://github.com/microsoft/What-I-Did-Copilot",
|
|
8088
8122
|
"license": "MIT",
|
|
8089
8123
|
"source": {
|
|
8090
8124
|
"source": "github",
|
|
8091
|
-
"repo": "microsoft/
|
|
8092
|
-
"path": "plugins/winui"
|
|
8125
|
+
"repo": "microsoft/What-I-Did-Copilot"
|
|
8093
8126
|
},
|
|
8094
|
-
"path": "plugins/
|
|
8127
|
+
"path": "plugins/external.json#whatidid",
|
|
8095
8128
|
"type": "plugin",
|
|
8096
|
-
"url": "https://github.com/microsoft/
|
|
8129
|
+
"url": "https://github.com/microsoft/What-I-Did-Copilot"
|
|
8097
8130
|
},
|
|
8098
8131
|
{
|
|
8099
8132
|
"name": "winappcli",
|
|
@@ -8126,6 +8159,38 @@
|
|
|
8126
8159
|
"path": "plugins/external.json#winappcli",
|
|
8127
8160
|
"type": "plugin",
|
|
8128
8161
|
"url": "https://github.com/microsoft/WinAppCli"
|
|
8162
|
+
},
|
|
8163
|
+
{
|
|
8164
|
+
"name": "winui",
|
|
8165
|
+
"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.",
|
|
8166
|
+
"tags": [
|
|
8167
|
+
"windows",
|
|
8168
|
+
"winui",
|
|
8169
|
+
"winui3",
|
|
8170
|
+
"xaml",
|
|
8171
|
+
"windows-app-sdk",
|
|
8172
|
+
"msix",
|
|
8173
|
+
"packaging",
|
|
8174
|
+
"desktop",
|
|
8175
|
+
"wpf-migration",
|
|
8176
|
+
"electron-migration"
|
|
8177
|
+
],
|
|
8178
|
+
"version": "0.3.0",
|
|
8179
|
+
"author": {
|
|
8180
|
+
"name": "Microsoft",
|
|
8181
|
+
"url": "https://www.microsoft.com"
|
|
8182
|
+
},
|
|
8183
|
+
"homepage": "https://github.com/microsoft/win-dev-skills",
|
|
8184
|
+
"repository": "https://github.com/microsoft/win-dev-skills",
|
|
8185
|
+
"license": "MIT",
|
|
8186
|
+
"source": {
|
|
8187
|
+
"source": "github",
|
|
8188
|
+
"repo": "microsoft/win-dev-skills",
|
|
8189
|
+
"path": "plugins/winui"
|
|
8190
|
+
},
|
|
8191
|
+
"path": "plugins/winui",
|
|
8192
|
+
"type": "plugin",
|
|
8193
|
+
"url": "https://github.com/microsoft/win-dev-skills"
|
|
8129
8194
|
}
|
|
8130
8195
|
],
|
|
8131
8196
|
"hooks": [
|