What problem does it solve? Turning a visual design into working frontend code by hand is slow and error-prone, and reverse-engineering a website's visual style into a reusable design system requires tedious manual inspection. This Skill automates both directions: pixel-accurate design-to-code conversion from .ardot canvas files, and structured style-guide extraction from live websites. ## Core Features & Use Cases - Design-to-Code Conversion: Reads .ardot design files, exports image/SVG assets, and generates HTML/CSS/JS with correct layout, typography, gradients, and slide transitions, defaulting to a single self-contained HTML file. - Website Style Extraction: Fetches a site's HTML/CSS, captures screenshots with Playwright, and builds a full design style guide (color palette, typography, components, spacing, motion) inside an .ardot file with reusable design tokens. - Framework-Aware Implementation: Ships implementation guidelines for vanilla CSS and Tailwind v4, including CSS variable mapping, font loading, and SVG path extraction. - Use Case: A designer hands you a multi-slide .ardot presentation design; the Skill analyzes each frame, exports only the image assets, and produces a single HTML file with keyboard/wheel slide navigation and responsive scaling that opens directly in a browser. ## Quick Start Ask the agent to convert the currently open Ardot design into a single self-contained HTML page with slide transitions and responsive scaling.