What problem does it solve? Legacy projects often lack documented design systems, forcing developers to manually dig through stylesheets and theme files to recover color palettes, typography scales, and spacing tokens. This Skill automates that reverse-engineering process and produces structured design documentation. ## Core Features & Use Cases - Token Extraction: Parses CSS/SCSS variables, Tailwind configs, MUI/Chakra/Mantine themes, styled-components, and token files to recover colors, typography, spacing, shadows, and breakpoints. - Structured Documentation: Generates color-palette.md, typography.md, spacing.md, tokens.md, and a consolidated design-system.md in the output folder. - Confidence Labeling: Marks each token as extracted from config, inferred from usage/screenshots, or referenced but undefined. - Use Case: When modernizing a legacy frontend, run this Skill against the existing stylesheets and screenshots to produce a complete design token reference before rebuilding components. ## Quick Start Analyze the CSS files, theme configuration, and screenshots in this project and document the full design system with color palette, typography, and spacing tokens.