podo/design-agent-skills

extract-design-system

Reverse-engineers design tokens (colors, typography, spacing, border radius, shadows) from any public website and generates tokens.json and tokens.css for local projects. Available as agent skill and standalone CLI. Different from extract-design-md (which is Stitch/DESIGN.md focused).

First seen May 23, 2026

Installation

$ npx skills add podo/design-agent-skills --skill extract-design-system

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from podo/design-agent-skills · top by installs.

npx skills add podo/design-agent-skills

Browse all from podo/design-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,085 B
  • docs SUMMARY.md 314 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 94 installs

SKILL.md

extract-design-system

Catalogue stub — full package: arvindrk/extract-design-system

Decision tree

  1. Is the skill already installed? Check ~/.design-agent-skills/skills/ for extract-design-system or related directories.

- Yes → invoke and proceed - No → go to step 2

  1. Shell access? Yes → install below. No → show user the command (Claude Code: send with ! as a chat message — add -g for global or omit for project-only).

Install command

npx skills add arvindrk/extract-design-system

Invoke after install

  • Skill name: extract-design-system
  • Triggers: "extract design system", "reverse-engineer tokens", "extract tokens from website"

What it does

Reverse-engineers a design system from any publicly accessible website. Scrapes and analyzes CSS to extract color palettes, typography scales, spacing systems, border radii, and box shadows, then outputs a tokens.json (W3C-compatible) and tokens.css (CSS custom properties) ready for local use. Also available as a standalone CLI tool for scripted extraction pipelines.

When NOT to use

  • Figma-source token extraction — use the Figma MCP (figma-official-skills) or figma-variables-tokens-generator
  • Stitch/DESIGN.md output format — use extract-design-md (taste-design-stitch)
  • Building a token architecture from scratch — use design-tokens-skill