design-tokens

Manage design tokens and theming for web applications with Tailwind CSS v4 and Figma.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HUMBLEF0OL/miles-mechanical-web --skill design-tokens-humblef0ol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-tokens
Source: https://github.com/HUMBLEF0OL/miles-mechanical-web/tree/main/.claude/skills/design-tokens
Command: npx skills add https://github.com/HUMBLEF0OL/miles-mechanical-web --skill design-tokens-humblef0ol

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of design tokens and theming conventions, ensuring consistent and efficient theming across projects.

Core Features & Use Cases

  • Design-Token Management: Centralize and manage design tokens for semantic CSS variables.
  • Theming Conventions: Apply Tailwind v4 theming with @theme registration in globals.css.
  • Dark Mode Support: Implement dark mode theming with class-based overrides.
  • Figma Token Sync: Synchronize design tokens from Figma to your project.
  • Use Case: Use this Skill to set up and maintain a consistent theme across your web application, making it easy to add, edit, and sync design tokens.

Quick Start

Set up design tokens for your project by running the design-tokens skill and synchronizing your Figma design tokens.

Frequently Asked Questions about design-tokens

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

FAQPage Schema
How do I sync design tokens from Figma to a Tailwind CSS project?

You can sync design tokens from Figma to a Tailwind CSS project by using this Skill, which requires a Figma API key to synchronize tokens directly into your project's configuration.

What is the best way to manage semantic CSS variables for dark mode theming?

Managing semantic CSS variables for dark mode theming is handled through Tailwind v4 theming conventions, applying class-based overrides to support distinct light and dark themes.

How do I set up Tailwind v4 theming using @theme registration in globals.css?

Setting up Tailwind v4 theming involves registering your design tokens using the @theme directive in globals.css, centralizing semantic CSS variables for consistent application across your web application.

Do I need a Figma API key to automate design-token management?

Yes, a Figma API key is required to automate design-token management and synchronize design tokens from Figma to your project, ensuring your codebase matches your design files.

Can I use this Skill if my web application does not use Tailwind CSS?

No, this Skill requires Tailwind CSS as a dependency to manage and apply theming conventions, specifically leveraging Tailwind v4 features for semantic CSS variable registration.

Why are my design tokens not applying consistently across my web application?

Inconsistent design tokens often occur when they are not centralized; this Skill automates design-token management to ensure consistent theming across your entire project.