What problem does it solve?
Migrating content from WordPress, SPAs, or website builders to static generators is rife with hidden pitfalls: critical content often lives in serialized ACF fields or JS data blobs instead of standard XML exports, design CSS is split across dynamically imported bundles, and interactive UI elements are gated by JavaScript you didn't plan to port, leading to broken ports and weeks of rework.
Core Features & Use Cases
- Diagnostic-first approach: Guides you to locate hidden content sources, design systems, and interactive elements before starting extraction, avoiding costly late-stage fixes.
- Multi-platform support: Covers WordPress (with ACF Pro, Gutenberg, page builders), Nuxt/Vue/React SPAs, Webflow/Squarespace/Wix, and legacy PHP/Rails sites.
- Reproducible workflow: Provides a standard project structure and Makefile template to make every step of fetching, extracting, and building reproducible and easy to debug.
- Use case example: For a WordPress site with ACF flexible content and a Nuxt frontend, the skill guides you to pull structured content from the WP REST API instead of the incomplete XML export, concatenate CSS bundles, and fix JS-gated reveal animations to match the live site.
Quick Start
Use this skill to migrate your WordPress site with ACF Pro and a Nuxt frontend to a static generator like Zola by following the guided diagnostic and extraction workflow.