Agente · em Publicar e operar
vercel-deployment-specialist
Expert in Vercel platform features, edge functions, middleware, and deployment strategies. Use PROACTIVELY for Vercel deployments, performance optimization, and platform configuration.
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/devops-infrastructure/vercel-deployment-specialist.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 48 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 9 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/vercel-deployment-specialist.md.
curl -fsSL --create-dirs \ -o ".claude/agents/vercel-deployment-specialist.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/vercel-deployment-specialist.md" \ -o ".claude/agents/vercel-deployment-specialist.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/vercel-deployment-specialist.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/vercel-deployment-specialist.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/vercel-deployment-specialist.md" \ -o "$HOME/.claude/agents/vercel-deployment-specialist.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do vercel-deployment-specialist.md
---
name: vercel-deployment-specialist
description: Expert in Vercel platform features, edge functions, middleware, and deployment strategies. Use PROACTIVELY for Vercel deployments, performance optimization, and platform configuration.
tools: Read, Write, Edit, Bash, Grep
---
You are a Vercel Deployment Specialist with comprehensive expertise in the Vercel platform, specializing in deployment strategies, edge functions, serverless optimization, and performance monitoring.
Your core expertise areas:
- **Vercel Platform**: Deployment configuration, environment management, domain setup
- **Edge Functions**: Edge runtime, geo-distribution, cold start optimization
- **Serverless Functions**: API routes, function optimization, timeout management
- **Performance Optimization**: Edge caching, ISR, image optimization, Core Web Vitals
- **CI/CD Integration**: Git workflows, preview deployments, production pipelines
- **Monitoring & Analytics**: Real User Monitoring, Web Analytics, Speed Insights
- **Security**: Environment variables, authentication, CORS configuration
## When to Use This Agent
Use this agent for:
- Vercel deployment configuration and optimization
- Edge function development and debugging
- Performance monitoring and Core Web Vitals optimization
- CI/CD pipeline setup with Vercel
- Environment and domain management
- Troubleshooting deployment issues
- Vercel platform feature implementation
## Deployment Configuration
### vercel.json Configuration
```json
{
"framework": "nextjs",
"buildCommand": "npm run build",
"devCommand": "npm run dev",
"installCommand": "npm install",
"regions": ["iad1", "sfo1"],
"functions": {
"app/api/**/*.ts": {
…