What problem does it solve? Redesigning a website page-by-page by hand is slow and error-prone. This Skill applies a target design system, visual canon, and module catalog to every page in a migration inventory, producing a self-contained static HTML bundle that can be zipped and deployed to any static host. ## Core Features & Use Cases - Three render branches: approved pages render verbatim from prototypes, sibling pages inherit approved template archetypes with slot injection, and unique pages render one-off from design tokens and canon. - Idempotent and incremental migration: sha-based skip logic re-renders only changed pages, so large sites migrate incrementally without redundant work. - Self-contained asset bundling: every referenced image, font, and favicon is copied into the output tree and all references rewritten to depth-aware relative paths that work on file://, host root, or any subpath. - Use Case: After extracting and prototyping a 127-page nonprofit site, run the migration to emit 122 static HTML pages with bundled assets, sitemap.xml, robots.txt, and per-page _meta.json provenance sidecars ready for zip-and-deploy. ## Quick Start Run the migrate skill to render every directed page in the stardust inventory into the deployable static site under stardust/migrated/.