design-tokens

Generate CSS variable and Tailwind design tokens for light and dark modes.

1|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/concept2cure/ClinicalSageAI-2-replit --skill design-tokens-concept2cure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-tokens
Source: https://github.com/concept2cure/ClinicalSageAI-2-replit/tree/main/.claude/skills/design-tokens
Command: npx skills add https://github.com/concept2cure/ClinicalSageAI-2-replit --skill design-tokens-concept2cure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design tokens establish a single source of truth for a project's visual system by delivering a ready-to-use tokens file (CSS variables or Tailwind config) that encodes color, spacing, typography, and component-level tokens, enabling consistent theming across platforms and teams.

Core Features & Use Cases

  • Generate light and dark mode palettes aligned to a fixed design philosophy and ready for CSS variables, Tailwind, or CSS-in-JS integrations.
  • Produce comprehensive token sets covering color, spacing, typography, layout, and motion that scale with project needs.
  • Audit existing tokens and extend rather than replace when integrating with an existing design system, ensuring continuity and governance.

Quick Start

Initialize a tokens set for this project using the Claude-inspired palette and enable light/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 generate design tokens for light and dark mode?

Generate light and dark mode design tokens by reading a design brief and producing a ready-to-use file with CSS variables or Tailwind config that encodes color, spacing, and typography for consistent theming across platforms.

What is the best way to audit existing design tokens in a project?

Auditing existing design tokens involves reviewing your current visual system and extending rather than replacing the tokens, ensuring continuity and governance while aligning the updated tokens with your project's technology stack.

Can I use this to scaffold Tailwind config tokens for a design system?

Yes, you can scaffold Tailwind config tokens to establish a single source of truth for your project's visual system, covering color, spacing, typography, layout, and component-level tokens that scale with project needs.

Does this approach work with CSS variables and CSS-in-JS integrations?

Yes, the generated token sets are ready for CSS variables, Tailwind, or CSS-in-JS integrations, delivering a coherent and extensible visual system that aligns with a fixed design philosophy.

When do I need a standardized design token system?

You need a standardized design token system when establishing a single source of truth for a project's visual system, applying it to new projects or ongoing design-system work to enable consistent theming across teams and platforms.

Why does my design system need token governance instead of raw CSS values?

Design token governance replaces raw CSS values with a structured tokens file that encodes color, spacing, and typography, preventing visual inconsistencies and enabling scalable, coherent theming across your project's platforms and teams.