What problem does it solve?
This Skill prevents wasted effort on common React UI by steering work toward existing, polished shadcn registry components instead of hand-rolling the same patterns from scratch.
Core Features & Use Cases
- Registry-first sourcing: Search configured shadcn registries before writing new JSX for heroes, navbars, footers, pricing tables, dashboards, forms, auth screens, and similar UI blocks.
- Variation-driven selection: Collect at least three buildable candidates, preview each one, and compare them side by side so the best layout is chosen deliberately.
- Safer UI delivery: Favor accessible, themeable, production-ready blocks for common React surfaces while avoiding registry usage for genuinely bespoke or non-React work.
Quick Start
Use this Skill to search the configured shadcn registries for a React section you need, preview at least three viable blocks, and build a side-by-side comparison before selecting one.