syncfusion-aspnetcore-ui-builder
Installation
SKILL.md
Syncfusion ASP.NET Core UI Builder
Overview
The Syncfusion ASP.NET Core UI Builder skill is a frontend UI generator that orchestrates an AI agent through 7 stages to generate production-ready Razor Pages powered by Syncfusion.
What This Skill Does
✅ Generates:
- Razor Pages (
.cshtml) with Syncfusion tag helpers - PageModel classes (
.cs) with[BindProperty]and form handling - CSS stylesheets (Tailwind classes, Bootstrap, Material Design, or custom CSS)
- C# interfaces for models and ViewModel classes
- Syncfusion component integration with correct tag helper syntax
- Server-side form validation logic
- WCAG 2.1 AA accessibility markup (ARIA attributes, semantic HTML)
- Responsive CSS with mobile-first breakpoints
- Antiforgery token support