What problem does it solve?
Migrating a web page into AEM Edge Delivery Services (EDS) is slow and error-prone because you must extract layout, break content into reusable blocks, generate EDS-compatible markup, and validate the result visually.
Core Features & Use Cases
- End-to-end page migration orchestration: extracts a page, decomposes it into navigation/main/footer fragments, generates one scoop per block (via the cone), assembles final plain HTML deliverables, and verifies via screenshots.
- Visual-tree-driven decomposition: uses a page screenshot and visual tree artifacts to classify regions into block candidates and default-content.
- Brand/style preparation for correct previews: resolves fonts and updates head.html plus styles so previews render consistently before block generation.
Quick Start
Start the migration by asking the AI to run: upskill aemcoder/skills --path skills/migration --skill migrate-page and provide a source page URL plus the target GitHub repo (owner/repo).