What problem does it solve? Legacy projects rarely document their visual system, forcing developers to reverse-engineer colors, typography, and spacing from scattered stylesheets. This Skill automates that extraction and produces structured design token documentation. ## Core Features & Use Cases - Multi-source token extraction: Parses CSS/SCSS variables, Tailwind config, MUI/Chakra/Mantine themes, styled-components, Style Dictionary files, and Storybook stories. - Complete design system coverage: Documents color palettes, typography scales, spacing, grid, breakpoints, shadows, border-radius, z-index, transitions, and component variants. - Confidence labeling: Marks each token as extracted from config (green), inferred from usage or screenshots (yellow), or referenced but undefined (red). - Use Case: When modernizing a legacy frontend, run this Skill against the existing stylesheets and screenshots to generate color-palette.md, typography.md, spacing.md, tokens.md, and a consolidated design-system.md in the output folder. ## Quick Start Analyze the CSS files, theme configuration, and screenshots in this project and generate the full design system documentation in the output folder.