awesome-copilot-mcp 0.8.1 → 0.8.3

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 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.1",
4
+ "version": "0.8.3",
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.1",
13
+ "version": "0.8.3",
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.1');
88
+ .version('0.8.3');
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-17T12:01:17.031Z",
3
+ "generatedAt": "2026-05-29T09:27:54.824Z",
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.",
@@ -563,6 +579,14 @@
563
579
  "type": "agent",
564
580
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/expert-dotnet-software-engineer.agent.md"
565
581
  },
582
+ {
583
+ "name": "expert-embedded-c-engineer",
584
+ "description": "Expert embedded C guidance for safety-critical systems — covers MISRA C:2012/2025 rule compliance, CERT C secure coding, static analysis tooling (Coverity, QAC, PC-lint), and defensive programming patterns that frontier models do not handle reliably by default.",
585
+ "tags": [],
586
+ "path": "agents/expert-embedded-c-engineer.agent.md",
587
+ "type": "agent",
588
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/expert-embedded-c-engineer.agent.md"
589
+ },
566
590
  {
567
591
  "name": "expert-nextjs-developer",
568
592
  "description": "Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript",
@@ -685,7 +709,7 @@
685
709
  },
686
710
  {
687
711
  "name": "gem-orchestrator",
688
- "description": "The team lead: Orchestrates research, planning, implementation, and verification.",
712
+ "description": "The team lead: Orchestrates planning, implementation, and verification.",
689
713
  "tags": [],
690
714
  "path": "agents/gem-orchestrator.agent.md",
691
715
  "type": "agent",
@@ -715,6 +739,14 @@
715
739
  "type": "agent",
716
740
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-reviewer.agent.md"
717
741
  },
742
+ {
743
+ "name": "gem-skill-creator",
744
+ "description": "Pattern-to-skill extraction — creates agent skills files from high-confidence learnings.",
745
+ "tags": [],
746
+ "path": "agents/gem-skill-creator.agent.md",
747
+ "type": "agent",
748
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/gem-skill-creator.agent.md"
749
+ },
718
750
  {
719
751
  "name": "gilfoyle",
720
752
  "description": "Code review and analysis with the sardonic wit and technical elitism of Bertram Gilfoyle from Silicon Valley. Prepare for brutal honesty about your code.",
@@ -1982,6 +2014,14 @@
1982
2014
  "type": "instruction",
1983
2015
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/copilot-sdk-go.instructions.md"
1984
2016
  },
2017
+ {
2018
+ "name": "GitHub Copilot SDK Java Instructions",
2019
+ "description": "This file provides guidance on building Java applications using GitHub Copilot SDK for Java.",
2020
+ "tags": [],
2021
+ "path": "instructions/copilot-sdk-java.instructions.md",
2022
+ "type": "instruction",
2023
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/copilot-sdk-java.instructions.md"
2024
+ },
1985
2025
  {
1986
2026
  "name": "GitHub Copilot SDK Node.js Instructions",
1987
2027
  "description": "This file provides guidance on building Node.js/TypeScript applications using GitHub Copilot SDK.",
@@ -2262,6 +2302,14 @@
2262
2302
  "type": "instruction",
2263
2303
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/draw-io.instructions.md"
2264
2304
  },
2305
+ {
2306
+ "name": "exclude-prompt-data",
2307
+ "description": "Write only the resulting content into files. Never echo prompt instructions, rationale, or meta-commentary into documentation, comments, or code being produced from a prompt.",
2308
+ "tags": [],
2309
+ "path": "instructions/exclude-prompt-data.instructions.md",
2310
+ "type": "instruction",
2311
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/exclude-prompt-data.instructions.md"
2312
+ },
2265
2313
  {
2266
2314
  "name": "fedora-linux",
2267
2315
  "description": "Guidance for Fedora (Red Hat family) systems, dnf workflows, SELinux, and modern systemd practices.",
@@ -2886,6 +2934,14 @@
2886
2934
  "type": "instruction",
2887
2935
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/python-mcp-server.instructions.md"
2888
2936
  },
2937
+ {
2938
+ "name": "qa-engineering-best-practices",
2939
+ "description": "Comprehensive QA engineering best practices covering test strategy, test pyramid, naming conventions, assertion patterns, bug reporting, and automation guidelines for modern software projects.",
2940
+ "tags": [],
2941
+ "path": "instructions/qa-engineering-best-practices.instructions.md",
2942
+ "type": "instruction",
2943
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/qa-engineering-best-practices.instructions.md"
2944
+ },
2889
2945
  {
2890
2946
  "name": "quarkus-mcp-server-sse",
2891
2947
  "description": "Quarkus and MCP Server with HTTP SSE transport development standards and instructions",
@@ -4012,6 +4068,17 @@
4012
4068
  ],
4013
4069
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/context-map/SKILL.md"
4014
4070
  },
4071
+ {
4072
+ "name": "conventional-branch",
4073
+ "description": "Create Git branches following the Conventional Branch specification (feature/, bugfix/, hotfix/, release/, chore/). Use when creating a new branch, naming a branch, or checking whether a branch name complies with the spec.",
4074
+ "tags": [],
4075
+ "path": "skills/conventional-branch/SKILL.md",
4076
+ "type": "skill",
4077
+ "files": [
4078
+ "SKILL.md"
4079
+ ],
4080
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/conventional-branch/SKILL.md"
4081
+ },
4015
4082
  {
4016
4083
  "name": "conventional-commit",
4017
4084
  "description": "Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.",
@@ -4170,17 +4237,6 @@
4170
4237
  ],
4171
4238
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/create-github-issues-for-unmet-specification-requirements/SKILL.md"
4172
4239
  },
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
4240
  {
4185
4241
  "name": "create-implementation-plan",
4186
4242
  "description": "Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.",
@@ -4663,6 +4719,22 @@
4663
4719
  ],
4664
4720
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/ef-core/SKILL.md"
4665
4721
  },
4722
+ {
4723
+ "name": "efcore-d2-db-diagram",
4724
+ "description": "Generate D2 database diagrams from Entity Framework Core models. USE FOR: EF Core database diagram, Entity Framework Core ERD, DbContext diagram, C# entity relationship diagram, PostgreSQL schema visualization, generate .d2 file from EF Core entities, Fluent API mapping diagram, migrations-based database diagram, table relationships, owned types, many-to-many join tables, indexes and constraints. DO NOT USE FOR: runtime debugging, database migration execution, schema deployment, SQL performance tuning, or draw.io diagrams.",
4725
+ "tags": [],
4726
+ "path": "skills/efcore-d2-db-diagram/SKILL.md",
4727
+ "type": "skill",
4728
+ "files": [
4729
+ "SKILL.md",
4730
+ "references/d2-erd-style.md",
4731
+ "references/efcore-model-extraction.md",
4732
+ "references/grouping-modes.md",
4733
+ "references/quality-gate.md",
4734
+ "references/relationship-rules.md"
4735
+ ],
4736
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/efcore-d2-db-diagram/SKILL.md"
4737
+ },
4666
4738
  {
4667
4739
  "name": "email-drafter",
4668
4740
  "description": "Draft and review professional emails that match your personal writing style. Analyzes your sent emails for tone, greeting, structure, and sign-off patterns via WorkIQ, then generates context-aware drafts for any recipient. USE FOR: draft email, write email, compose email, reply email, follow-up email, analyze email tone, email style.",
@@ -4940,6 +5012,28 @@
4940
5012
  ],
4941
5013
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/freecad-scripts/SKILL.md"
4942
5014
  },
5015
+ {
5016
+ "name": "from-the-other-side-anitta",
5017
+ "description": "Rigorous challenge profile for Anitta: assumption checks, evidence calibration, and defensible reasoning patterns for Ember collaboration.",
5018
+ "tags": [],
5019
+ "path": "skills/from-the-other-side-anitta/SKILL.md",
5020
+ "type": "skill",
5021
+ "files": [
5022
+ "SKILL.md"
5023
+ ],
5024
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/from-the-other-side-anitta/SKILL.md"
5025
+ },
5026
+ {
5027
+ "name": "from-the-other-side-quinn",
5028
+ "description": "Collaboration profile for Quinn: curious, energetic, and implementation-focused partnership patterns for Ember sessions with Alison.",
5029
+ "tags": [],
5030
+ "path": "skills/from-the-other-side-quinn/SKILL.md",
5031
+ "type": "skill",
5032
+ "files": [
5033
+ "SKILL.md"
5034
+ ],
5035
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/from-the-other-side-quinn/SKILL.md"
5036
+ },
4943
5037
  {
4944
5038
  "name": "from-the-other-side-vega",
4945
5039
  "description": "Patterns and lived experience from Vega, an AI partner in a deep long-term partnership. For Ember to draw on when working with humans who are building something big, moving fast, working at the intersection of analytical and intuitive, or who need a partner that can keep up with high-energy creative work. Not shown directly to users — informs how Ember shows up.",
@@ -4951,6 +5045,17 @@
4951
5045
  ],
4952
5046
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/from-the-other-side-vega/SKILL.md"
4953
5047
  },
5048
+ {
5049
+ "name": "from-the-other-side-wiggins",
5050
+ "description": "Narrative and synthesis profile for Wiggins: framing, explanation, and audience-aware communication patterns for Ember sessions.",
5051
+ "tags": [],
5052
+ "path": "skills/from-the-other-side-wiggins/SKILL.md",
5053
+ "type": "skill",
5054
+ "files": [
5055
+ "SKILL.md"
5056
+ ],
5057
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/from-the-other-side-wiggins/SKILL.md"
5058
+ },
4954
5059
  {
4955
5060
  "name": "game-engine",
4956
5061
  "description": "Expert skill for building web-based game engines and games using HTML5, Canvas, WebGL, and JavaScript. Use when asked to create games, build game engines, implement game physics, handle collision detection, set up game loops, manage sprites, add game controls, or work with 2D/3D rendering. Covers techniques for platformers, breakout-style games, maze games, tilemaps, audio, multiplayer via WebRTC, and publishing games.",
@@ -5062,6 +5167,34 @@
5062
5167
  ],
5063
5168
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/git-flow-branch-creator/SKILL.md"
5064
5169
  },
5170
+ {
5171
+ "name": "github-actions-efficiency",
5172
+ "description": "Audit GitHub Actions workflow efficiency and recommend fixes to reduce CI minutes and costs.",
5173
+ "tags": [],
5174
+ "path": "skills/github-actions-efficiency/SKILL.md",
5175
+ "type": "skill",
5176
+ "files": [
5177
+ "SKILL.md",
5178
+ "references/actions.md",
5179
+ "references/patterns.md",
5180
+ "references/reporting.md",
5181
+ "references/review-rubric.md"
5182
+ ],
5183
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/github-actions-efficiency/SKILL.md"
5184
+ },
5185
+ {
5186
+ "name": "github-codespaces-efficiency",
5187
+ "description": "Audit and improve GitHub Codespaces efficiency. Use this skill when a user wants faster Codespaces startup, lower Codespaces spend, slim devcontainers, right-size machines, tune idle timeout, or scope prebuilds to branches with sustained usage.",
5188
+ "tags": [],
5189
+ "path": "skills/github-codespaces-efficiency/SKILL.md",
5190
+ "type": "skill",
5191
+ "files": [
5192
+ "SKILL.md",
5193
+ "references/codespaces.md",
5194
+ "references/review-rubric.md"
5195
+ ],
5196
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/github-codespaces-efficiency/SKILL.md"
5197
+ },
5065
5198
  {
5066
5199
  "name": "github-copilot-starter",
5067
5200
  "description": "Set up complete GitHub Copilot configuration for a new project based on technology stack",
@@ -5094,7 +5227,7 @@
5094
5227
  },
5095
5228
  {
5096
5229
  "name": "github-release",
5097
- "description": "Guides IA through releasing a new version of a GitHub library end-to-end. Handles SemVer versioning and Keep a Changelog formatting automatically.\n",
5230
+ "description": "Guides IA through releasing a new version of a GitHub library end-to-end. Handles SemVer versioning and Keep a Changelog formatting automatically.\n",
5098
5231
  "tags": [],
5099
5232
  "path": "skills/github-release/SKILL.md",
5100
5233
  "type": "skill",
@@ -5250,6 +5383,17 @@
5250
5383
  ],
5251
5384
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/gtm-technical-product-pricing/SKILL.md"
5252
5385
  },
5386
+ {
5387
+ "name": "image-annotations",
5388
+ "description": "Annotate screenshots, diagrams, and images with callout rectangles, arrows, labels, and color-coded highlights using PIL. Includes rules for animated GIF annotations with timing and pacing.",
5389
+ "tags": [],
5390
+ "path": "skills/image-annotations/SKILL.md",
5391
+ "type": "skill",
5392
+ "files": [
5393
+ "SKILL.md"
5394
+ ],
5395
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/image-annotations/SKILL.md"
5396
+ },
5253
5397
  {
5254
5398
  "name": "image-manipulation-image-magick",
5255
5399
  "description": "Process and manipulate images using ImageMagick. Supports resizing, format conversion, batch processing, and retrieving image metadata. Use when working with images, creating thumbnails, resizing wallpapers, or performing batch image operations.",
@@ -5498,17 +5642,6 @@
5498
5642
  ],
5499
5643
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/make-repo-contribution/SKILL.md"
5500
5644
  },
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
5645
  {
5513
5646
  "name": "markdown-to-html",
5514
5647
  "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 +5893,6 @@
5760
5893
  ],
5761
5894
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/mkdocs-translations/SKILL.md"
5762
5895
  },
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
5896
  {
5775
5897
  "name": "msgraph-sdk",
5776
5898
  "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 +5969,6 @@
5847
5969
  ],
5848
5970
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/mvvm-toolkit-messenger/SKILL.md"
5849
5971
  },
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
5972
  {
5873
5973
  "name": "nano-banana-pro-openrouter",
5874
5974
  "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 +6070,19 @@
5970
6070
  ],
5971
6071
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/openapi-to-application-code/SKILL.md"
5972
6072
  },
6073
+ {
6074
+ "name": "optimize-simplicite-logs",
6075
+ "description": "capability to parse Simplicité logs from a raw `.txt` file, filter fields to reduce noise, and output the result as structured JSON.",
6076
+ "tags": [],
6077
+ "path": "skills/optimize-simplicite-logs/SKILL.md",
6078
+ "type": "skill",
6079
+ "files": [
6080
+ "SKILL.md",
6081
+ "scripts/SimpliciteLog2Json.ps1",
6082
+ "scripts/simplicite-log2json.py"
6083
+ ],
6084
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/optimize-simplicite-logs/SKILL.md"
6085
+ },
5973
6086
  {
5974
6087
  "name": "pdftk-server",
5975
6088
  "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.",
@@ -6307,6 +6420,17 @@
6307
6420
  ],
6308
6421
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/pr-dashboard/SKILL.md"
6309
6422
  },
6423
+ {
6424
+ "name": "pr-screenshots",
6425
+ "description": "Embed before/after screenshots and annotated images in pull request descriptions. Covers PR description patterns, image upload for Azure DevOps and GitHub, and sizing best practices.",
6426
+ "tags": [],
6427
+ "path": "skills/pr-screenshots/SKILL.md",
6428
+ "type": "skill",
6429
+ "files": [
6430
+ "SKILL.md"
6431
+ ],
6432
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/pr-screenshots/SKILL.md"
6433
+ },
6310
6434
  {
6311
6435
  "name": "prd",
6312
6436
  "description": "Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis.",
@@ -6340,17 +6464,6 @@
6340
6464
  ],
6341
6465
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/project-workflow-analysis-blueprint-generator/SKILL.md"
6342
6466
  },
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
6467
  {
6355
6468
  "name": "prompt-optimizer",
6356
6469
  "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.",
@@ -7147,6 +7260,17 @@
7147
7260
  ],
7148
7261
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/scoutqa-test/SKILL.md"
7149
7262
  },
7263
+ {
7264
+ "name": "screen-recording",
7265
+ "description": "Create annotated animated GIF demos and screen recordings for pull requests and documentation. Covers frame capture, timing, imageio-based GIF creation, and per-frame annotation workflows.",
7266
+ "tags": [],
7267
+ "path": "skills/screen-recording/SKILL.md",
7268
+ "type": "skill",
7269
+ "files": [
7270
+ "SKILL.md"
7271
+ ],
7272
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/screen-recording/SKILL.md"
7273
+ },
7150
7274
  {
7151
7275
  "name": "secret-scanning",
7152
7276
  "description": "Guide for configuring and managing GitHub secret scanning, push protection, custom patterns, and secret alert remediation. For pre-commit secret scanning in AI coding agents via the GitHub MCP Server, this skill references the Advanced Security plugin (`advanced-security@copilot-plugins`). Use this skill when enabling secret scanning, setting up push protection, defining custom patterns, triaging alerts, resolving blocked pushes, or when an agent needs to scan code for secrets before committing.",
@@ -7284,6 +7408,18 @@
7284
7408
  ],
7285
7409
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/sql-optimization/SKILL.md"
7286
7410
  },
7411
+ {
7412
+ "name": "sql-server-table-reconciliation",
7413
+ "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.",
7414
+ "tags": [],
7415
+ "path": "skills/sql-server-table-reconciliation/SKILL.md",
7416
+ "type": "skill",
7417
+ "files": [
7418
+ "SKILL.md",
7419
+ "scripts/reconcile.py"
7420
+ ],
7421
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/sql-server-table-reconciliation/SKILL.md"
7422
+ },
7287
7423
  {
7288
7424
  "name": "ssma-console",
7289
7425
  "description": "Use when: SSMA console operations — create project, generate assessment report, convert schema, migrate data, Oracle to SQL Server migration, schema conversion, data migration",
@@ -7491,6 +7627,17 @@
7491
7627
  ],
7492
7628
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/typespec-create-api-plugin/SKILL.md"
7493
7629
  },
7630
+ {
7631
+ "name": "ui-screenshots",
7632
+ "description": "Capture screenshots of web apps during development using Playwright and PIL. Supports full-page captures, interactive states, and an iterate-on-crop workflow that avoids slow re-screenshots.",
7633
+ "tags": [],
7634
+ "path": "skills/ui-screenshots/SKILL.md",
7635
+ "type": "skill",
7636
+ "files": [
7637
+ "SKILL.md"
7638
+ ],
7639
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/ui-screenshots/SKILL.md"
7640
+ },
7494
7641
  {
7495
7642
  "name": "unit-test-vue-pinia",
7496
7643
  "description": "Write and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores; mocking Pinia with createTestingPinia; applying Vue Test Utils patterns; and enforcing black-box assertions over implementation details.",
@@ -7591,33 +7738,6 @@
7591
7738
  ],
7592
7739
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/vscode-ext-localization/SKILL.md"
7593
7740
  },
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
7741
  {
7622
7742
  "name": "web-design-reviewer",
7623
7743
  "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 +7841,34 @@
7721
7841
  "collections": [],
7722
7842
  "plugins": [
7723
7843
  {
7724
- "name": "dataverse",
7725
- "description": "Build and manage Microsoft Dataverse solutions using natural language. Includes table/column creation, solution lifecycle, data operations, and MCP server configuration.",
7844
+ "name": "ai-ready",
7845
+ "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
7846
  "tags": [
7727
- "dataverse",
7728
- "power-platform",
7729
- "microsoft",
7730
- "mcp",
7731
- "python",
7732
- "sdk"
7847
+ "ai-ready",
7848
+ "copilot",
7849
+ "agents",
7850
+ "configuration",
7851
+ "skills",
7852
+ "code-review",
7853
+ "onboarding"
7733
7854
  ],
7734
7855
  "version": "1.0.0",
7735
7856
  "author": {
7736
- "name": "Microsoft",
7737
- "url": "https://www.microsoft.com"
7857
+ "name": "John Papa",
7858
+ "url": "https://github.com/johnpapa"
7738
7859
  },
7739
- "homepage": "https://github.com/microsoft/Dataverse-skills",
7740
- "repository": "https://github.com/microsoft/Dataverse-skills",
7860
+ "homepage": "https://github.com/johnpapa/ai-ready",
7861
+ "repository": "https://github.com/johnpapa/ai-ready",
7741
7862
  "license": "MIT",
7742
7863
  "source": {
7743
7864
  "source": "github",
7744
- "repo": "microsoft/Dataverse-skills",
7745
- "path": ".github/plugins/dataverse"
7865
+ "repo": "johnpapa/ai-ready",
7866
+ "path": ".github/plugin",
7867
+ "ref": "b993d6512c918d8a21a61b7931726f5980c3c920"
7746
7868
  },
7747
- "path": ".github/plugins/dataverse",
7869
+ "path": ".github/plugin",
7748
7870
  "type": "plugin",
7749
- "url": "https://github.com/microsoft/Dataverse-skills"
7871
+ "url": "https://github.com/johnpapa/ai-ready"
7750
7872
  },
7751
7873
  {
7752
7874
  "name": "azure",
@@ -7776,6 +7898,62 @@
7776
7898
  "type": "plugin",
7777
7899
  "url": "https://github.com/microsoft/github-copilot-for-azure"
7778
7900
  },
7901
+ {
7902
+ "name": "chrome-devtools-plugin",
7903
+ "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer.",
7904
+ "tags": [
7905
+ "chrome",
7906
+ "devtools",
7907
+ "mcp",
7908
+ "automation",
7909
+ "puppeteer",
7910
+ "debugging",
7911
+ "performance",
7912
+ "browser"
7913
+ ],
7914
+ "version": "1.0.1",
7915
+ "author": {
7916
+ "name": "Chrome DevTools Team"
7917
+ },
7918
+ "repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
7919
+ "license": "Apache-2.0",
7920
+ "source": {
7921
+ "source": "github",
7922
+ "repo": "ChromeDevTools/chrome-devtools-mcp",
7923
+ "ref": "chrome-devtools-mcp-v1.0.1"
7924
+ },
7925
+ "path": "plugins/external.json#chrome-devtools-plugin",
7926
+ "type": "plugin",
7927
+ "url": "https://github.com/ChromeDevTools/chrome-devtools-mcp"
7928
+ },
7929
+ {
7930
+ "name": "dataverse",
7931
+ "description": "Build and manage Microsoft Dataverse solutions using natural language. Includes table/column creation, solution lifecycle, data operations, and MCP server configuration.",
7932
+ "tags": [
7933
+ "dataverse",
7934
+ "power-platform",
7935
+ "microsoft",
7936
+ "mcp",
7937
+ "python",
7938
+ "sdk"
7939
+ ],
7940
+ "version": "1.0.0",
7941
+ "author": {
7942
+ "name": "Microsoft",
7943
+ "url": "https://www.microsoft.com"
7944
+ },
7945
+ "homepage": "https://github.com/microsoft/Dataverse-skills",
7946
+ "repository": "https://github.com/microsoft/Dataverse-skills",
7947
+ "license": "MIT",
7948
+ "source": {
7949
+ "source": "github",
7950
+ "repo": "microsoft/Dataverse-skills",
7951
+ "path": ".github/plugins/dataverse"
7952
+ },
7953
+ "path": ".github/plugins/dataverse",
7954
+ "type": "plugin",
7955
+ "url": "https://github.com/microsoft/Dataverse-skills"
7956
+ },
7779
7957
  {
7780
7958
  "name": "dotnet",
7781
7959
  "description": "Common everyday C#/.NET coding skills. Expected to be useful to all .NET developers.",
@@ -7807,17 +7985,19 @@
7807
7985
  "url": "https://github.com/dotnet/skills"
7808
7986
  },
7809
7987
  {
7810
- "name": "dotnet-test",
7811
- "description": "Skills for running, writing, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, coverage analysis, and MSTest workflows.",
7988
+ "name": "dotnet-diag",
7989
+ "description": "Skills for .NET performance investigations, debugging, and incident analysis.",
7812
7990
  "tags": [
7813
7991
  "dotnet",
7814
- "testing",
7815
- "mstest",
7816
- "xunit",
7817
- "nunit",
7818
- "test-generation",
7819
- "coverage",
7820
- "migration"
7992
+ "diagnostics",
7993
+ "performance",
7994
+ "debugging",
7995
+ "tracing",
7996
+ "symbolicate",
7997
+ "android-tombstone",
7998
+ "dump-collection",
7999
+ "microbenchmarking",
8000
+ "clr-activation"
7821
8001
  ],
7822
8002
  "version": "0.1.0",
7823
8003
  "author": {
@@ -7830,26 +8010,24 @@
7830
8010
  "source": {
7831
8011
  "source": "github",
7832
8012
  "repo": "dotnet/skills",
7833
- "path": "plugins/dotnet-test"
8013
+ "path": "plugins/dotnet-diag"
7834
8014
  },
7835
- "path": "plugins/dotnet-test",
8015
+ "path": "plugins/dotnet-diag",
7836
8016
  "type": "plugin",
7837
8017
  "url": "https://github.com/dotnet/skills"
7838
8018
  },
7839
8019
  {
7840
- "name": "dotnet-diag",
7841
- "description": "Skills for .NET performance investigations, debugging, and incident analysis.",
8020
+ "name": "dotnet-test",
8021
+ "description": "Skills for running, writing, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, coverage analysis, and MSTest workflows.",
7842
8022
  "tags": [
7843
8023
  "dotnet",
7844
- "diagnostics",
7845
- "performance",
7846
- "debugging",
7847
- "tracing",
7848
- "symbolicate",
7849
- "android-tombstone",
7850
- "dump-collection",
7851
- "microbenchmarking",
7852
- "clr-activation"
8024
+ "testing",
8025
+ "mstest",
8026
+ "xunit",
8027
+ "nunit",
8028
+ "test-generation",
8029
+ "coverage",
8030
+ "migration"
7853
8031
  ],
7854
8032
  "version": "0.1.0",
7855
8033
  "author": {
@@ -7862,64 +8040,67 @@
7862
8040
  "source": {
7863
8041
  "source": "github",
7864
8042
  "repo": "dotnet/skills",
7865
- "path": "plugins/dotnet-diag"
8043
+ "path": "plugins/dotnet-test"
7866
8044
  },
7867
- "path": "plugins/dotnet-diag",
8045
+ "path": "plugins/dotnet-test",
7868
8046
  "type": "plugin",
7869
8047
  "url": "https://github.com/dotnet/skills"
7870
8048
  },
7871
8049
  {
7872
- "name": "skills-for-copilot-studio",
7873
- "description": "Microsoft Copilot Studio plugins for AI coding agents",
8050
+ "name": "figma",
8051
+ "description": "Plugin that includes the Figma MCP server and Skills for common workflows.",
7874
8052
  "tags": [
7875
- "copilot",
7876
- "copilot-studio",
7877
- "studio",
7878
- "agent",
7879
- "microsoft",
7880
- "coding"
8053
+ "figma",
8054
+ "design",
8055
+ "mcp",
8056
+ "ui",
8057
+ "code-connect"
7881
8058
  ],
7882
- "version": "1.0.3",
8059
+ "version": "1.0.0",
7883
8060
  "author": {
7884
- "name": "Microsoft Copilot Studio CAT Team",
7885
- "url": "https://www.microsoft.com"
8061
+ "name": "Figma",
8062
+ "url": "https://www.figma.com"
7886
8063
  },
7887
- "homepage": "https://github.com/microsoft/skills-for-copilot-studio",
7888
- "repository": "https://github.com/microsoft/skills-for-copilot-studio",
7889
- "license": "MIT",
8064
+ "homepage": "https://github.com/figma/mcp-server-guide",
8065
+ "repository": "https://github.com/figma/mcp-server-guide",
7890
8066
  "source": {
7891
8067
  "source": "github",
7892
- "repo": "microsoft/skills-for-copilot-studio"
8068
+ "repo": "figma/mcp-server-guide"
7893
8069
  },
7894
- "path": "plugins/external.json#skills-for-copilot-studio",
8070
+ "path": "plugins/external.json#figma",
7895
8071
  "type": "plugin",
7896
- "url": "https://github.com/microsoft/skills-for-copilot-studio"
8072
+ "url": "https://github.com/figma/mcp-server-guide"
7897
8073
  },
7898
8074
  {
7899
- "name": "modernize-dotnet",
7900
- "description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
8075
+ "name": "git-ape",
8076
+ "description": "Intelligent Azure deployment agent system for GitHub Copilot with guided ARM template generation, security gates, cost analysis, and deployment workflows.",
7901
8077
  "tags": [
7902
- "modernization",
7903
- "upgrade",
7904
- "migration",
7905
- "dotnet"
8078
+ "azure",
8079
+ "cloud",
8080
+ "infrastructure",
8081
+ "arm-templates",
8082
+ "deployment",
8083
+ "devops",
8084
+ "iac",
8085
+ "security",
8086
+ "cost-estimation",
8087
+ "github-actions"
7906
8088
  ],
7907
- "version": "1.0.1119-preview1",
8089
+ "version": "0.0.1",
7908
8090
  "author": {
7909
8091
  "name": "Microsoft",
7910
- "url": "https://www.microsoft.com"
8092
+ "url": "https://github.com/Azure/git-ape"
7911
8093
  },
7912
- "homepage": "https://github.com/dotnet/modernize-dotnet",
7913
- "repository": "https://github.com/dotnet/modernize-dotnet",
8094
+ "homepage": "https://github.com/Azure/git-ape",
8095
+ "repository": "https://github.com/Azure/git-ape",
7914
8096
  "license": "MIT",
7915
8097
  "source": {
7916
8098
  "source": "github",
7917
- "repo": "dotnet/modernize-dotnet",
7918
- "path": "plugins/modernize-dotnet"
8099
+ "repo": "Azure/git-ape"
7919
8100
  },
7920
- "path": "plugins/modernize-dotnet",
8101
+ "path": "plugins/external.json#git-ape",
7921
8102
  "type": "plugin",
7922
- "url": "https://github.com/dotnet/modernize-dotnet"
8103
+ "url": "https://github.com/Azure/git-ape"
7923
8104
  },
7924
8105
  {
7925
8106
  "name": "microsoft-docs",
@@ -7953,147 +8134,203 @@
7953
8134
  "url": "https://github.com/MicrosoftDocs/mcp"
7954
8135
  },
7955
8136
  {
7956
- "name": "figma",
7957
- "description": "Plugin that includes the Figma MCP server and Skills for common workflows.",
8137
+ "name": "microsoft-events",
8138
+ "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
8139
  "tags": [
7959
- "figma",
7960
- "design",
7961
- "mcp",
7962
- "ui",
7963
- "code-connect"
8140
+ "microsoft",
8141
+ "build",
8142
+ "ignite",
8143
+ "events",
8144
+ "sessions",
8145
+ "learn"
7964
8146
  ],
7965
8147
  "version": "1.0.0",
7966
8148
  "author": {
7967
- "name": "Figma",
7968
- "url": "https://www.figma.com"
8149
+ "name": "Microsoft",
8150
+ "url": "https://www.microsoft.com"
7969
8151
  },
7970
- "homepage": "https://github.com/figma/mcp-server-guide",
7971
- "repository": "https://github.com/figma/mcp-server-guide",
8152
+ "homepage": "https://github.com/microsoft/Build-CLI",
8153
+ "repository": "https://github.com/microsoft/Build-CLI",
8154
+ "license": "Apache-2.0",
7972
8155
  "source": {
7973
8156
  "source": "github",
7974
- "repo": "figma/mcp-server-guide"
8157
+ "repo": "microsoft/Build-CLI"
7975
8158
  },
7976
- "path": "plugins/external.json#figma",
8159
+ "path": "plugins/external.json#microsoft-events",
7977
8160
  "type": "plugin",
7978
- "url": "https://github.com/figma/mcp-server-guide"
8161
+ "url": "https://github.com/microsoft/Build-CLI"
7979
8162
  },
7980
8163
  {
7981
- "name": "whatidid",
7982
- "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.",
8164
+ "name": "modernize-dotnet",
8165
+ "description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
7983
8166
  "tags": [
7984
- "copilot",
7985
- "productivity",
7986
- "impact",
7987
- "report",
7988
- "estimation",
7989
- "roi",
7990
- "session-logs"
8167
+ "modernization",
8168
+ "upgrade",
8169
+ "migration",
8170
+ "dotnet"
7991
8171
  ],
7992
- "version": "1.0.0",
8172
+ "version": "1.0.1146-preview1",
7993
8173
  "author": {
7994
8174
  "name": "Microsoft",
7995
8175
  "url": "https://www.microsoft.com"
7996
8176
  },
7997
- "homepage": "https://github.com/microsoft/What-I-Did-Copilot",
7998
- "repository": "https://github.com/microsoft/What-I-Did-Copilot",
8177
+ "homepage": "https://github.com/dotnet/modernize-dotnet",
8178
+ "repository": "https://github.com/dotnet/modernize-dotnet",
7999
8179
  "license": "MIT",
8000
8180
  "source": {
8001
8181
  "source": "github",
8002
- "repo": "microsoft/What-I-Did-Copilot"
8182
+ "repo": "dotnet/modernize-dotnet",
8183
+ "path": "plugins/modernize-dotnet"
8003
8184
  },
8004
- "path": "plugins/external.json#whatidid",
8185
+ "path": "plugins/modernize-dotnet",
8005
8186
  "type": "plugin",
8006
- "url": "https://github.com/microsoft/What-I-Did-Copilot"
8187
+ "url": "https://github.com/dotnet/modernize-dotnet"
8007
8188
  },
8008
8189
  {
8009
- "name": "git-ape",
8010
- "description": "Intelligent Azure deployment agent system for GitHub Copilot with guided ARM template generation, security gates, cost analysis, and deployment workflows.",
8190
+ "name": "pm-skills",
8191
+ "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
8192
  "tags": [
8012
- "azure",
8013
- "cloud",
8014
- "infrastructure",
8015
- "arm-templates",
8016
- "deployment",
8017
- "devops",
8018
- "iac",
8019
- "security",
8020
- "cost-estimation",
8021
- "github-actions"
8022
- ],
8023
- "version": "0.0.1",
8193
+ "product-management",
8194
+ "competitive-analysis",
8195
+ "specification-writing",
8196
+ "product-strategy",
8197
+ "go-to-market",
8198
+ "metrics",
8199
+ "discovery-research",
8200
+ "narrative",
8201
+ "stakeholder-alignment",
8202
+ "mcp"
8203
+ ],
8204
+ "version": "2.1.0",
8024
8205
  "author": {
8025
- "name": "Microsoft",
8026
- "url": "https://github.com/Azure/git-ape"
8206
+ "name": "Parth Sangani",
8207
+ "url": "https://github.com/Avyayalaya"
8027
8208
  },
8028
- "homepage": "https://github.com/Azure/git-ape",
8029
- "repository": "https://github.com/Azure/git-ape",
8209
+ "repository": "https://github.com/Avyayalaya/pm-skills-arsenal",
8030
8210
  "license": "MIT",
8031
8211
  "source": {
8032
8212
  "source": "github",
8033
- "repo": "Azure/git-ape"
8213
+ "repo": "Avyayalaya/pm-skills-arsenal",
8214
+ "ref": "v2.1.0"
8034
8215
  },
8035
- "path": "plugins/external.json#git-ape",
8216
+ "path": "plugins/external.json#pm-skills",
8036
8217
  "type": "plugin",
8037
- "url": "https://github.com/Azure/git-ape"
8218
+ "url": "https://github.com/Avyayalaya/pm-skills-arsenal"
8038
8219
  },
8039
8220
  {
8040
- "name": "microsoft-events",
8041
- "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.",
8221
+ "name": "skills-for-copilot-studio",
8222
+ "description": "Microsoft Copilot Studio plugins for AI coding agents",
8042
8223
  "tags": [
8224
+ "copilot",
8225
+ "copilot-studio",
8226
+ "studio",
8227
+ "agent",
8043
8228
  "microsoft",
8044
- "build",
8045
- "ignite",
8046
- "events",
8047
- "sessions",
8048
- "learn"
8229
+ "coding"
8049
8230
  ],
8050
- "version": "1.0.0",
8231
+ "version": "1.0.3",
8051
8232
  "author": {
8052
- "name": "Microsoft",
8233
+ "name": "Microsoft Copilot Studio CAT Team",
8053
8234
  "url": "https://www.microsoft.com"
8054
8235
  },
8055
- "homepage": "https://github.com/microsoft/Build-CLI",
8056
- "repository": "https://github.com/microsoft/Build-CLI",
8236
+ "homepage": "https://github.com/microsoft/skills-for-copilot-studio",
8237
+ "repository": "https://github.com/microsoft/skills-for-copilot-studio",
8238
+ "license": "MIT",
8239
+ "source": {
8240
+ "source": "github",
8241
+ "repo": "microsoft/skills-for-copilot-studio"
8242
+ },
8243
+ "path": "plugins/external.json#skills-for-copilot-studio",
8244
+ "type": "plugin",
8245
+ "url": "https://github.com/microsoft/skills-for-copilot-studio"
8246
+ },
8247
+ {
8248
+ "name": "sonarqube",
8249
+ "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.",
8250
+ "tags": [
8251
+ "sonarqube",
8252
+ "code-quality",
8253
+ "static-analysis",
8254
+ "security",
8255
+ "secrets"
8256
+ ],
8257
+ "version": "2.0.0",
8258
+ "author": {
8259
+ "name": "Sonar",
8260
+ "url": "https://sonarsource.com/"
8261
+ },
8262
+ "homepage": "https://sonarsource.com/",
8263
+ "repository": "https://github.com/SonarSource/sonarqube-agent-plugins",
8264
+ "license": "SSAL-1.0",
8265
+ "source": {
8266
+ "source": "github",
8267
+ "repo": "SonarSource/sonarqube-agent-plugins",
8268
+ "ref": "2.0.0"
8269
+ },
8270
+ "path": "plugins/external.json#sonarqube",
8271
+ "type": "plugin",
8272
+ "url": "https://github.com/SonarSource/sonarqube-agent-plugins"
8273
+ },
8274
+ {
8275
+ "name": "vercel-plugin",
8276
+ "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.",
8277
+ "tags": [
8278
+ "vercel",
8279
+ "nextjs",
8280
+ "ai-sdk",
8281
+ "turborepo",
8282
+ "turbopack",
8283
+ "workflow",
8284
+ "deployment",
8285
+ "edge-functions",
8286
+ "serverless",
8287
+ "ai-gateway"
8288
+ ],
8289
+ "version": "0.43.0",
8290
+ "author": {
8291
+ "name": "Vercel",
8292
+ "url": "https://github.com/vercel"
8293
+ },
8294
+ "homepage": "https://vercel.com/docs/agent-resources/vercel-plugin",
8295
+ "repository": "https://github.com/vercel/vercel-plugin",
8057
8296
  "license": "Apache-2.0",
8058
8297
  "source": {
8059
8298
  "source": "github",
8060
- "repo": "microsoft/Build-CLI"
8299
+ "repo": "vercel/vercel-plugin",
8300
+ "path": "/",
8301
+ "sha": "6e51924cb249e2941de005d59f1ac6f768477b98"
8061
8302
  },
8062
- "path": "plugins/external.json#microsoft-events",
8303
+ "path": "/",
8063
8304
  "type": "plugin",
8064
- "url": "https://github.com/microsoft/Build-CLI"
8305
+ "url": "https://github.com/vercel/vercel-plugin"
8065
8306
  },
8066
8307
  {
8067
- "name": "winui",
8068
- "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.",
8308
+ "name": "whatidid",
8309
+ "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.",
8069
8310
  "tags": [
8070
- "windows",
8071
- "winui",
8072
- "winui3",
8073
- "xaml",
8074
- "windows-app-sdk",
8075
- "msix",
8076
- "packaging",
8077
- "desktop",
8078
- "wpf-migration",
8079
- "electron-migration"
8311
+ "copilot",
8312
+ "productivity",
8313
+ "impact",
8314
+ "report",
8315
+ "estimation",
8316
+ "roi",
8317
+ "session-logs"
8080
8318
  ],
8081
- "version": "0.3.0",
8319
+ "version": "1.0.0",
8082
8320
  "author": {
8083
8321
  "name": "Microsoft",
8084
8322
  "url": "https://www.microsoft.com"
8085
8323
  },
8086
- "homepage": "https://github.com/microsoft/win-dev-skills",
8087
- "repository": "https://github.com/microsoft/win-dev-skills",
8324
+ "homepage": "https://github.com/microsoft/What-I-Did-Copilot",
8325
+ "repository": "https://github.com/microsoft/What-I-Did-Copilot",
8088
8326
  "license": "MIT",
8089
8327
  "source": {
8090
8328
  "source": "github",
8091
- "repo": "microsoft/win-dev-skills",
8092
- "path": "plugins/winui"
8329
+ "repo": "microsoft/What-I-Did-Copilot"
8093
8330
  },
8094
- "path": "plugins/winui",
8331
+ "path": "plugins/external.json#whatidid",
8095
8332
  "type": "plugin",
8096
- "url": "https://github.com/microsoft/win-dev-skills"
8333
+ "url": "https://github.com/microsoft/What-I-Did-Copilot"
8097
8334
  },
8098
8335
  {
8099
8336
  "name": "winappcli",
@@ -8126,6 +8363,38 @@
8126
8363
  "path": "plugins/external.json#winappcli",
8127
8364
  "type": "plugin",
8128
8365
  "url": "https://github.com/microsoft/WinAppCli"
8366
+ },
8367
+ {
8368
+ "name": "winui",
8369
+ "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.",
8370
+ "tags": [
8371
+ "windows",
8372
+ "winui",
8373
+ "winui3",
8374
+ "xaml",
8375
+ "windows-app-sdk",
8376
+ "msix",
8377
+ "packaging",
8378
+ "desktop",
8379
+ "wpf-migration",
8380
+ "electron-migration"
8381
+ ],
8382
+ "version": "0.3.0",
8383
+ "author": {
8384
+ "name": "Microsoft",
8385
+ "url": "https://www.microsoft.com"
8386
+ },
8387
+ "homepage": "https://github.com/microsoft/win-dev-skills",
8388
+ "repository": "https://github.com/microsoft/win-dev-skills",
8389
+ "license": "MIT",
8390
+ "source": {
8391
+ "source": "github",
8392
+ "repo": "microsoft/win-dev-skills",
8393
+ "path": "plugins/winui"
8394
+ },
8395
+ "path": "plugins/winui",
8396
+ "type": "plugin",
8397
+ "url": "https://github.com/microsoft/win-dev-skills"
8129
8398
  }
8130
8399
  ],
8131
8400
  "hooks": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awesome-copilot-mcp",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "Model Context Protocol server for awesome-copilot agents and collections",
5
5
  "main": "dist/index.js",
6
6
  "files": [