extract-design

Extract design tokens from live websites using Dembrandt.

Updated May 24, 2026
One-click install
npx skills add https://github.com/yonetim258852/ozgur-os --skill extract-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extract-design
Source: https://github.com/yonetim258852/ozgur-os/tree/main/.claude/skills/extract-design
Command: npx skills add https://github.com/yonetim258852/ozgur-os --skill extract-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extract a complete design system from a live website by reading computed CSS and the DOM to produce tokens for colors, typography, spacing, borders, shadows, and components.

Core Features & Use Cases

  • Headless extraction of design tokens (colors, typography, spacing, borders, shadows) from any live site.
  • Outputs in JSON token formats, the W3C design-tokens standard, or DESIGN.md for human-readable briefs.
  • Use cases include reverse-engineering a site's design language, seeding a new design system, or auditing an existing product's visuals.

Quick Start

Provide a live website URL to extract and generate a design-token bundle for your design system.

Frequently Asked Questions about extract-design

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

FAQPage Schema
How do I extract design tokens from a live website URL?

You can extract design tokens from a live site by providing a URL, which reads the computed CSS and DOM to generate colors, typography, spacing, and shadow tokens for your design system.

What is the W3C design tokens format and can I output to it?

The W3C design tokens format is a community standard for defining design properties. You can output extracted tokens in this standard format, standard JSON, or a human-readable DESIGN.md brief.

Can I reverse engineer a complete design system from an existing site?

Yes, you can reverse engineer a site's design language by extracting computed CSS and DOM elements. This process captures accurate colors, typography, spacing, borders, shadows, and component styles as usable tokens.

How do I audit an existing product's design system visuals?

Audit an existing product's visuals by extracting its design tokens from a live URL. This reads the site's current computed CSS to produce an accurate JSON or DESIGN.md report of applied colors, typography, and spacing.

Do I need a live URL to extract color palettes and typography styles?

Yes, a live URL is required to extract color palettes and typography styles. The extraction process reads the rendered computed CSS directly from the live website to ensure accurate token generation.