Files
awesome-copilot/plugins/winui3-development/.github/plugin/plugin.json
T
Alvin Ashcraft e7755069e9 WinUI plugin enhancements and add MVVM Toolkit skill (#1643)
* WinUI plugin enhancements and mvvm toolkit skill

* Split mvvm-toolkit skill for slimming
2026-05-11 11:29:33 +10:00

33 lines
986 B
JSON

{
"name": "winui3-development",
"description": "End-to-end WinUI 3 and Windows App SDK toolkit: expert agent, coding instructions, UWP-to-WinUI 3 migration guide, MVVM Toolkit reference, plus CLIs for packaging/debugging (winapp) and Microsoft Store publishing (msstore). Covers the full write → package → publish lifecycle for desktop Windows apps and prevents common UWP API misuse.",
"version": "1.2.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"winui",
"winui3",
"windows-app-sdk",
"xaml",
"desktop",
"windows",
"mvvm",
"msix",
"microsoft-store"
],
"agents": [
"./agents/winui3-expert.md"
],
"skills": [
"./skills/msstore-cli/",
"./skills/mvvm-toolkit-di/",
"./skills/mvvm-toolkit-messenger/",
"./skills/mvvm-toolkit/",
"./skills/winapp-cli/",
"./skills/winui3-migration-guide/"
]
}