Design System Review banner
nyldn nyldn

Design System Review

Design community

Description

--- description: Analyze design token usage and component consistency allowed-tools: Read, Glob, Grep --- # Design System Review Command Analyze the codebase for design token usage, component consistency, and design system adherence. ## Analysis Process ### Step 1: Identify Design System Configuration Find and read configuration files: ``` # Tailwind config Glob: tailwind.config.{js,ts,mjs} # CSS variables Glob: **/globals.css, **/variables.css # shadcn config Read: components.json ```

Installation

Installs to ~/.claude/skills/nyldn-claude-dolphin-design-system-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nyldn-claude-dolphin-design-system-review && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-dolphin/HEAD/commands/design-system-review.md -o ~/.claude/skills/nyldn-claude-dolphin-design-system-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository