microsoft/win-dev-skills

Agents and skills for building Windows apps with WinUI 3 and the Windows App SDK

406Stars on the repository
12Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

pr-review

01

microsoft/win-dev-skills

Skill Claude CodeCodex

Multi-dimensional review of a PR or feature branch in microsoft/win-dev-skills. Activate on "review my PR / changes / branch", "vet before pushing", "PR review", "is this ready to merge". Fans out parallel sub-agents over skill content, the skill-vs-tool boundary (solution hierarchy), tool correctness…

406 6d ago A 98 tokens original MIT

winui-code-review

02

microsoft/win-dev-skills

Skill Claude CodeCodex

Code quality review for WinUI 3 apps — MVVM compliance, x:Bind correctness, accessibility, theming, security, and performance. Use before committing to catch issues that the compiler and UI tests won't find.

406 6d ago A 49 tokens original MIT

winui-design

03

microsoft/win-dev-skills

Skill Claude CodeCodex

Use when designing, reviewing, or fixing WinUI 3: sample and control discovery with winapp find-ui, layout planning, control choice, Fluent Design alignment, Light/Dark/High Contrast theming, typography, spacing, brushes, accessibility, and XAML data-binding design. Load before authoring new XAML, reviewing UI PRs…

406 6d ago A 119 tokens original MIT

winui-dev-workflow

04

microsoft/win-dev-skills

Skill Claude CodeCodex

Build and run workflow for WinUI 3 apps with WinApp CLI 0.6+ — project creation with winapp new, project-mode winapp run, BuildAndRun.ps1 analyzer integration, crash diagnosis, and prerequisites. Use when creating, building, running, or fixing build errors in a WinUI 3 project.

406 6d ago A 73 tokens original MIT

winui-packaging

05

microsoft/win-dev-skills

Skill Claude CodeCodex

MSIX packaging, code signing, and distribution for WinUI 3 apps — build for release, certificate generation (winapp cert generate), certificate trust, code signing (winapp sign), self-contained deployment, CI/CD with GitHub Actions, and Microsoft Store submission. Use when preparing for release, creating MSIX…

406 6d ago A 86 tokens original MIT

microsoft/win-dev-skills

Skill Claude CodeCodex

Analyze the current or a recent agent session (GitHub Copilot CLI or Claude Code) and generate a diagnostic report. Use only when the user explicitly asks for session feedback, agent debugging, or a review of what happened during a build session. Do not inspect session data automatically.

406 6d ago A 61 tokens original MIT

winui-setup

07

microsoft/win-dev-skills

Skill Claude CodeCodex

Install and verify the prerequisites the win-dev-skills WinUI 3 toolchain depends on — .NET SDK 8.0.100+, WinApp CLI 0.6+, and Developer Mode. Use only when the user explicitly asks to set up or repair the toolchain. Do not invoke automatically when another skill reports a missing prerequisite; tell the user what is…

406 6d ago A 88 tokens original MIT

winui-ui-testing

08

microsoft/win-dev-skills

Skill Claude CodeCodex

Automated UI testing for Windows desktop apps — generate a batch test script with the winapp ui UI Automation harness, run all tests in one pass, read results. Covers element assertions, interactions, value checking (TextBox, ComboBox, ToggleSwitch), keyboard shortcuts and typing (send-keys), hover, drag-and-drop…

406 6d ago A 122 tokens original MIT

winui-wpf-migration

09

microsoft/win-dev-skills

Skill Claude CodeCodex

Migrate WPF applications to WinUI 3 — namespace replacement (System.Windows → Microsoft.UI.Xaml), control mapping (DataGrid→ListView, WrapPanel→ItemsRepeater, TabControl→TabView), threading (Dispatcher→DispatcherQueue), imaging (System.Drawing→BitmapImage), MVVM conversion to CommunityToolkit.Mvvm, and…

406 6d ago A 100 tokens original MIT