What problem does it solve? Legacy projects rarely document their visual design system, making reverse engineering and redesigns slow and error-prone. This Skill analyzes existing stylesheets, theme configurations, and screenshots to produce a complete, documented design system. ## Core Features & Use Cases - Token Extraction: Parses CSS/SCSS variables, Tailwind configs, MUI/Chakra/Mantine themes, styled-components, and Style Dictionary token files to recover colors, typography, spacing, shadows, and breakpoints. - Structured Documentation: Generates organized Markdown files (color-palette.md, typography.md, spacing.md, tokens.md, design-system.md) in the reversa output folder. - Confidence Scoring: Labels every token as extracted from config, inferred from usage/screenshots, or referenced but undefined. - Use Case: When migrating a legacy web app to a new frontend, run this Skill against its CSS and theme files to reconstruct the full design token catalog before rebuilding components. ## Quick Start Analyze the stylesheets and theme files in this legacy project and document its complete design system with colors, typography, and spacing tokens.