🎯

baseline-ui

🎯Skill

from ibelick/ui-skills

VibeIndex|
What it does
|

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)

baseline-ui

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add ibelick/ui-skills --skill baseline-ui
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add ibelick/ui-skills --skill baseline-ui
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/baseline-ui/SKILL.md

SKILL.md

3,239Installs
686
-
Last UpdatedJan 23, 2026