frontend-design-systems

Installation
SKILL.md

Frontend Design Systems

Build consistent, scalable UI components with systematic design patterns.

Design Token System

Color Tokens

// tokens/colors.ts
export const colors = {
  primary: {
    50: '#e3f2fd',
    100: '#bbdefb',
    500: '#2196f3',
    900: '#0d47a1',
  },
  neutral: {
    50: '#fafafa',
Related skills

More from 4444j99/a-i--skills

Installs
5
GitHub Stars
6
First Seen
Mar 9, 2026