Extract Design Tokens banner
humbleteam humbleteam

Extract Design Tokens

Design community

Description

Extract design tokens - colors, type, spacing, shadows - from a URL, screenshot, or CSS into CSS variables and JSON.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Extract design tokens

**Pull a named design-token set - palette, type, spacing, radii, shadows, and motion - from a live URL, a screenshot, or a CSS file, and get back CSS custom properties plus W3C-shaped JSON, built for design teams and the engineers who work with them.**

[![CI](https://img.shields.io/github/actions/workflow/status/humbleteam/extract-design-tokens/validate.yml?branch=main&style=for-the-badge&logo=github&label=CI)](https://github.com/humbleteam/extract-design-tokens/actions/workflows/validate.yml) [![GitHub stars](https://img.shields.io/github/stars/humbleteam/extract-design-tokens?style=for-the-badge&logo=github&color=181717)](https://github.com/humbleteam/extract-design-tokens/stargazers) [![Last commit](https://img.shields.io/github/last-commit/humbleteam/extract-design-tokens?style=for-the-badge&color=339933)](https://github.com/humbleteam/extract-design-tokens/commits/main) [![License](https://img.shields.io/badge/license-MIT-blue?style=for-the-badge)](LICENSE) [![Claude Code](https://img.shields.io/badge/Claude_Code-skill-D97757?style=for-the-badge&logo=anthropic&logoColor=white)](https://github.com/humbleteam/extract-design-tokens/blob/main/SKILL.md)

`extract-design-tokens` turns a production URL, screenshots, or a raw CSS file into a design-token set: role-named CSS custom properties plus JSON in the W3C Design Tokens Community Group format. The rule that keeps it honest: any value not visible in the source is marked not extracted, never guessed.

Table of contents

What it does

  • Reads a live URL, screenshots, or a CSS/SCSS file and pulls out color,