From be6b400fb5cda86162081ded8a75a11dc174b1ad Mon Sep 17 00:00:00 2001 From: Eric Scherlinger <35633680+ericsche@users.noreply.github.com> Date: Thu, 19 Mar 2026 00:32:58 +0100 Subject: [PATCH] adding the skills for copilot studio in stage (#1065) * adding the skills for copilot studio in stage * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * udpate the keywords to match Github copilot * Removing path regarding Copilot feedback --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 24 ++++++++++++++++++++++++ plugins/external.json | 17 +++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index b0d250c0..95313489 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -380,6 +380,30 @@ "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" + } + }, { "name": "software-engineering-team", "source": "software-engineering-team", diff --git a/plugins/external.json b/plugins/external.json index c42dc51a..4c730be7 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -70,5 +70,22 @@ "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" + } } ]