What problem does it solve? Building consistent jac-shadcn pages requires remembering dozens of spacing, typography, and layout rules, and small mistakes like shorthand padding or wrong card padding break visual consistency. This Skill supplies the design system constants, anti-patterns checklist, and ready-made structural skeletons so every page follows the same conventions. ## Core Features & Use Cases - Design System Constants: Section padding tables, type scale, container wrappers, and 4-unit spacing rhythm rules for all page types. - Anti-Patterns Checklist: A wrong-vs-correct table covering Jac-specific pitfalls like JSX comment syntax, Python-style booleans, cn() usage, and Sidebar className bugs. - Composition Patterns: Structural JSX skeletons for auth cards, sidebar app shells, data tables, stats rows, pricing grids, CTA banners, empty states, and marketing sections. - Use Case: When building a new dashboard page with a sidebar and KPI cards, load this Skill to get the exact SidebarProvider/SidebarInset structure and stats card markup with correct padding and tabular-nums styling. ## Quick Start Build a jac-shadcn pricing page with three tiers using the design system constants and composition patterns from this Skill.