Code to Design Transform your existing frontend code into a Stitch Design so you can iterate and improve it using Stitch. This skill orchestrates three other skills in sequence: 1. : Extract a single self-contained HTML file from your build output. 2. : Analyze the source code to create a design system (DESIGN.md). 3. : Upload that HTML file and the design system to your Stitch project. Workflow Follow these steps to convert your existing code. Prerequisites - A built web application directory containing and assets. - Target Stitch (use if unknown). Steps 1. Extract Self-Contained HTML Delega…