ui-convert-extractor-wpf
Installation
SKILL.md
WPF Extractor
Converts WPF XAML files into Design IR. Handles the rich WPF control and layout system.
What This Extracts
| Source Pattern | IR Output |
|---|---|
<Grid> |
Frame (fr) |
<StackPanel> |
Frame (fr) with direction |
<DockPanel> |
Frame (fr) |
<WrapPanel> |
Frame (fr) |
<Button> |
Button (btn) |
<TextBox> |
Input (inp) |
<TextBlock> |
Text (txt) |
<Label> |
Text (txt) |
<Image> |
Image (img) |
<ListBox> / <ListView> |
List (lst) |
<DataGrid> |
Table (tbl) |
Related skills