mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 20:25:11 +00:00
25 lines
595 B
JSON
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"
|
|
]
|
|
}
|