syncfusion-winforms-ui-builder
Installation
SKILL.md
Syncfusion WinForms UI Builder
Overview
The Syncfusion WinForms UI Builder skill is a desktop-only Windows Forms 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):
- Windows Forms
.cs+.Designer.csusing Syncfusion WinForms controls, with supporting.resxresources - Accessibility markup (
AccessibleName,AccessibleDescription,AccessibleRole, tab order) (WCAG 2.1 AA) - DPI-aware responsive layouts (
TableLayoutPanel/FlowLayoutPanel,AutoScaleMode) - 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 / form-transition logic (modal, non-modal, MDI)
- Data models, DTOs, and presenter/binding interfaces