Design Systems

Expertise in UI Component consistency and Figma to Code workflows.

j4flmao Updated

File contents

Design Systems

Core Principles

  • Consistency: Reusable components and tokens across the UI.
  • Single Source of Truth: Design tokens sync Figma and Codebase.

Figma to Code Workflow

%%{init: {"theme": "default", "flowchart": {"useMaxWidth": true}}}%%
flowchart TD
    A[Figma Design] --> B[Export Design Tokens]
    B --> C[Style Dictionary]
    C --> D[CSS/SCSS Variables]
    D --> E[UI Components]

Template: Design Token

{
  "color": {
    "primary": {
      "value": "#0052cc",
      "type": "color"
    },
    "text": {
      "value": "#172b4d",
      "type": "color"
    }
  }
}

j4flmao/agent-skills/tree/main/skills/design/design-systems commit e33ab698dd

Frequently asked questions

npx skillmds@latest add j4flmao/design-systems