What problem does it solve? Design teams struggle to keep AI-generated screens visually consistent with an existing product's design language. This Skill converts a Stitch project's screens, HTML code, and theme metadata into a structured DESIGN.md file that acts as a source of truth for prompting Stitch to generate on-brand new screens. ## Core Features & Use Cases - Design Token Extraction: Retrieves screens via the Stitch MCP Server and extracts colors, typography, spacing, border-radius, and shadow patterns from HTML/Tailwind code. - Semantic Translation: Converts technical CSS values into descriptive design language (e.g., "rounded-full" becomes "pill-shaped") paired with exact hex codes. - Structured DESIGN.md Output: Generates a Markdown document covering visual theme, color palette roles, typography rules, component stylings, and layout principles. - Use Case: After designing a Home screen in Stitch, run this Skill to produce a DESIGN.md, then reference it in every subsequent prompt so new screens match the established design system. ## Quick Start Analyze my Stitch project's Home screen and generate a DESIGN.md file documenting its design system.