figma_create_mini_ds
Create a minimal Figma design system with color variables, sizing tokens, text styles, and Button/Input/Card components in a single call.
Instructions
v1.9.7: Boş Figma dosyası için minimal Design System oluştur. Tek tool çağrısı ile 12 color variable + 8 sizing variable (spacing + radius) + 3 text style + Button/Input/Card component'leri kurar. Kullanıcı 'Blank File 4-option dialog'da (b) Mini DS seçerse çağır. Parametreler opsiyonel: primaryColor (default '#1464FF'), fontFamily (default 'Inter'), name (default 'Mini DS'), includeComponents (default true). Sonuç: { success, dsName, variableCollectionIds, textStyleIds, componentIds, summary } — sonrasında figma_execute ile ekran kurulabilir.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| figmaUrl | No | Figma file URL for routing. | |
| fileKey | No | Target a specific connected file. | |
| primaryColor | No | Primary brand color (hex). Default mavi. | #1464FF |
| fontFamily | No | Font family for text styles. Default Inter. | Inter |
| name | No | DS name prefix. | Mini DS |
| includeComponents | No | Button/Input/Card component'lerini dahil et. |