token-generation

Reference for color palette algorithms, typography scales, and WCAG accessibility checking.

Content Preview
# Design Token Generation Guide

Reference for color palette algorithms, typography scales, and WCAG accessibility checking.

---

## Table of Contents

- [Color Palette Generation](#color-palette-generation)
- [Typography Scale System](#typography-scale-system)
- [Spacing Grid System](#spacing-grid-system)
- [Accessibility Contrast](#accessibility-contrast)
- [Export Formats](#export-formats)

---

## Color Palette Generation

### HSV Color Space Algorithm

The token generator uses HSV (Hue, Sa
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/token-generation.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/ui-design-system/references/token-generation.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at product-team/ui-design-system/references/token-generation.md

Related Skills