mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-19 15:45:12 +00:00
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:
24
.github/plugin/marketplace.json
vendored
24
.github/plugin/marketplace.json
vendored
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user