mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-15 11:11:48 +00:00
e7755069e9
* WinUI plugin enhancements and mvvm toolkit skill * Split mvvm-toolkit skill for slimming
33 lines
986 B
JSON
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/"
|
|
]
|
|
}
|