Creative & DesignIntermediate
winui-app
Bootstrap and develop modern WinUI 3 desktop apps with C# and Windo...
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/openai/skills --skill winui-appnpx skills add https://github.com/openai/skills --skill winui-appOr paste this URL into your assistant to install:
Overview
What This Skill Does
Bootstrap and develop modern WinUI 3 desktop apps with C# and Windows App SDK
Application
When to use this Skill
- Integrating winui app into your development workflow.
- Following best practices for bootstrap and develop modern winui 3 desktop apps with c# and windows app sdk.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
WinUI App
Use this skill for WinUI 3 and Windows App SDK work that needs grounded setup guidance, app bootstrap, modern Windows UX decisions, or concrete implementation patterns.
Required Flow
- Classify the task as environment/setup, new-app bootstrap, design, implementation, review, or troubleshooting.
- If the task is about preparing a machine for WinUI, auditing readiness, or creating a brand new app, start with the bundled setup-and-scaffold flow in this skill before broader design, implementation, or troubleshooting work:
- Pick the app name when the request is for a new app.
- Use the exact name the user gave when it is already a safe folder name.
- If the user did not give a name, derive a short PascalCase name from the request and state what you chose.
- Create the project in the user's current workspace unless they asked for another location.
- Do not use
--forceunless the user explicitly asked to overwrite existing files. - Run the bundled WinGet configuration from the skill directory so the relative path stays exactly
config.yaml:
winget configure -f config.yaml --accept-configuration-agreements --disable-interactivity
- Treat the configuration as intended to enable Developer Mode, install or update Visual Studio Community 2026, and install the Managed Desktop, Universal, and Windows App SDK C# components needed for WinUI development.
- Assess the configuration result before continuing. Continue on success. If it fails, inspect the output instead of guessing. If the
winuitemplate is already available and the toolchain is usable, note the partial failure and continue. If prerequisites are still missing, stop and report the blocker clearly. - Verify the template is available before scaffolding:
dotnet new list winui
Lines 1 - 26 of 89
Recommendations
Explore other random skills
TechnicalIntermediate
sentry-flutter-sdk
Full Sentry SDK setup for Flutter and Dart across all platforms
TechnicalIntermediate
sentry-cloudflare-sdk
Full Sentry SDK setup for Cloudflare Workers, Pages, Durable Objects, Queues, and Workflows
TechnicalIntermediate
sentry-node-sdk
Full Sentry SDK setup for Node.js, Bun, and Deno