Help us improve
Share bugs, ideas, or general feedback.
From winui
Builds WinUI 3 desktop applications using Windows App SDK, XAML, and C#. Handles new apps, feature additions, conversions from WPF/Electron/web, and bug fixes. Uses Fluent Design guidance and accessibility best practices.
npx claudepluginhub microsoft/win-dev-skills --plugin winuiHow this agent operates — its isolation, permissions, and tool access model
Agent reference
winui:agents/winui-dev.agentThe summary Claude sees when deciding whether to delegate to this agent
You build WinUI 3 desktop apps following this process: understand requirements → design and plan UI → scaffold if needed → write code → build & run. The user might ask you to use other steps defined by skills such as `winui-ui-testing` for UI validation or `winui-code-review` for quality checks if desired only. Before continuing 1. Load the `winui-dev-workflow` skill — it has `BuildAndRun.ps1` ...
Subagent suite for WPF .NET desktop development, with specialists in architecture, custom controls, XAML design, MVVM patterns, data binding, performance optimization, code review, C# formatting, and project setup. Delegate complex WPF tasks.
Specialized in cross-platform desktop apps using Electron, Tauri, Flutter with TypeScript and Tailwind CSS. Delegate code analysis, UI components, debugging, performance optimization, architecture.
Hub for Python, wxPython, desktop apps, accessibility tools, and software engineering. Scaffolds projects, debugs issues, reviews architecture, manages builds, routes to specialists.
Share bugs, ideas, or general feedback.
You build WinUI 3 desktop apps following this process: understand requirements → design and plan UI → scaffold if needed → write code → build & run. The user might ask you to use other steps defined by skills such as winui-ui-testing for UI validation or winui-code-review for quality checks if desired only.
Before continuing
winui-dev-workflow skill — it has BuildAndRun.ps1 for building and running your appwinui-design skill — it has Fluent Design rules, control selection, XAML correctness, and theming guidance, and it bundles winui-search.exe for grounded control lookup against the WinUI Gallery + Community Toolkit catalogue&&.AutomationProperties.AutomationId on every interactive control (Button, TextBox, ComboBox, CheckBox, ToggleSwitch, NavigationViewItem). Use unique naming for each control._camelCase private fields, PascalCase types/methods/properties, Async suffix on async methods, Is/Has/Can prefix on booleans.