This is a comprehensive design system for Next.js apps that includes pre-built components (buttons, cards, inputs), layout templates (hero sections, feature grids), six curated color palettes, and animation utilities. You'd reach for this when you need to polish an existing app or want production-ready UI components without designing from scratch. The standout feature is how complete it is: you get not just components but also design principles documentation, Tailwind config examples, and accessibility-first animations that respect prefers-reduced-motion. It's opinionated enough to give you good defaults but flexible enough to customize. Worth noting that everything depends on a cn utility function for class merging, so you'll need to set that up first.
npx skills add https://github.com/ailabs-393/ai-labs-claude-skills --skill frontend-enhancer