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".
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install vercel-pack@claude-code-plugins-plusThis skill is limited to using the following tools:
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.