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 token files, and Storybook stories. - Categorized documentation: Generates separate files for color palette, typography, spacing/grid/breakpoints, and a consolidated token table, each value tagged with a confidence level (extracted, inferred, or undefined). - Screenshot support: Uses interface screenshots as a complementary visual source to confirm tokens when style files are incomplete. - Use Case: When onboarding onto a legacy codebase with a tailwind.config.js and scattered SCSS variables, run this Skill to produce a complete design-system/ folder documenting every color, font scale, and breakpoint before starting a UI redesign. ## Quick Start Analyze the stylesheets and theme files in this project and document the full design system in the output folder.