design-systems
Installation
SKILL.md
Design Systems
Design systems store brand identity tokens (colors, fonts, spacing, logos) that are applied to all designs in a project.
Data Model
Design systems are stored in the design_systems SQL table. Each has:
id— unique identifiertitle— display name (e.g., "Acme Corp Brand")description— optional descriptiondata— JSON string containingDesignSystemDatatokensassets— JSON string containingDesignSystemAsset[](logos, fonts, images)is_default— boolean, whether this is the user's default design systemowner_email— auto-set from sessionorg_id— organization scope