design-tokens

Standardize design token naming and creation for the Wythm mobile app.

12|2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill design-tokens-alexandrbasis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-tokens
Source: https://github.com/alexandrbasis/wythm-claude-workflows/tree/main/.claude/skills/design-tokens
Command: npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill design-tokens-alexandrbasis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill standardizes the naming and creation of design tokens (colors, spacing, typography) to ensure consistency between design and code, making the UI more maintainable and scalable.

Core Features & Use Cases

  • Consistent Naming: Enforces a clear dot-notation structure for all design tokens.
  • Token Creation Workflow: Guides users through adding new tokens, ensuring they are added to both light and dark themes and correctly typed.
  • Use Case: When a new UI component is developed, this Skill helps ensure its colors and styles adhere to the established design system, preventing hardcoded values and promoting reusability.

Quick Start

Use the design-tokens skill to add a new color token named 'color.background.accent' with the hex value '#FF5733' to both light and dark themes.

Frequently Asked Questions about design-tokens

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

FAQPage Schema
How do I standardize design token naming conventions for UI development?

Standardize design token naming by enforcing a clear dot-notation structure across a two-layer system of primitives and semantic tokens. This ensures theme consistency and makes the UI more maintainable across design and code.

What is the best way to create color tokens for both light and dark themes?

Create color tokens for both themes by following a strict token creation workflow that adds new tokens to light and dark themes simultaneously with correct typing. This prevents hardcoded values and promotes reusability.

How does a two-layer design token system work for mobile apps?

A two-layer design token system works by separating raw primitive values from semantic tokens that define their meaning. This manages color, spacing, and typography tokens systematically for maintainable UI development.

Can I use this design token workflow to manage spacing and typography tokens?

Yes, you can use this workflow to manage spacing and typography tokens. It enforces strict naming conventions and guides the creation process to ensure consistency across both design and code.

Why should I use semantic design tokens instead of hardcoded hex values?

Use semantic design tokens instead of hardcoded hex values to ensure theme consistency and scalability. This standardization prevents hardcoded values, promoting reusability when new UI components are developed.