scaffold_preset
Create a new preset directory with manifest and token override scaffold by inheriting from a parent preset. Generates a ready-to-customize preset structure on disk for UI design systems.
Instructions
Create a new preset directory with manifest and token override scaffold, inheriting from a parent preset. Generates a ready-to-customize preset structure on disk.
Args:
preset_id (string): Kebab-case ID for the new preset (e.g. 'client-banking')
extends (string): Parent preset to inherit from (default: 'glassmorphic-base')
name (string): Human-readable display name
description (string): Short description
accent_color (string, optional): Override accent color in the scaffolded tokens
Returns: Path to new preset directory and files created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset_id | Yes | Kebab-case ID for the new preset | |
| extends | No | Parent preset to inherit from | glassmorphic-base |
| name | Yes | Human-readable display name | |
| description | Yes | Short description | |
| accent_color | No | Override accent color in the scaffolded tokens |