framer-upgrade-migration

Solid

Analyze, plan, and execute Framer SDK upgrades with breaking change detection. Use when upgrading Framer SDK versions, detecting deprecations, or migrating to new API versions. Trigger with phrases like "upgrade framer", "framer migration", "framer breaking changes", "update framer SDK", "analyze framer version".

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

Install

View on GitHub

Quality Score: 97/100

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

Skill Content

# Framer Upgrade & Migration ## Overview Guide for upgrading Framer plugin SDK, Server API, and migrating between Framer platform versions. Check the Framer Developer Changelog for breaking changes before upgrading. ## Instructions ### Step 1: Check Current Versions ```bash npm list framer-plugin framer-api framer npm view framer-plugin version npm view framer-api version ``` ### Step 2: Review Changelog Visit https://www.framer.com/developers/changelog for breaking changes. Key migrations: - **Plugin API 3.x**: Introduced Managed Collections, Code File APIs - **Server API beta**: WebSocket-based programmatic access - **Code Components v2**: Updated property control types ### Step 3: Upgrade Plugin SDK ```bash git checkout -b upgrade/framer-plugin npm install framer-plugin@latest npm run build # Check for type errors npm test # Run tests ``` ### Step 4: Common Migration Patterns ```typescript // Plugin API 2.x → 3.x: Collection APIs changed // BEFORE: framer.createCollection(...) // AFTER: framer.createManagedCollection(...) // Code components: ControlType changes // BEFORE: ControlType.FusedNumber // AFTER: ControlType.Number (with min/max/step) // Overrides: import path // BEFORE: import { Override } from 'framer' // AFTER: import { Override } from 'framer' (unchanged, but check type shape) ``` ### Step 5: Rollback ```bash # Pin to previous version npm install framer-plugin@3.x.x --save-exact ``` ## Resources - [Framer Changelog](https://www.framer....

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 Featured

figma-upgrade-migration

Handle Figma REST API scope changes, deprecations, and migration tasks. Use when migrating from deprecated scopes, updating webhook versions, or adapting to Figma API changelog changes. Trigger with phrases like "upgrade figma", "figma deprecation", "figma scope migration", "figma API changes", "figma v2 webhooks".

2,266 Updated today
jeremylongshore
AI & Automation Featured

palantir-upgrade-migration

Upgrade Palantir Foundry SDK versions and handle breaking changes. Use when upgrading foundry-platform-sdk, migrating between API versions, or detecting deprecations in Foundry integrations. Trigger with phrases like "upgrade palantir", "palantir migration", "foundry breaking changes", "update foundry SDK".

2,266 Updated today
jeremylongshore
AI & Automation Featured

framer-common-errors

Diagnose and fix Framer common errors and exceptions. Use when encountering Framer errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "framer error", "fix framer", "framer not working", "debug framer".

2,266 Updated today
jeremylongshore
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 Featured

klaviyo-upgrade-migration

Upgrade Klaviyo SDK versions and migrate between API revisions. Use when upgrading the klaviyo-api package, migrating from v1/v2 legacy APIs to the current REST API, or handling breaking changes between revisions. Trigger with phrases like "upgrade klaviyo", "klaviyo migration", "klaviyo breaking changes", "update klaviyo SDK", "klaviyo API revision".

2,266 Updated today
jeremylongshore