What problem does it solve? Setting up and building WinUI 3 apps involves machine readiness checks, packaging model decisions, template scaffolding, and opaque XAML compiler failures that are hard to diagnose without grounded guidance. ## Core Features & Use Cases - Environment Setup and Scaffolding: Runs a bundled WinGet configuration to enable Developer Mode, install Visual Studio Community 2026 with WinUI workloads, verify the winui template, and scaffold a new app with dotnet new winui. - Design and Implementation Guidance: Provides reference files covering shell navigation, controls, adaptive layout, Fluent theming, Mica, accessibility, performance, and CommunityToolkit decisions grounded in Microsoft Learn, WinUI Gallery, and WindowsAppSDK-Samples. - Build, Launch, and Recovery Workflows: Verifies real app launches with objective startup signals and recovers from opaque MSB3073 or XamlCompiler.exe failures by diffing against a fresh template scaffold. - Use Case: Ask for a new WinUI 3 desktop app and the Skill prepares the machine, scaffolds the project, builds it, launches it, and confirms a real top-level window before handing control back. ## Quick Start Ask the assistant to create a new WinUI 3 desktop app in your current workspace and let it set up the environment, scaffold, build, and launch the app for you.