baseline-ui
π―Skillfrom ibelick/ui-skills
Reviews and polishes UI code for consistent styling, layout, typography, and design system adherence in agent-built interfaces.
Overview
Baseline UI is a Claude Code skill that enforces an opinionated set of UI constraints to prevent common quality issues in AI-generated interfaces. It reviews code against rules covering Tailwind CSS usage, accessible component primitives, animation performance, typography, layout, and design consistency, then outputs specific violations with concrete fixes.
Key Features
- Comprehensive UI rule set β covers stack requirements (Tailwind CSS, motion/react, cn utility), accessible component primitives (Base UI, React Aria, Radix), animation constraints, typography, and layout standards
- File-level review mode β run
/baseline-ui <file>to get exact violation locations, explanations of why each matters, and code-level fix suggestions - Animation performance guardrails β enforces compositor-only property animation, 200ms max for interaction feedback, reduced-motion respect, and prohibits animating layout properties
- Typography and layout best practices β requires text-balance for headings, tabular-nums for data, fixed z-index scales, and proper viewport units (h-dvh instead of h-screen)
Who is this for?
This skill is for developers using Claude Code to build or iterate on user interfaces who want to maintain consistent, performant, and accessible UI output. It is especially valuable for teams that use Tailwind CSS and want automated enforcement of design system conventions during AI-assisted development.
Same repository
ibelick/ui-skills(5 items)
Installation
npx vibeindex add ibelick/ui-skills --skill baseline-uinpx skills add ibelick/ui-skills --skill baseline-ui~/.claude/skills/baseline-ui/SKILL.mdSKILL.md
More from this repository4
Diagnoses and fixes animation performance issues including frame drops, jank, and layout thrashing in web interfaces.
Identifies and fixes web accessibility issues to meet WCAG guidelines, analyzing HTML, CSS, and JavaScript for compliance.
A set of skills to polish interfaces built by agents, covering opinionated UI baselines, accessibility fixes, metadata correction, and performance-first UI motion.
Polishes agent-built interfaces with skills for baseline UI review, accessibility fixes, metadata corrections, and motion performance optimization.