ui-design-system

Generate design tokens from a brand color with multi-format exports.

5|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/Primadetaautomation/primadata-marketplace --skill ui-design-system-primadetaautomation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-design-system
Source: https://github.com/Primadetaautomation/primadata-marketplace/tree/main/.claude/skills/ui-design-system
Command: npx skills add https://github.com/Primadetaautomation/primadata-marketplace --skill ui-design-system-primadetaautomation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates design token generation to help teams build scalable design systems, maintain visual consistency, and speed up designer-developer handoff.

Core Features & Use Cases

  • Design Token Generation: Colors, typography, spacing, sizing, borders, shadows, animation, breakpoints, z-index
  • Multi-Format Exports: JSON, CSS, SCSS, and summary views
  • Style Variants: Modern, Classic, Playful with different fonts and aesthetics
  • Developer Handoff: Clear tokens and usage guidance for devs

Quick Start

Generate tokens for a brand color (e.g., #0066CC) using the Python script to output JSON in modern style.

Frequently Asked Questions about ui-design-system

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

FAQPage Schema
How do I generate design tokens from a brand color for a scalable design system?

Design tokens are reusable design decisions—colors, typography, spacing, shadows—exported as code. This Skill generates a complete token system from a single brand color, producing JSON, CSS variables, and SCSS files across style variants (modern, classic, playful) to standardize design-to-development handoff.

What formats can I export design tokens in?

Design tokens export to JSON, CSS variables, SCSS, and human-readable summaries. This multi-format approach lets developers integrate tokens directly into their build pipeline or stylesheets while designers review the output in a clear summary view.

Can I generate typography scales and spacing grids automatically?

Yes. The Skill generates modular typography using Major Third ratios, 8pt spacing grids, sizing tokens, borders, shadows, breakpoints, z-index, and animation timing—all derived from your brand color and style preference to maintain visual hierarchy and consistency.

How does the Skill handle color palette generation from a single hex color?

It uses HSV-based color scale generation to derive complementary colors and tonal variations from your input brand color, automatically calculating the full palette needed for UI states, gradients, and accessibility contrast levels.

What style variants are available for design tokens?

Three built-in style variants—modern, classic, and playful—apply different typographic choices and aesthetic treatments to the same underlying token structure, letting you match your brand voice without rebuilding the system.

Do I need design software or coding knowledge to use this Skill?

No specialized tools are required beyond the ability to provide a hex color code. The Python script handles token generation; the output is formatted for both designers (summary view) and developers (code exports), requiring no prior design-system experience.