design-systems

Applies curated brand design systems with exact tokens to UI generation tasks.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/webdevarif/claude-skills --skill design-systems-webdevarif
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: design-systems
Source: https://github.com/webdevarif/claude-skills/tree/main/design-systems
Command: npx skills add https://github.com/webdevarif/claude-skills --skill design-systems-webdevarif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated UI often falls back to generic, templated styling with arbitrary colors and inconsistent spacing. This Skill replaces those defaults with a concrete, opinionated design contract drawn from 150 brand-grade design systems, so every page, dashboard, or component follows a coherent palette, type scale, and component spec. ## Core Features & Use Cases - 150 Curated Design Systems: Each system in systems/<name>/ ships a DESIGN.md contract (palette, typography, components, layout, depth, do's/don'ts, responsive rules, agent prompt guide) plus exact design-tokens.json values. - Brand and Mood Matching: Systems are indexed by category β€” AI/LLM, developer tools, fintech, automotive, editorial, morphism effects, and more β€” so you can match a brief's mood, brand, or domain (e.g., stripe for fintech, bugatti for cinematic luxury, default for safe neutral). - Use Case: When asked to build a landing page for a coffee brand, pick the starbucks system, read its DESIGN.md, and apply its four-tier green palette, 50px pill buttons, and SoDoSans-style typography instead of inventing ad-hoc styles. ## Quick Start Use the design-systems skill to restyle this dashboard with the linear-app design system, following its DESIGN.md palette and design-tokens.json values.

Frequently Asked Questions about design-systems

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

FAQPage Schema
How do I choose the right design system for a UI project?β–Ό

Read the brief for mood, brand, and domain, then pick one system from the index matching that category. If the brief names a brand like Stripe or Linear, use that system directly; otherwise use `default` (Neutral Modern) or `warm-editorial` as safe fallbacks.

What design systems are included in this library?β–Ό

The library contains 150 systems organized by category: AI and LLM brands, developer tools, productivity SaaS, fintech, automotive, e-commerce, media, plus style families like minimal, brutalism, glassmorphism, retro, and editorial. Each lives in `systems/<name>/`.

Can I mix two design systems on one screen?β–Ό

No. The workflow explicitly forbids mixing two systems in one screen. Pick a single system and follow its DESIGN.md as a contract, using its design-tokens.json for exact color, spacing, radius, and type values.

What should I do if a needed color is missing from a system's palette?β–Ό

Do not invent hex values outside the system's palette. Use the closest existing token, and if a value is truly missing, add a warning comment and use the nearest token instead.

When should I skip using a design system?β–Ό

Skip the library only for trivial one-off tweaks where applying a full design system would be overkill. For any intentional, brand-grade UI work β€” landing pages, dashboards, app screens, decks β€” a system should be selected and followed.