ui-design-system

Generate design tokens and define Atomic Design component architecture with WCAG standards.

5|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill ui-design-system-lidge-jun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-design-system
Source: https://github.com/lidge-jun/cli-jaw-skills/tree/main/ui-design-system
Command: npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill ui-design-system-lidge-jun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation and maintenance of design systems, ensuring visual consistency, accessibility, and efficient collaboration between designers and developers.

Core Features & Use Cases

  • Design Token Generation: Create foundational design tokens for colors, typography, and spacing.
  • Component Architecture: Structure UI components using the Atomic Design methodology.
  • Accessibility & Handoff: Ensure WCAG compliance and facilitate smooth developer handoff.
  • Use Case: When starting a new project or refactoring an existing UI, use this Skill to establish a robust design system foundation.

Quick Start

Use the ui-design-system skill to generate design tokens for a primary color of '#0066CC' and export them as CSS custom properties.

Frequently Asked Questions about ui-design-system

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

FAQPage Schema
How do I generate design tokens for UI consistency?

Generate design tokens for UI consistency by defining foundational colors, typography, and spacing values as reusable variables. This Skill creates these tokens and exports them as CSS custom properties to maintain visual uniformity across your project.

What is Atomic Design principles for component architecture?

Atomic Design principles for component architecture structure UI elements from basic atoms to complex organisms. This Skill applies this methodology to organize your components, ensuring a scalable and maintainable hierarchy for your user interface.

How do I ensure WCAG accessibility standards during UI development?

Ensure WCAG accessibility standards during UI development by outlining specific compliance criteria within your design system. This Skill provides accessibility checklists and standards to validate that your interfaces meet required conformance levels.

Does this design system workflow support developer handoff?

This design system workflow supports developer handoff by providing framework integration examples and checklists. It translates design tokens and component architecture into actionable specifications, facilitating smooth collaboration between designers and developers.

Can I use Python to export design tokens as CSS custom properties?

You can use Python to export design tokens as CSS custom properties through the included scripts. This Skill leverages Python dependencies to automate the generation and formatting of these foundational variables for your stylesheets.