navigating-mewui-tree

Installation
SKILL.md

Element Hierarchy

Element (base)
└─ UIElement (input, visibility, focus)
   └─ FrameworkElement (sizing, margin, alignment)
      ├─ Panel (multi-child: StackPanel, Grid, Canvas, DockPanel)
      ├─ Control (themed elements: Button, Label, TextBox)
      │  ├─ ContentControl (single child: Window)
      │  └─ Border (decorator)
      └─ ...

Parent-Child Relationships

// Every element has one parent
Related skills

More from christian289/dotnet-with-claudecode

Installs
6
GitHub Stars
31
First Seen
Feb 28, 2026