From b7e0f9992a25a12672e8b9f79c08076b6807cf72 Mon Sep 17 00:00:00 2001 From: Eric Scherlinger <35633680+ericsche@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:48:23 +0100 Subject: [PATCH 1/4] adding the skills for copilot studio in stage --- .github/plugin/marketplace.json | 25 +++++++++++++++++++++++++ plugins/external.json | 18 ++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index b0d250c05..c266b14b9 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -380,6 +380,31 @@ "description": "Security frameworks, accessibility guidelines, performance optimization, and code quality best practices for building secure, maintainable, and high-performance applications.", "version": "1.0.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", + "path": "./" + } + }, { "name": "software-engineering-team", "source": "software-engineering-team", diff --git a/plugins/external.json b/plugins/external.json index c42dc51a6..87da70d64 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -70,5 +70,23 @@ "repo": "dotnet/skills", "path": "plugins/dotnet-diag" } + }, + { + "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", + "path": "./" + } } ] From dfc6048608a4135f733e72410470fdac9b513ddb Mon Sep 17 00:00:00 2001 From: Eric Scherlinger <35633680+ericsche@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:56:17 +0100 Subject: [PATCH 2/4] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- plugins/external.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/external.json b/plugins/external.json index 87da70d64..ea4744d16 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -80,7 +80,7 @@ "url": "https://www.microsoft.com" }, "homepage": "https://github.com/microsoft/skills-for-copilot-studio", - "keywords": ["copilot", "copilot studio", "studio", "agent", "microsoft", "coding"], + "keywords": ["copilot", "copilot-studio", "studio", "agent", "microsoft", "coding"], "license": "MIT", "repository": "https://github.com/microsoft/skills-for-copilot-studio", "source": { From c9f5c0cb43033d0b9bb995895b35e035ab921dce Mon Sep 17 00:00:00 2001 From: Eric Scherlinger <35633680+ericsche@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:03:07 +0100 Subject: [PATCH 3/4] udpate the keywords to match Github copilot --- .github/plugin/marketplace.json | 2 +- plugins/external.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index c266b14b9..f75540f51 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -391,7 +391,7 @@ "homepage": "https://github.com/microsoft/skills-for-copilot-studio", "keywords": [ "copilot", - "copilot studio", + "copilot-studio", "studio", "agent", "microsoft", diff --git a/plugins/external.json b/plugins/external.json index 87da70d64..ea4744d16 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -80,7 +80,7 @@ "url": "https://www.microsoft.com" }, "homepage": "https://github.com/microsoft/skills-for-copilot-studio", - "keywords": ["copilot", "copilot studio", "studio", "agent", "microsoft", "coding"], + "keywords": ["copilot", "copilot-studio", "studio", "agent", "microsoft", "coding"], "license": "MIT", "repository": "https://github.com/microsoft/skills-for-copilot-studio", "source": { From d258f809be034473ab334f90e0ec89bb29f89c32 Mon Sep 17 00:00:00 2001 From: Eric Scherlinger <35633680+ericsche@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:11:57 +0100 Subject: [PATCH 4/4] Removing path regarding Copilot feedback --- .github/plugin/marketplace.json | 3 +-- plugins/external.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index f75540f51..953134897 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -401,8 +401,7 @@ "repository": "https://github.com/microsoft/skills-for-copilot-studio", "source": { "source": "github", - "repo": "microsoft/skills-for-copilot-studio", - "path": "./" + "repo": "microsoft/skills-for-copilot-studio" } }, { diff --git a/plugins/external.json b/plugins/external.json index ea4744d16..4c730be7f 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -85,8 +85,7 @@ "repository": "https://github.com/microsoft/skills-for-copilot-studio", "source": { "source": "github", - "repo": "microsoft/skills-for-copilot-studio", - "path": "./" + "repo": "microsoft/skills-for-copilot-studio" } } ]