Topic: marketplace
4,766 skills in this topic.
-
webflow-common-errors
Diagnose and fix Webflow Data API v2 errors — 400, 401, 403, 404, 409, 429, 500.
Use when encountering Webflow API errors, debugging failed requests,
or troubleshooting integration issues.
Trigger with phrases like "webflow error", "fix webflow",
"webflow not working", "debug webflow", "webflow 429", "webflow 401".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-core-workflow-a
Execute the primary Webflow workflow — CMS content management: list collections,
CRUD items, publish items, and manage content lifecycle via the Data API v2.
Use when working with Webflow CMS collections and items, managing blog posts,
team members, or any dynamic content.
Trigger with phrases like "webflow CMS", "webflow collections", "webflow items",
"create webflow content", "manage webflow CMS", "webflow content management".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-core-workflow-b
Execute Webflow secondary workflows — Sites management, Pages API, Forms submissions,
Ecommerce (products/orders/inventory), and Custom Code via the Data API v2.
Use when managing sites, reading pages, handling form data, or working with
Webflow Ecommerce products and orders.
Trigger with phrases like "webflow sites", "webflow pages", "webflow forms",
"webflow ecommerce", "webflow products", "webflow orders".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-cost-tuning
Optimize Webflow costs through plan selection, CDN read optimization, bulk endpoint
usage, and API usage monitoring with budget alerts.
Use when analyzing Webflow billing, reducing API costs,
or implementing usage monitoring for Webflow integrations.
Trigger with phrases like "webflow cost", "webflow billing",
"reduce webflow costs", "webflow pricing", "webflow budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-data-handling
Implement Webflow data handling — CMS content delivery patterns, PII redaction in
form submissions, GDPR/CCPA compliance for ecommerce data, and data retention policies.
Trigger with phrases like "webflow data", "webflow PII", "webflow GDPR",
"webflow data retention", "webflow privacy", "webflow CCPA", "webflow forms data".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-debug-bundle
Collect Webflow debug evidence for support tickets and troubleshooting.
Gathers SDK version, token validation, rate limit status, site connectivity,
CMS health, and error logs into a single diagnostic bundle.
Trigger with phrases like "webflow debug", "webflow support bundle",
"collect webflow logs", "webflow diagnostic", "webflow troubleshoot".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-deploy-integration
Deploy Webflow-powered applications to Vercel, Fly.io, and Google Cloud Run
with proper secrets management and Webflow-specific health checks.
Trigger with phrases like "deploy webflow", "webflow Vercel",
"webflow production deploy", "webflow Cloud Run", "webflow Fly.io".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
coderabbit-webhooks-events
Implement CodeRabbit webhook signature validation and event handling.
Use when setting up webhook endpoints, implementing signature verification,
or handling CodeRabbit event notifications securely.
Trigger with phrases like "coderabbit webhook", "coderabbit events",
"coderabbit webhook signature", "handle coderabbit events", "coderabbit notifications".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-enterprise-rbac
Configure Webflow enterprise access control — OAuth 2.0 app authorization,
scope-based RBAC, per-site token isolation, workspace member management,
and audit logging for compliance.
Trigger with phrases like "webflow RBAC", "webflow enterprise",
"webflow roles", "webflow permissions", "webflow OAuth scopes",
"webflow access control", "webflow workspace members".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-hello-world
Create a minimal working Webflow Data API v2 example.
Use when starting a new Webflow integration, testing your setup,
or learning basic Webflow API patterns — list sites, read CMS collections, create items.
Trigger with phrases like "webflow hello world", "webflow example",
"webflow quick start", "simple webflow code", "first webflow API call".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-incident-runbook
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.
Trigger with phrases like "webflow incident", "webflow outage",
"webflow down", "webflow on-call", "webflow emergency", "webflow broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-install-auth
Install the Webflow JS SDK (webflow-api) and configure OAuth 2.0 or API token authentication.
Use when setting up a new Webflow integration, configuring access tokens,
or initializing the WebflowClient in your project.
Trigger with phrases like "install webflow", "setup webflow",
"webflow auth", "configure webflow API token", "webflow OAuth".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
coderabbit-rate-limits
Understand and handle CodeRabbit and GitHub API rate limits for review automation.
Use when hitting rate limits on @coderabbitai commands, automating review queries,
or building scripts that interact with CodeRabbit via the GitHub API.
Trigger with phrases like "coderabbit rate limit", "coderabbit throttling",
"coderabbit too many requests", "github api rate limit coderabbit".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-webhooks-events
Implement Webflow webhook registration, signature verification, and event handling
for form_submission, site_publish, ecomm_new_order, page_created, and more.
Use when setting up webhook endpoints, implementing event-driven workflows,
or handling Webflow notifications.
Trigger with phrases like "webflow webhook", "webflow events",
"webflow webhook signature", "handle webflow events", "webflow notifications".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-security-basics
Apply Webflow API security best practices — token management, scope least privilege,
OAuth 2.0 secret rotation, webhook signature verification, and audit logging.
Use when securing API tokens, implementing least privilege access,
or auditing Webflow security configuration.
Trigger with phrases like "webflow security", "webflow secrets",
"secure webflow", "webflow API key security", "webflow token rotation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-sdk-patterns
Apply production-ready Webflow SDK patterns — singleton client, typed error handling,
pagination helpers, and raw response access for the webflow-api package.
Use when implementing Webflow integrations, refactoring SDK usage,
or establishing team coding standards.
Trigger with phrases like "webflow SDK patterns", "webflow best practices",
"webflow code patterns", "idiomatic webflow", "webflow typescript".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-reference-architecture
Implement Webflow reference architecture — layered project structure, client wrapper,
CMS sync service, webhook handlers, and caching layer for production integrations.
Trigger with phrases like "webflow architecture", "webflow project structure",
"how to organize webflow", "webflow integration design", "webflow best practices".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-rate-limits
Handle Webflow Data API v2 rate limits — per-key limits, Retry-After headers,
exponential backoff, request queuing, and bulk endpoint optimization.
Use when hitting 429 errors, implementing retry logic,
or optimizing API request throughput.
Trigger with phrases like "webflow rate limit", "webflow throttling",
"webflow 429", "webflow retry", "webflow backoff", "webflow too many requests".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-prod-checklist
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
coderabbit-performance-tuning
Optimize CodeRabbit review speed, relevance, and signal-to-noise ratio.
Use when reviews take too long, contain too many irrelevant comments,
or when teams are experiencing review fatigue.
Trigger with phrases like "coderabbit performance", "optimize coderabbit",
"coderabbit slow", "coderabbit noise", "coderabbit too many comments", "coderabbit relevance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
coderabbit-prod-checklist
Execute CodeRabbit production readiness checklist for org-wide deployment.
Use when preparing to enforce CodeRabbit reviews, going live with required checks,
or auditing CodeRabbit configuration before making it a merge gate.
Trigger with phrases like "coderabbit production", "coderabbit go-live",
"coderabbit launch checklist", "coderabbit readiness", "coderabbit pre-launch".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-multi-env-setup
Configure Webflow across development, staging, and production environments with
per-environment API tokens, site IDs, and secret management via Vault/AWS/GCP.
Trigger with phrases like "webflow environments", "webflow staging",
"webflow dev prod", "webflow environment setup", "webflow config by env".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-observability
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.
Trigger with phrases like "webflow monitoring", "webflow metrics",
"webflow observability", "monitor webflow", "webflow alerts", "webflow tracing".
jeremylongshore/claude-code-plugins-plus-skills 1,803