Gives Claude a preflight checklist for UI accessibility so it doesn't ship buttons with invisible borders or text that fails contrast ratios. Covers the basics: minimum touch targets, focus states, dark mode considerations, and Tailwind color combinations that actually pass WCAG. Includes quick fixes for common mistakes like gray-400 text on white backgrounds. Not a replacement for full visual regression testing, but solid for catching obvious accessibility issues in component work. The contrast ratio reference table alone saves you from checking DevTools every time.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill ui-testing