
microsoft/win-dev-skills
2 skills48 installs538 starsGitHub
Install
npx skills add https://github.com/microsoft/win-dev-skillsSkills in this repo
1Winui Code ReviewWinui-code-review is a Microsoft Win Dev Skills package that gives your coding agent a detailed reference for reviewing WinUI and XAML. Solo builders shipping Windows desktop or packaged apps with WinUI 3 can invoke it when polishing MVVM bindings, list templates, and UI subtrees before release. The documented material emphasizes compiled bindings with x:Bind instead of reflection-based {Binding}, deferring heavy panels with x:Load, and prioritizing list item paint with x:Phase inside DataTemplates—patterns that directly affect frame time on real hardware. It also rolls up security, accessibility, globalization, and broader code-quality expectations so reviews are not limited to performance micro-optimizations. Use it after feature work or during PR prep when you want consistent Microsoft-aligned feedback without manually re-reading WinUI guidance. It complements generic code-review skills by anchoring on WinUI-specific binding and rendering rules your agent might otherwise miss.24installs2Winui Dev Workflowwinui-dev-workflow is a Microsoft win-dev-skills agent capability oriented around building and refining WinUI applications on Windows. Prism lists it for solo and indie builders who use Claude Code, Cursor, or similar agents while working in the native Windows UI stack instead of only web frontends. The published skill body was not available as plain text in catalog ingest, so treat the skill as a procedural WinUI development companion: invoke when you want agent-guided structure for views, navigation, and desktop iteration. Confirm the full checklist and commands in the microsoft/win-dev-skills repository SKILL.md after install. It complements general frontend skills by focusing on WinUI and Windows tooling rather than React or mobile cross-platform kits.24installs