What problem does it solve? Understanding why a well-crafted website feels polished requires manually digging through its HTML and CSS. This Skill automates that study by downloading a site's homepage, stylesheets, and sitemap, then extracting its design system into a structured notes file. ## Core Features & Use Cases - Design System Extraction: Pulls fonts, color palettes, type scales, border radii, and CSS custom properties from a site's stylesheets into DESIGN-NOTES.md. - Site Inventory: Saves the raw homepage HTML, combined CSS, and sitemap page list for deeper manual review. - Use Case: You admire a competitor's landing page and want to improve your own project. Run the grab, read the extracted type scale and color restraint patterns, then apply 3-5 concrete lessons to your own stylesheets without copying any content. ## Quick Start Study the design of https://example.com and tell me what makes it feel high quality and how to apply those lessons to my project.