webflow-prod-checklist

Solid

Execute Webflow production deployment checklist — token security, rate limit hardening, health checks, circuit breakers, gradual rollout, and rollback procedures. Use when deploying Webflow integrations to production or preparing for launch. Trigger with phrases like "webflow production", "deploy webflow", "webflow go-live", "webflow launch checklist", "webflow production ready".

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 Production Checklist ## Overview Complete pre-deployment checklist for Webflow Data API v2 integrations, covering authentication, error handling, rate limits, monitoring, and rollback. ## Prerequisites - Staging environment tested and verified - Production API token with minimal scopes - Deployment pipeline configured - Monitoring/alerting infrastructure ready ## Instructions ### Pre-Deployment Configuration - [ ] **Production API token** in secure vault (not .env file on server) - [ ] **Minimal scopes** — only scopes the integration actually uses - [ ] **Site token** used where workspace token is not needed - [ ] **Environment variables** set in deployment platform (Vercel/Fly/Cloud Run) - [ ] **Webhook secrets** stored securely, not hardcoded - [ ] **No tokens in client-side code** — all API calls server-side only ### Code Quality Verification - [ ] **All tests passing** — unit tests with mocked SDK, integration tests with test token - [ ] **No hardcoded credentials** — `grep -r "Bearer " src/` returns nothing - [ ] **Error handling** covers 400, 401, 403, 404, 409, 429, 500 - [ ] **Rate limit handling** — SDK `maxRetries` configured, bulk endpoints used - [ ] **Pagination** — all list operations handle `offset`/`limit` correctly - [ ] **Logging** is production-appropriate (no PII, structured JSON) - [ ] **Webhook signatures verified** — `verifyWebhookSignature()` on every webhook ### Rate Limit Readiness - [ ] **Bulk endpoints** used for multi-item ope...

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

fireflies-prod-checklist

Execute Fireflies.ai production deployment checklist with health checks and rollback. Use when deploying Fireflies.ai integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "fireflies production", "deploy fireflies", "fireflies go-live", "fireflies launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-prod-checklist

Execute Adobe production deployment checklist covering credential management, API health checks, rate limit configuration, and rollback procedures for Firefly Services, PDF Services, and I/O Events integrations. Trigger with phrases like "adobe production", "deploy adobe", "adobe go-live", "adobe launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

firecrawl-prod-checklist

Execute Firecrawl production deployment checklist and rollback procedures. Use when deploying Firecrawl integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "firecrawl production", "deploy firecrawl", "firecrawl go-live", "firecrawl launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clickup-prod-checklist

Production readiness checklist for ClickUp API v2 integrations covering auth, rate limits, error handling, monitoring, and rollback. Trigger: "clickup production", "clickup go-live", "clickup launch checklist", "clickup prod ready", "deploy clickup to production".

2,266 Updated today
jeremylongshore
AI & Automation Featured

salesforce-prod-checklist

Execute Salesforce production deployment checklist with sandbox testing and rollback. Use when deploying Salesforce integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "salesforce production", "deploy salesforce", "salesforce go-live", "salesforce launch checklist", "salesforce sandbox to prod".

2,266 Updated today
jeremylongshore