webflow-migration-deep-dive

Solid

Execute major Webflow migrations — from other CMS platforms to Webflow CMS, between Webflow sites, or large-scale content re-architecture using the Data API v2 bulk endpoints, strangler fig pattern, and data validation. Trigger with phrases like "migrate to webflow", "webflow migration", "import into webflow", "webflow replatform", "move content to webflow", "webflow bulk import", "wordpress to webflow".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Webflow Migration Deep Dive ## Overview Comprehensive guide for migrating content to Webflow CMS via the Data API v2. Covers assessment, data mapping, bulk import (100 items/batch), validation, and rollback. Handles WordPress, Contentful, Strapi, CSV, and JSON source formats. ## Prerequisites - `webflow-api` SDK installed - API token with `cms:read` and `cms:write` scopes - Target Webflow site with CMS collections created in the Designer - Source data exported (JSON, CSV, or API access) ## Migration Types | Migration | Source | Complexity | Duration | |-----------|--------|-----------|----------| | CSV/JSON import | Static files | Low | Hours | | WordPress | WP REST API | Medium | Days | | Contentful/Strapi | Headless CMS API | Medium | Days | | Site-to-site | Another Webflow site | Low | Hours | | Full replatform | Custom CMS | High | Weeks | ## Instructions ### Step 1: Assess Target Collection Schema Before importing, understand exactly what fields the target collection expects: ```typescript import { WebflowClient } from "webflow-api"; const webflow = new WebflowClient({ accessToken: process.env.WEBFLOW_API_TOKEN!, }); async function assessTarget(siteId: string) { const { collections } = await webflow.collections.list(siteId); const schema: Record<string, any> = {}; for (const col of collections!) { schema[col.slug!] = { id: col.id, displayName: col.displayName, itemCount: col.itemCount, fields: col.fields?.map(f => ({ ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

webflow-upgrade-migration

Analyze, plan, and execute Webflow SDK upgrades (webflow-api v1 to v3) with breaking change detection, API v1-to-v2 migration, and deprecation handling. Trigger with phrases like "upgrade webflow", "webflow migration", "webflow breaking changes", "update webflow SDK", "webflow v1 to v2".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-core-workflow-a

Execute the primary Webflow workflow — CMS content management: list collections, CRUD items, publish items, and manage content lifecycle via the Data API v2. Use when working with Webflow CMS collections and items, managing blog posts, team members, or any dynamic content. Trigger with phrases like "webflow CMS", "webflow collections", "webflow items", "create webflow content", "manage webflow CMS", "webflow content management".

2,266 Updated today
jeremylongshore
AI & Automation Featured

canva-migration-deep-dive

Execute major Canva Connect API integration migrations with strangler fig pattern. Use when migrating to Canva from another design platform, re-platforming existing integrations, or performing major architectural changes. Trigger with phrases like "migrate to canva", "canva migration", "switch to canva", "canva replatform", "replace design tool with canva".

2,266 Updated today
jeremylongshore
API & Backend Solid

content-migration

Move content between platforms, domains, or URL structures while preserving SEO equity, user bookmarks, and integrations. Use this skill when planning a CMS migration, replatforming, consolidating sites, changing URL structures, or merging content from multiple sources. Triggers on content migration, replatform, CMS migration, domain migration, URL restructure, redirect map, site merge, content consolidation, migration plan, post-migration drop. Also triggers when planning a launch that involves moving existing content.

280 Updated 2 days ago
rampstackco
AI & Automation Featured

salesforce-migration-deep-dive

Execute Salesforce data migrations using Bulk API, Data Loader, and ETL patterns. Use when migrating data to/from Salesforce, performing org-to-org migrations, or re-platforming CRM data into Salesforce. Trigger with phrases like "migrate to salesforce", "salesforce data migration", "salesforce import data", "salesforce ETL", "CRM migration to salesforce".

2,266 Updated today
jeremylongshore