webflow-pack Verified Silver

Verified Silver · 79/100 business-tools v1.0.0 by Jeremy Longshore

Claude Code skill pack for Webflow (24 skills)

24 Skills
MIT License
Free Pricing

Installation

Open Claude Code and run this command:

/plugin install webflow-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

Skills (24)

webflow-ci-integration SKILL.md View full skill →

Configure Webflow CI/CD with GitHub Actions — automated CMS validation, integration tests with test tokens, and publish-on-merge workflows.

ReadWriteEditBash(gh:*)Bash(npm:*)
webflow-common-errors SKILL.md View full skill →

Diagnose and fix Webflow Data API v2 errors — 400, 401, 403, 404, 409, 429, 500.

ReadGrepBash(curl:*)Bash(npx:*)
webflow-core-workflow-a SKILL.md View full skill →

Execute the primary Webflow workflow — CMS content management: list collections, CRUD items, publish items, and manage content lifecycle via the Data API v2.

ReadWriteEditBash(npm:*)Bash(npx:*)Grep
webflow-core-workflow-b SKILL.md View full skill →

Execute Webflow secondary workflows — Sites management, Pages API, Forms submissions, Ecommerce (products/orders/inventory), and Custom Code via the Data API v2.

ReadWriteEditBash(npm:*)Bash(npx:*)Grep
webflow-cost-tuning SKILL.md View full skill →

Optimize Webflow costs through plan selection, CDN read optimization, bulk endpoint usage, and API usage monitoring with budget alerts.

ReadWriteEditGrep
webflow-data-handling SKILL.md View full skill →

Implement Webflow data handling — CMS content delivery patterns, PII redaction in form submissions, GDPR/CCPA compliance for ecommerce data, and data retention policies.

ReadWriteEdit
webflow-debug-bundle SKILL.md View full skill →

Collect Webflow debug evidence for support tickets and troubleshooting.

ReadBash(npm:*)Bash(npx:*)Bash(curl:*)Bash(tar:*)Grep
webflow-deploy-integration SKILL.md View full skill →

Deploy Webflow-powered applications to Vercel, Fly.

ReadWriteEditBash(vercel:*)Bash(fly:*)Bash(gcloud:*)
webflow-enterprise-rbac SKILL.md View full skill →

Configure Webflow enterprise access control — OAuth 2.

ReadWriteEdit
webflow-hello-world SKILL.md View full skill →

Create a minimal working Webflow Data API v2 example.

ReadWriteEditBash(npm:*)Bash(npx:*)
webflow-incident-runbook SKILL.md View full skill →

Execute Webflow incident response — triage by HTTP status (401/403/429/500), circuit breaker activation, cached fallback, Webflow status page checks, communication templates, and postmortem process.

ReadGrepBash(curl:*)Bash(npm:*)
webflow-install-auth SKILL.md View full skill →

Install the Webflow JS SDK (webflow-api) and configure OAuth 2.

ReadWriteEditBash(npm:*)Bash(pnpm:*)Grep
webflow-local-dev-loop SKILL.md View full skill →

Configure a Webflow local development workflow with TypeScript, hot reload, mocked API tests, and webhook tunneling via ngrok.

ReadWriteEditBash(npm:*)Bash(pnpm:*)Bash(npx:*)Grep
webflow-migration-deep-dive SKILL.md View full skill →

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.

ReadWriteEditBash(npm:*)Bash(npx:*)Bash(node:*)
webflow-multi-env-setup SKILL.md View full skill →

Configure Webflow across development, staging, and production environments with per-environment API tokens, site IDs, and secret management via Vault/AWS/GCP.

ReadWriteEditBash(aws:*)Bash(gcloud:*)Bash(vault:*)
webflow-observability SKILL.md View full skill →

Set up observability for Webflow integrations — Prometheus metrics for API calls, OpenTelemetry tracing, structured logging with pino, Grafana dashboards, and alerting for rate limits, errors, and latency.

ReadWriteEdit
webflow-performance-tuning SKILL.md View full skill →

Optimize Webflow API performance with response caching, bulk endpoint batching, CDN-cached live item reads, pagination optimization, and connection pooling.

ReadWriteEdit
webflow-prod-checklist SKILL.md View full skill →

Execute Webflow production deployment checklist — token security, rate limit hardening, health checks, circuit breakers, gradual rollout, and rollback procedures.

ReadWriteEditBash(curl:*)Bash(npm:*)Grep
webflow-rate-limits SKILL.md View full skill →

Handle Webflow Data API v2 rate limits — per-key limits, Retry-After headers, exponential backoff, request queuing, and bulk endpoint optimization.

ReadWriteEdit
webflow-reference-architecture SKILL.md View full skill →

Implement Webflow reference architecture — layered project structure, client wrapper, CMS sync service, webhook handlers, and caching layer for production integrations.

ReadWriteEditGrep
webflow-sdk-patterns SKILL.md View full skill →

Apply production-ready Webflow SDK patterns — singleton client, typed error handling, pagination helpers, and raw response access for the webflow-api package.

ReadWriteEdit
webflow-security-basics SKILL.md View full skill →

Apply Webflow API security best practices — token management, scope least privilege, OAuth 2.

ReadWriteEditGrep
webflow-upgrade-migration SKILL.md View full skill →

Analyze, plan, and execute Webflow SDK upgrades (webflow-api v1 to v3) with breaking change detection, API v1-to-v2 migration, and deprecation handling.

ReadWriteEditBash(npm:*)Bash(git:*)