Add winappcli external plugin (#1674)

* Add winappcli external plugin

References microsoft/WinAppCli rel/v0.3.1 branch.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Address PR feedback: use source.ref and trim keywords

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* moving ref to stable branch

* removing skills doc and references

* minor changes in language

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Jaylyn Barbee
2026-05-14 21:07:32 -04:00
committed by GitHub
parent 0193383e4b
commit 9c54e98353
5 changed files with 58 additions and 204 deletions
+29
View File
@@ -707,6 +707,35 @@
"repo": "microsoft/What-I-Did-Copilot"
}
},
{
"name": "winappcli",
"description": "Windows app development, packaging, and distribution. Helps with creating Windows installers (MSIX), code signing, certificates, Windows SDK and Windows App SDK setup, package identity for Windows APIs (push notifications, background tasks, share target), appxmanifest authoring, and Microsoft Store distribution. Supports Electron, .NET, C++, Rust, Flutter, and Tauri apps.",
"version": "0.3.1",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft/WinAppCli"
},
"homepage": "https://github.com/microsoft/WinAppCli",
"keywords": [
"windows",
"msix",
"packaging",
"installer",
"code-signing",
"appxmanifest",
"microsoft-store",
"electron",
"tauri",
"desktop-app"
],
"license": "MIT",
"repository": "https://github.com/microsoft/WinAppCli",
"source": {
"source": "github",
"repo": "microsoft/WinAppCli",
"ref": "stable"
}
},
{
"name": "winui",
"description": "Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks (WPF, WinForms, Electron, Tauri, Flutter) to WinUI 3, or add features to existing WinUI 3 applications. Includes MSIX packaging, code signing, UI automation testing, and Windows App SDK guidance.",