From a58239e3f9922e36275b27defd277c1131e9cf91 Mon Sep 17 00:00:00 2001 From: Eric Scherlinger <35633680+ericsche@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:29:30 +0100 Subject: [PATCH] Add skills-for-copilot-studio plugin detais Added new plugin 'skills-for-copilot-studio' with metadata. --- plugins/external.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/plugins/external.json b/plugins/external.json index ec8c8073a..094b1f7a4 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -16,5 +16,23 @@ "repo": "microsoft/azure-skills", "path": ".github/plugins/azure-skills" } + }, + { + "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-studios", + "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": "./" + } } ]