ui-design-system

Generate design system tokens for colors, typography, spacing, and more.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/ridopark/oh-my-opentrade --skill ui-design-system-ridopark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-design-system
Source: https://github.com/ridopark/oh-my-opentrade/tree/main/.claude/skills/ui-design-system
Command: npx skills add https://github.com/ridopark/oh-my-opentrade --skill ui-design-system-ridopark

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation and maintenance of design systems by automating the generation of design tokens and providing tools for consistency and developer handoff.

Core Features & Use Cases

  • Design Token Generation: Automatically create comprehensive design tokens for colors, typography, spacing, shadows, and more, based on a brand color and chosen style.
  • Component System Architecture: Provides a foundation for building scalable and consistent UI component libraries.
  • Developer Handoff: Facilitates collaboration between designers and developers through structured token outputs.
  • Use Case: A UI designer needs to establish a new design system for a web application. They can use this Skill to generate a complete set of design tokens (colors, typography, spacing) in JSON format, which can then be integrated into the project's frontend framework.

Quick Start

Run the design token generator script with a brand color of '#FF5733', a 'playful' style, and output in 'json' format.

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 for a UI component library?

You generate design tokens by providing a brand color and selecting a visual style like modern, classic, or playful. This automatically produces comprehensive scales for typography, spacing, borders, shadows, and breakpoints to ensure UI consistency.

When do I need design tokens for frontend development?

Design tokens are structured variables representing visual properties like colors, sizing, and typography. You need them for frontend development to automate the creation of design systems and ensure visual consistency across multiple applications.

Can I export design tokens to CSS and SCSS formats?

Yes, you can export generated design tokens to CSS, SCSS, and JSON formats. This facilitates developer handoff by providing structured token outputs that integrate directly into your project's frontend framework architecture.

Does this design system generator support different visual styles?

Yes, the design system generator supports multiple visual styles including modern, classic, and playful. This allows you to tailor the generated UI component architecture and design tokens to match specific brand requirements.

What is the best way to establish a scalable design system from a single brand color?

The best way to establish a scalable design system from a single brand color is to automate token generation. This creates a full range of interrelated scales for typography, spacing, shadows, and z-index, ensuring visual consistency.

What are the limitations of using an automated design token generator?

The limitations of an automated design token generator include being constrained to predefined style templates like modern, classic, or playful, and requiring manual integration of the exported JSON or CSS outputs into your specific frontend framework.