What problem does it solve?
It turns scattered legacy UI styling into a documented, reusable design token system, so teams can rebuild consistently without guessing colors, typography, spacing, and component styling.
Core Features & Use Cases
- Design token extraction from UI sources: Collects color, typography, spacing, radii, shadows, z-index, transitions, and opacity semantics from CSS/SCSS variables, Tailwind theme configuration, UI library theme objects, and token files when available.
- Component and variant documentation: Identifies available components/variants and captures key props or theming hooks when the project uses a design system or component library.
- Output-ready artifacts for rebuild: Produces consolidated markdown outputs in the configured
_reversa_sdd/design-system/ folder for downstream reconstruction work.
Quick Start
Use the reversa-design-system skill to extract and document the project’s design tokens into the output folder defined by .reversa/state.json output_folder.