reversa-design-system

Extract and normalize design tokens from CSS and theme files into structured documentation.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill reversa-design-system-stribus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-design-system
Source: https://github.com/stribus/pygerengastos/tree/main/.agents/skills/reversa-design-system
Command: npx skills add https://github.com/stribus/pygerengastos --skill reversa-design-system-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill extracts and normalizes design tokens from CSS, theme files, and screenshots to enable consistent UI documentation across projects.

Core Features & Use Cases

  • Token extraction from CSS variables, theme dictionaries, and token sources
  • Documentation of color palettes, typography, spacing, radii, and component tokens
  • Output-ready artifacts for design systems, including Markdown design-system docs and token dictionaries

Quick Start

Provide the design tokens from the project's styles so you can generate a complete design-system document.

Frequently Asked Questions about reversa-design-system

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

FAQPage Schema
How do I extract design tokens from CSS variables in a legacy project?

To extract design tokens from CSS variables in a legacy project, this Skill parses your stylesheets and normalizes the definitions into a structured schema. It then generates ready-to-publish documentation and token files for your UI.

What is the best way to document a design system from existing theme files?

The best way to document a design system from existing theme files is to aggregate and normalize your token sources into a structured schema. This process parses color palettes, typography, spacing, and radii to output ready-to-publish Markdown documentation.

Can I generate token dictionaries from CSS and JSON theme sources?

Yes, you can generate token dictionaries from CSS and JSON theme sources. The Skill parses these formats, normalizes the extracted tokens into a unified schema, and outputs ready-to-publish token dictionary files.

Does this design token extraction tool work with YAML token definitions?

Yes, this design token extraction tool works with YAML token definitions. It parses token JSON and YAML files alongside CSS variables and theme dictionaries to normalize them into structured schema for documentation.

How do I normalize component tokens for consistent UI documentation?

To normalize component tokens for consistent UI documentation, the Skill aggregates extracted definitions from your design-system sources into a structured schema. This covers colors, typography, spacing, radii, and component tokens.

What formats do I need to provide to generate a complete design-system document?

You need to provide project styles stored as CSS variables, theme dictionaries, or token JSON and YAML files. The Skill parses these sources to generate a complete design-system document and token dictionaries.