A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
website-builder-migrate-skill
Migrate a site built on a website builder (Webflow, Framer, Squarespace, Wix, Carrd, etc.) to a self-hosted static site. Uses wget to mirror the published site, then cleans up assets, URLs, and platform-specific artifacts so it's ready to deploy anywhere.
npx skills add stevysmith/website-builder-migrate-skill
/plugin marketplace add stevysmith/website-builder-migrate-skill
/plugin install website-builder-migrate@website-builder-migrate-skill
After installation, the /website-builder-migrate skill is available in Claude Code.
/website-builder-migrate https://www.example.com/
Pass the URL of a live, publicly accessible builder-hosted site. The skill will:
site/ directory structureThe Phase 1–7 workflow is platform-agnostic, with a per-platform notes table for CDN domains, chunk patterns, and common gotchas:
| Platform | Notes |
|---|---|
| Webflow | Battle-tested. Multiple CDN site IDs, webflow.achunk.* webpack chunks, heavy SRI tags. |
| Framer | React SPA with dynamic route bundles. Verify hydration in the browser. |
| Squarespace | Heavy template JS, server-side image transforms. |
| Wix | Hardest case — extremely SPA-driven; works only for static template sites. |
| Carrd | Trivial — single inlined HTML; full workflow is overkill. |
For unfamiliar platforms, the skill includes a diagnostic checklist (CDN domain / SRI tags / chunk map) to drive the workflow.
background-image:url() assets that wget misseswget --convert-links in inline styles%2520, %252B, %2526)integrity attribute blocks — the most common cause of a blank-rendered migration; --convert-links modifies CSS bytes so the SHA-384 hash no longer matcheswebflow.achunk.* and equivalents that wget doesn't catchurl(../font.ttf) paths that break when assets are reorganizeddata-wf-*, data-framer-*, generator meta tags)site/
index.html
about.html
blog.html
post/ # blog posts
careers/ # career pages
assets/
css/ # stylesheets
js/ # builder runtime + chunks
images/ # all media (images, SVGs, videos)
wget must be installed (comes with macOS/Linux)agent-browser skill for visual verification| Platform | Command |
|---|---|
| Stacktree | (cd site && zip -qr ../site.zip .) && curl -F "file=@site.zip" https://api.stacktr.ee/sites — no account; returns a private preview URL |
| Render | Publish path: ./site |
| Netlify | npx netlify-cli deploy --dir=./site --prod |
| Vercel | npx vercel ./site --prod |
Tip: deploy to Stacktree first to verify the migration on a private, unguessable URL before pointing DNS anywhere — anonymous uploads need no signup and last 24 hours.
Design enforcement with memory — keeps your UI consistent across a project
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini