delimit_design_extract_tokens
Extract design tokens like colors, typography, spacing, and breakpoints from CSS/SCSS/Tailwind config files or Figma designs to maintain consistent styling across projects.
Instructions
Extract design tokens from project CSS/SCSS/Tailwind config (or Figma if FIGMA_TOKEN set).
Args: figma_file_key: Optional Figma file key (uses Figma API if FIGMA_TOKEN env var is set). token_types: Token types to extract (colors, typography, spacing, breakpoints). project_path: Project directory to scan. Defaults to cwd.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| figma_file_key | No | ||
| token_types | No | ||
| project_path | No |