What problem does it solve?
This Skill prevents developers from building common UI layouts from scratch using raw divs, forgetting essential @cleen/ui conventions like the .cleen scope wrapper and cleen- Tailwind prefixes, or reinventing components like Card and Divider.
Core Features & Use Cases
- Standardized Layouts: Provides pre-defined patterns for pages, dashboards, settings, and detail views.
- Component Guidance: Details the usage of
Card, Divider, PillBadge, Avatar, and AvatarRow for consistent UI construction.
- Tailwind Convention Enforcement: Ensures all Tailwind classes use the
cleen- prefix and the root element has the .cleen scope wrapper.
- Use Case: When asked to "create a dashboard page with key metrics and a data table," this skill will guide the AI to use
Card components for metrics, a DataGrid for the table, and ensure all necessary Tailwind prefixes and the root .cleen wrapper are applied.
Quick Start
Use the cleen-ui-layout skill to build a dashboard page with a KPI row and a data grid.