This one's all about cleaning up Avalonia XAML using the Zafiro.Avalonia library. It pushes you toward semantic containers like HeaderedContainer and EdgePanel instead of manually nesting Borders and Grids everywhere. The skill includes a structured content map covering themes, icons, behaviors, and components, plus it references the Angor project as a working example. The core philosophy is clear: use shared styles, avoid converters when ViewModels can handle it, and stop repeating yourself in markup. If you're tired of maintaining bloated XAML files or you're adopting Zafiro specifically, this gives you the patterns and anti-patterns to keep layouts maintainable.
npx skills add https://github.com/davila7/claude-code-templates --skill avalonia-layout-zafiro