GitHub
Skills harvested from GitHub repositories
14810 skills availablewebflow-hello-world
Minimal working examples demonstrating the three core Webflow Data API v2 operations: listing sites, reading CMS collect...
webflow-data-handling
Handle sensitive data correctly when working with the Webflow Data API v2. Covers PII in form submissions, ecommerce cus...
webflow-debug-bundle
Collect comprehensive diagnostic information for Webflow integration troubleshooting. Generates a support-ready bundle w...
webflow-cost-tuning
Optimize Webflow costs through smart plan selection, CDN-cached reads, bulk endpoint usage, and proactive API usage moni...
webflow-common-errors
Quick reference for the most common Webflow Data API v2 errors, their root causes, and concrete solutions. Covers every ...
vercel-webhooks-events
Handle Vercel webhook events (deployment.created, deployment.ready, deployment.error) with HMAC signature verification. ...
webflow-ci-integration
Set up CI/CD pipelines for Webflow Data API v2 integrations with GitHub Actions. Includes unit tests with mocked SDK, in...
vercel-upgrade-migration
Safely upgrade Vercel CLI, Node.js runtime versions, and framework versions (especially Next.js) on Vercel. Covers break...
vercel-sdk-patterns
Build a typed, production-ready wrapper around the Vercel REST API (api.vercel.com). Covers authentication, pagination, ...
vercel-reliability-patterns
Build fault-tolerant Vercel deployments with circuit breakers, retry logic, graceful degradation, and instant rollback i...
vercel-reference-architecture
Implement a production-ready Vercel project architecture with clear separation across edge, server, and client layers. C...
vercel-rate-limits
Handle Vercel REST API rate limits with proper retry logic, and configure Vercel's WAF rate limiting SDK to protect your...
vercel-prod-checklist
Complete pre-production checklist for Vercel deployments covering environment variables, domain configuration, performan...
vercel-performance-tuning
Optimize Vercel deployment performance across four levers: edge caching, bundle size reduction, serverless function cold...
vercel-multi-env-setup
Configure Vercel's three built-in environments (Development, Preview, Production) with scoped environment variables, bra...
vercel-local-dev-loop
Run Vercel serverless functions and API routes locally using vercel dev. Covers environment variable management, hot rel...
vercel-incident-runbook
Step-by-step incident response for Vercel deployment failures, function errors, and platform outages. Covers rapid triag...
vercel-edge-functions
Edge Functions run on Vercel's Edge Network (V8 isolates) close to the user with no cold starts. They use Web Standard A...
vercel-deploy-preview
Deploy preview environments for branches and pull requests. Every git push to a non-production branch generates a unique...
vercel-deploy-integration
Deploy Vercel applications to production using CLI, API, and Git-triggered workflows. Covers deployment promotion, insta...
vercel-cost-tuning
Optimize Vercel costs by understanding the Fluid Compute pricing model, reducing function execution time, leveraging edg...
vercel-ci-integration
Set up automated Vercel deployments in GitHub Actions with preview deployments on PRs, production deploys on merge to ma...
veeva-webhooks-events
Guidance for webhooks events with Veeva Vault REST API, VQL queries, and VAPIL Java SDK. Authentication: Session-based (...
veeva-sdk-patterns
Guidance for sdk patterns with Veeva Vault REST API, VQL queries, and VAPIL Java SDK. Authentication: Session-based (use...