Baseline UI is a code skill that enforces design and accessibility constraints for Tailwind CSS projects to prevent common UI quality issues. It validates animation performance, typography hierarchy, component accessibility, and layout patterns across React components, either through real-time constraints during development or by reviewing files for violations with specific fixes. Teams building production interfaces with Tailwind and component libraries use it to maintain consistency and avoid AI-generated interface anti-patterns.
npx skills add https://github.com/ibelick/ui-skills --skill baseline-ui