Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,28 @@
"name": "Microsoft",
"url": "https://github.com/microsoft/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.",
"description": "Agent plugin for developing Windows apps with the winapp CLI. Scaffold WinUI/XAML apps, find WinUI controls and Windows APIs, inspect and automate desktop app UIs, configure Windows SDK and Windows App SDK access, and package, sign, and distribute apps with MSIX. Supports WinUI, Electron, .NET (WPF, WinForms, and MAUI), C++, Rust, Flutter, and Tauri.",
"version": "0.6.3",
"plugins": [
{
"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.",
"description": "Agent plugin for developing Windows apps with the winapp CLI. Scaffold WinUI/XAML apps, find WinUI controls and Windows APIs, inspect and automate desktop app UIs, configure Windows SDK and Windows App SDK access, and package, sign, and distribute apps with MSIX. Supports WinUI, Electron, .NET (WPF, WinForms, and MAUI), C++, Rust, Flutter, and Tauri.",
"version": "0.6.3",
"source": "./plugins/winapp",
"category": "windows-development",
"tags": [
"windows",
"winui",
"xaml",
"msix",
"packaging",
"installer",
"desktop",
"notifications",
"sdk",
"scaffolding",
"ui-automation",
"windows-app-sdk",
"signing",
"certificate",
"distribution"
Expand Down
4 changes: 2 additions & 2 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"url": "https://github.com/microsoft/WinAppCli"
},
"metadata": {
"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.",
"description": "Agent plugin for developing Windows apps with the winapp CLI. Scaffold WinUI/XAML apps, find WinUI controls and Windows APIs, inspect and automate desktop app UIs, configure Windows SDK and Windows App SDK access, and package, sign, and distribute apps with MSIX. Supports WinUI, Electron, .NET (WPF, WinForms, and MAUI), C++, Rust, Flutter, and Tauri.",
"version": "0.6.3"
},
"plugins": [
{
"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.",
"description": "Agent plugin for developing Windows apps with the winapp CLI. Scaffold WinUI/XAML apps, find WinUI controls and Windows APIs, inspect and automate desktop app UIs, configure Windows SDK and Windows App SDK access, and package, sign, and distribute apps with MSIX. Supports WinUI, Electron, .NET (WPF, WinForms, and MAUI), C++, Rust, Flutter, and Tauri.",
"version": "0.6.3",
"source": "./plugins/winapp"
}
Expand Down
15 changes: 14 additions & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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.",
"description": "Agent plugin for developing Windows apps with the winapp CLI. Scaffold WinUI/XAML apps, find WinUI controls and Windows APIs, inspect and automate desktop app UIs, configure Windows SDK and Windows App SDK access, and package, sign, and distribute apps with MSIX. Supports WinUI, Electron, .NET (WPF, WinForms, and MAUI), C++, Rust, Flutter, and Tauri.",
"version": "0.6.3",
"author": {
"name": "Microsoft",
Expand All @@ -9,6 +9,14 @@
"license": "MIT",
"keywords": [
"windows",
"winui",
"winui 3",
"xaml",
"app scaffolding",
"ui automation",
"ui testing",
"winui gallery",
"windows community toolkit",
"msix",
"packaging",
"installer",
Expand Down Expand Up @@ -52,12 +60,17 @@
"category": "windows-development",
"tags": [
"windows",
"winui",
"xaml",
"msix",
"packaging",
"installer",
"desktop",
"notifications",
"sdk",
"scaffolding",
"ui-automation",
"windows-app-sdk",
"signing",
"certificate",
"distribution"
Expand Down
10 changes: 9 additions & 1 deletion plugins/winapp/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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.",
"description": "Agent plugin for developing Windows apps with the winapp CLI. Scaffold WinUI/XAML apps, find WinUI controls and Windows APIs, inspect and automate desktop app UIs, configure Windows SDK and Windows App SDK access, and package, sign, and distribute apps with MSIX. Supports WinUI, Electron, .NET (WPF, WinForms, and MAUI), C++, Rust, Flutter, and Tauri.",
"version": "0.6.3",
"author": {
"name": "Microsoft",
Expand All @@ -11,6 +11,14 @@
"license": "MIT",
"keywords": [
"windows",
"winui",
"winui 3",
"xaml",
"app scaffolding",
"ui automation",
"ui testing",
"winui gallery",
"windows community toolkit",
"msix",
"packaging",
"installer",
Expand Down
Loading