baseline-ui
Enforces opinionated UI/UX standards and accessibility best practices for React and Tailwind CSS projects.
Install
npx skills add https://github.com/ibelick/ui-skills --skill baseline-uiStats
| Total installs | 5,980 |
| Weekly installs | 6.0K |
| GitHub stars | 1.1K |
| First seen | Jan 22, 2026 |
| Source | @ibelick/ui-skills |
Summary
- Validates animation durations (max 200ms for interactions), restricts animations to compositor properties only, and enforces prefers-reduced-motion respect
- Requires accessible component primitives (Base UI, React Aria, Radix) for interactive elements and enforces keyboard behavior standards
- Checks typography rules including text-balance for headings, tabular-nums for data, and prevents arbitrary letter-spacing modifications
- Prevents layout anti-patterns like h-screen (use h-dvh instead), arbitrary z-index values, and animating layout properties
- Reviews files against all constraints and outputs exact violations with code-level fixes
Tags
Related skills
| Skill | Installs | vs baseline-ui |
|---|---|---|
| flutter-expert | 6,969 | +989 |
| tsdown | 4,727 | -1,253 |
| vue-router-best-practices | 7,312 | +1,332 |
| performance | 6,782 | +802 |
| seo | 4,625 | -1,355 |
FAQ
- How many installs does baseline-ui have?
- baseline-ui has 5,980 total installs and 6.0K installs this week.
- Where is baseline-ui hosted?
- baseline-ui is published by @ibelick/ui-skills at https://github.com/ibelick/ui-skills.
- How many GitHub stars does baseline-ui have?
- baseline-ui has 1.1K GitHub stars.
- When was baseline-ui first indexed?
- OrangeBot.AI first indexed baseline-ui on Jan 22, 2026.
- How do I install baseline-ui?
- Run: npx skills add https://github.com/ibelick/ui-skills --skill baseline-ui