design-system-builder

Automate design-system scaffolding and token-based CSS generation for Chameleon projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/genexuslabs/genexus-skills --skill design-system-builder-genexuslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system-builder
Source: https://github.com/genexuslabs/genexus-skills/tree/main/frontend/design-system-builder
Command: npx skills add https://github.com/genexuslabs/genexus-skills --skill design-system-builder-genexuslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Design System Builder streamlines creation and evolution of enterprise-grade CSS design systems on top of Chameleon, enabling teams to scaffold tokens, themes, and component styles without starting from scratch.

Core Features & Use Cases

  • Automates DS scaffolding: tokens (primitive, semantic, component), base CSS, scope theming, and component utilities.
  • Integrates with Chameleon for component APIs while DS handles styling tokens and design patterns.
  • Works across brands and themes; supports multi-brand workflows via scope/theme files.

Quick Start

Initialize the DS scaffold and customize tokens, themes, and component styles using the provided scripts.

Frequently Asked Questions about design-system-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a multi-brand CSS design system with token management?

Scaffolding a multi-brand CSS design system requires automating token generation, base CSS, and theme scope files. It uses a 3-tier token model—primitive, semantic, and component—to produce a cohesive styling foundation across brands.

What is the 3-tier token model for building enterprise CSS design systems?

The 3-tier token model for enterprise CSS design systems organizes styles into primitive, semantic, and component tokens. This hierarchy separates raw values from contextual meanings and component-specific styling for scalable multi-brand theming.

Does the design system builder work with Chameleon for component styling?

Yes, the design system builder integrates with Chameleon. Chameleon manages component APIs while the design system handles styling tokens, base CSS, scope theming, and component utilities to establish a complete styling foundation.

How do I generate scope themes for different brands in a CSS design system?

You generate scope themes for different brands by using multi-brand workflows via scope and theme files. The design system scaffolding scripts automate token generation, base CSS, and theme scoping to support each brand's styling.

What's the best way to automate token scaffolding for component-level CSS?

The best way to automate token scaffolding for component CSS is using DS scaffolding scripts. These scripts map semantic tokens to component tokens, automatically generating base CSS and component utilities for a cohesive styling foundation.

Do I need the 3-tier token model to use the design system scaffolding scripts?

Yes, the 3-tier token model is required. The DS scaffolding scripts depend on the primitive, semantic, and component token structure to automate token scaffolding, base CSS generation, and theme scoping for cohesive styling.