design_tokens_generate
Generate CSS custom properties or Tailwind v4 tokens from a natural language description. Specify what tokens to create, such as color, spacing, typography, motion, or a complete system.
Instructions
Generate CSS token scaffolding from a description. Returns ready-to-use CSS custom properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| framework | No | Output format (default: tailwind-v4) | |
| description | Yes | What to generate (e.g. 'dark mode color tokens', 'spacing system', 'typography scale', 'motion tokens', 'complete token system') |