Framer prod checklist
425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill framer-prod-checklistAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
'Execute Framer production deployment checklist and rollback procedures.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.0 KB, 343 tokens by cl100k_base, as published. Nobody here has run it
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
- Framer Publishing
- Custom Domains
Next Steps
For version upgrades, see framer-upgrade-migration.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.