Skip to content

Commit be6b400

Browse files
ericscheCopilot
andauthored
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>
1 parent 05f4d67 commit be6b400

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,30 @@
380380
"description": "Security frameworks, accessibility guidelines, performance optimization, and code quality best practices for building secure, maintainable, and high-performance applications.",
381381
"version": "1.0.0"
382382
},
383+
{
384+
"name": "skills-for-copilot-studio",
385+
"description": "Microsoft Copilot Studio plugins for AI coding agents",
386+
"version": "1.0.3",
387+
"author": {
388+
"name": "Microsoft Copilot Studio CAT Team",
389+
"url": "https://www.microsoft.com"
390+
},
391+
"homepage": "https://github.com/microsoft/skills-for-copilot-studio",
392+
"keywords": [
393+
"copilot",
394+
"copilot-studio",
395+
"studio",
396+
"agent",
397+
"microsoft",
398+
"coding"
399+
],
400+
"license": "MIT",
401+
"repository": "https://github.com/microsoft/skills-for-copilot-studio",
402+
"source": {
403+
"source": "github",
404+
"repo": "microsoft/skills-for-copilot-studio"
405+
}
406+
},
383407
{
384408
"name": "software-engineering-team",
385409
"source": "software-engineering-team",

plugins/external.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,22 @@
7070
"repo": "dotnet/skills",
7171
"path": "plugins/dotnet-diag"
7272
}
73+
},
74+
{
75+
"name": "skills-for-copilot-studio",
76+
"description": "Microsoft Copilot Studio plugins for AI coding agents",
77+
"version": "1.0.3",
78+
"author": {
79+
"name": "Microsoft Copilot Studio CAT Team",
80+
"url": "https://www.microsoft.com"
81+
},
82+
"homepage": "https://github.com/microsoft/skills-for-copilot-studio",
83+
"keywords": ["copilot", "copilot-studio", "studio", "agent", "microsoft", "coding"],
84+
"license": "MIT",
85+
"repository": "https://github.com/microsoft/skills-for-copilot-studio",
86+
"source": {
87+
"source": "github",
88+
"repo": "microsoft/skills-for-copilot-studio"
89+
}
7390
}
7491
]

0 commit comments

Comments
 (0)