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 identifier
  • title — display name (e.g., "Acme Corp Brand")
  • description — optional description
  • data — JSON string containing DesignSystemData tokens
  • assets — JSON string containing DesignSystemAsset[] (logos, fonts, images)
  • is_default — boolean, whether this is the user's default design system
  • owner_email — auto-set from session
  • org_id — organization scope

DesignSystemData Schema

Installs
1
GitHub Stars
3.8K
First Seen
8 days ago
design-systems — builderio/agent-native