Files
awesome-copilot/plugins/winui3-development/.github/plugin/plugin.json
2026-03-12 04:48:17 +00:00

25 lines
595 B
JSON

{
"name": "winui3-development",
"description": "WinUI 3 and Windows App SDK development agent, instructions, and migration guide. Prevents common UWP API misuse and guides correct WinUI 3 patterns for desktop Windows apps.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"winui",
"winui3",
"windows-app-sdk",
"xaml",
"desktop",
"windows"
],
"agents": [
"./agents"
],
"skills": [
"./skills/winui3-migration-guide"
]
}