generate_design_tokens
Generate design tokens from a screen's design, outputting CSS variables, Tailwind config, SCSS, or JSON for consistent styling.
Instructions
Generates design tokens (CSS variables, Tailwind config, SCSS, or JSON) from a screen's design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. | css-variables |
| screenId | Yes | The screen ID. | |
| projectId | Yes | The project ID. | |
| includeSemanticNames | No | Use semantic names. |