syncfusion-wpf-ui-builder
Installation
SKILL.md
Syncfusion WPF UI Builder
Overview
The Syncfusion WPF UI Builder skill is a desktop-only WPF control generator that orchestrates an AI agent through 8 stages to generate production-ready UI controls powered by Syncfusion.
What This Skill Does
✅ Generates (UI Layer):
- WPF XAML using Syncfusion controls + C# code-behind with MVVM pattern
- UI Automation accessibility markup (WCAG 2.1 AA)
- DPI-aware responsive layouts
- Client-side input validation and event handling
✅ Generates (Backend Layer):
- Service classes with business logic (e.g.,
AuthService,CustomerService) - Repository interfaces and in-memory implementations
- Navigation / screen-transition logic
- Data models, DTOs, and ViewModel interfaces