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": "./" + } } ]