This is a strict, accessibility-first web UI skill that enforces WCAG 2.1 AA compliance before anything else. Every button must have visible boundaries, all text must meet 4.5:1 contrast ratios, and focus states are mandatory. It includes modern patterns like glassmorphism and dark mode, but the standout thing is how opinionated it is about what you can't do. It literally lists forbidden color combinations and will stop you from creating invisible ghost buttons or gray-400 text on white backgrounds. If you've ever shipped a beautiful design that failed an accessibility audit, this skill would have caught it. It's built around Tailwind and assumes you want your UI to look premium while actually being usable.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill ui-web