Execute Vercel secondary workflow: Edge Functions. Use when API routes with minimal latency, or complementing primary workflow. Trigger with phrases like "vercel edge function", "deploy edge function with vercel".
From vercel-packnpx claudepluginhub nickloveinvesting/nick-love-plugins --plugin vercel-packThis skill is limited to using the following tools:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Build and deploy Edge Functions for ultra-low latency at the edge. Serverless functions that run close to users worldwide.
vercel-install-auth setupvercel-deploy-preview// Step 1 implementation
// Step 2 implementation
// Step 3 implementation
| Aspect | Deploy Preview | Edge Functions |
|---|---|---|
| Use Case | Deploying a preview for a pull request | API routes with minimal latency |
| Complexity | Medium | Medium |
| Performance | Standard | Ultra-fast (<50ms) |
// Complete workflow example
// Error handling code
For common errors, see vercel-common-errors.