Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
17 changes: 17 additions & 0 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
Loading