ui-convert-extractor-winui
Installation
SKILL.md
WinUI 3 Extractor
Converts WinUI 3 XAML files into Design IR. Similar to WPF but with Windows App SDK controls and Fluent Design patterns.
Key Differences from WPF
| Feature | WPF | WinUI 3 |
|---|---|---|
| Namespace | presentation |
using:Microsoft.UI.Xaml |
| Navigation | Frame/Page | NavigationView |
| Dialogs | Window | ContentDialog |
| App bar | Menu/Toolbar | CommandBar |
| Info messages | N/A | InfoBar |
| Teaching | N/A | TeachingTip |
| Resources | Same pattern | Same pattern |
| Styling | Same pattern | Fluent Design defaults |
Related skills