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>
This commit is contained in:
Eric Scherlinger
2026-03-19 00:32:58 +01:00
committed by GitHub
parent 05f4d6757e
commit be6b400fb5
2 changed files with 41 additions and 0 deletions

View File

@@ -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",

View File

@@ -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"
}
}
]