design-system

Generate design tokens and slide templates from a three-layer token architecture.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/duc01226/SoftwareDevCareers --skill design-system-duc01226
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system
Source: https://github.com/duc01226/SoftwareDevCareers/tree/main/.claude/skills/design-system
Command: npx skills add https://github.com/duc01226/SoftwareDevCareers --skill design-system-duc01226

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token architecture and design-system guidelines enable consistent UI and brand alignment across teams, reducing duplication and drift.

Core Features & Use Cases

  • Three-layer token architecture (primitive → semantic → component) with CSS variables and spacing/typography scales.
  • Component specs and brand-aligned slide-generation system for design-to-code handoffs and scalable presentations.
  • References, templates, and validators to support token governance, code generation, and UI consistency.

Quick Start

Run the starter to generate design tokens and prepare slide templates for your project.

Frequently Asked Questions about design-system

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

FAQPage Schema
How do I structure design tokens for brand consistency across product teams?

Structure design tokens using a three-layer architecture of primitive, semantic, and component layers. This enforces brand consistency by mapping raw values to semantic meanings, reducing duplication and drift across product teams.

How do I generate design tokens and slide templates for a component library?

Generate design tokens and slide templates by running the starter script. This prepares your project with CSS variables, spacing and typography scales, and brand-aligned presentation templates for design-to-code handoffs.

What is the best way to maintain design token governance for UI consistency?

Maintain design token governance using built-in references, templates, and validators. These tools support code generation and enforce UI consistency by validating token architecture and semantic mapping across your design system.

Can I use CSS variables for semantic mapping in a token-driven design system?

Yes, CSS variables are used for semantic mapping within the token-driven design system. They connect the primitive layer to semantic and component layers, ensuring scalable brand alignment and consistent UI implementation.

Do I need a specific framework to align component specs with brand guidelines?

No specific framework is required as dependencies are empty. You align component specs with brand guidelines using the skill's internal token architecture, CSS variable usage, and generation scripts without external framework constraints.

Why does design token drift happen and how can component specs prevent it?

Design token drift happens when product teams duplicate values without a centralized architecture. Component specs prevent this drift by enforcing a three-layer token architecture and validation scripts that govern brand alignment and code generation.