Agent skill
framer-prod-checklist
Execute Framer production deployment checklist and rollback procedures. Use when deploying Framer integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "framer production", "deploy framer", "framer go-live", "framer launch checklist".
Install this agent skill to your Project
npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/framer-pack/skills/framer-prod-checklist
SKILL.md
Framer Production Checklist
Overview
Checklist for deploying Framer plugins, code components, and Server API integrations to production.
Checklist
Plugin Production
- Plugin tested in Framer editor with real data
- No
console.logcalls remaining - Error states handled (network failures, API errors)
- Loading states shown during async operations
- Plugin UI responsive at configured width/height
- All property controls have default values
Code Components
-
export defaulton all components -
addPropertyControlson all components - Responsive at all viewport sizes
- No hardcoded data (use property controls or CMS)
- Error boundaries for data-fetching components
- Performance tested with large datasets
Server API (CMS Sync)
- API key in secrets vault (not
.env) - CMS collection schema matches source data
- Incremental sync (not full replace every run)
- Error handling with notifications
- Publish step tested
- Rate limiting for batch operations
Site Publishing
- Custom domain configured
- SEO meta tags on all pages
- CMS collections populated
- Code components rendering correctly in preview
- Code overrides working in published site
Output
- Verified plugin, components, and CMS sync
- Production API key secured
- Site published and accessible
Resources
Next Steps
For version upgrades, see framer-upgrade-migration.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
dockerfile-generator
Dockerfile Generator - Auto-activating skill for DevOps Basics. Triggers on: dockerfile generator, dockerfile generator Part of the DevOps Basics skill category.
branch-naming-helper
Branch Naming Helper - Auto-activating skill for DevOps Basics. Triggers on: branch naming helper, branch naming helper Part of the DevOps Basics skill category.
readme-generator
Readme Generator - Auto-activating skill for DevOps Basics. Triggers on: readme generator, readme generator Part of the DevOps Basics skill category.
makefile-generator
Makefile Generator - Auto-activating skill for DevOps Basics. Triggers on: makefile generator, makefile generator Part of the DevOps Basics skill category.
gitignore-generator
Gitignore Generator - Auto-activating skill for DevOps Basics. Triggers on: gitignore generator, gitignore generator Part of the DevOps Basics skill category.
pre-commit-hook-setup
Pre Commit Hook Setup - Auto-activating skill for DevOps Basics. Triggers on: pre commit hook setup, pre commit hook setup Part of the DevOps Basics skill category.
Didn't find tool you were looking for?