What problem does it solve? AI-generated static HTML pages (from Stardust, Mobirise, Relume, Lovable, v0, or Figma-derived code) cannot be edited by content authors without losing their original design. This Skill converts such pages into Adobe Edge Delivery Services (EDS) pages while preserving the original DOM and visual design, making text and image content editable in Document Authoring (DA). ## Core Features & Use Cases - Two conversion modes: page-level overlay (original DOM preserved byte-for-byte via a template with data-slot markers) and block-level (each section becomes an independent EDS block with its own JS and CSS). - Seven-phase workflow: substrate installation, source capture, structural analysis with block-level feasibility assessment, artifact generation, wiring into the EDS repo, local and production round-trip verification with a browser health gate, and reflection with learnings capture. - Idempotent substrate installer: brings a vanilla adobe/aem-boilerplate clone up to overlay-capable state, with backups and drift detection. - Use Case: Given a polished landing page URL generated by an AI tool, run the conversion to produce a DA-editable page on an aem.page preview branch whose rendered DOM matches the source 1:1, verified by an automated DOM-equality check. ## Quick Start Ask the agent to convert https://example.com/promo to an EDS page while keeping the original design intact and making the content editable in DA.