design-system

Generates design tokens and audits UI visual consistency across ten dimensions.

1|Updated Oct 11, 2025
One-click install
npx skills add https://github.com/ibytechaos/claude --skill design-system-ibytechaos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system
Source: https://github.com/ibytechaos/claude/tree/main/plugins/everything-claude-code/skills/design-system
Command: npx skills add https://github.com/ibytechaos/claude --skill design-system-ibytechaos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Design work often drifts into inconsistency: random hex colors, arbitrary spacing, and generic AI-generated styling that makes interfaces look off without a clear cause. This Skill generates a cohesive design system from your codebase or audits an existing UI with concrete, file-level fixes. ## Core Features & Use Cases - Design System Generation: Scans CSS, Tailwind, or styled-components to extract colors, typography, spacing, and shadows, then produces DESIGN.md, design-tokens.json, and a self-contained HTML preview page. - Visual Audit: Scores your UI across 10 dimensions including color consistency, typography hierarchy, spacing rhythm, dark mode, accessibility, and polish, each with specific examples and file:line fixes. - AI Slop Detection: Identifies generic AI-generated patterns such as gratuitous gradients, purple-to-blue defaults, and purposeless glass-morphism cards. - Use Case: Before a redesign of a SaaS app, run an audit against localhost pages to get a scored report of visual inconsistencies, then generate a token set with an earth-tones minimal palette as the new foundation. ## Quick Start Ask the AI to audit the visual consistency of your app running at localhost:3000 across the home, pricing, and docs pages.

Frequently Asked Questions about design-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a design system from an existing codebase?

Run the generate mode to scan your CSS, Tailwind, or styled-components for existing patterns. It extracts colors, typography, spacing, and shadows, then outputs design-tokens.json, DESIGN.md, and a self-contained HTML preview page.

How to audit a website for visual consistency?

Use the audit mode with a target URL and page list, such as /design-system audit --url http://localhost:3000 --pages / /pricing /docs. It scores ten dimensions from 0-10 and provides specific fixes with exact file and line references.

What design token formats does it output?

It produces design tokens as a JSON file plus CSS custom properties, accompanied by a DESIGN.md explaining the rationale for each decision. An interactive HTML preview page lets you review the system without external dependencies.

Does the visual audit check accessibility issues?

Yes, accessibility is one of the ten scored dimensions. It evaluates contrast ratios, focus states, and touch targets, alongside dark mode completeness, responsive behavior, and animation purposefulness.

What is AI slop detection in design review?

Slop detection flags generic AI-generated design patterns like gratuitous gradients, purple-to-blue defaults, purposeless glass-morphism cards, and excessive scroll animations. Run it with /design-system slop-check on your codebase.