🚀

vercel

Seguro ⚙️ Comandos externos🌐 Acesso à rede

Deploy to Vercel from command line

Deploying frontend projects to Vercel requires navigating multiple CLI commands. This skill provides ready-to-use commands for deployments, domain management, environment variables, and local development without needing to reference external documentation.

Suporta: Claude Codex Code(CC)
⚠️ 68 Ruim
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "vercel". Deploy this project to Vercel production

Resultado esperado:

  • Running: vercel --prod
  • Deployment initiated successfully
  • View your deployment at: https://your-project.vercel.app

A utilizar "vercel". List my Vercel deployments

Resultado esperado:

  • Recent deployments:
  • 1. Production - https://abc.vercel.app - Ready
  • 2. Preview - https://abc-dxyz.vercel.app - Ready
  • 3. Preview - https://abc-qwer.vercel.app - Building

A utilizar "vercel". Pull environment variables from Vercel

Resultado esperado:

  • Running: vercel env pull
  • Environment variables pulled to .env file
  • Found 12 variables including DATABASE_URL and API_KEY

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
85
Conteúdo
21
Comunidade
100
Segurança
83
Conformidade com especificações

O Que Você Pode Construir

Deploy frontend applications

Quickly deploy React, Next.js, or static sites to Vercel with single commands

Manage deployment pipelines

List deployments, inspect logs, and manage environment variables across projects

Local development workflow

Run local development server and pull project settings for seamless iteration

Tente Estes Prompts

Basic deployment
Deploy this project to Vercel using the vercel skill
Production deployment
Deploy this project to Vercel production using the vercel skill
Check deployment status
List recent Vercel deployments and show their status
Environment management
Pull environment variables from Vercel to local .env file

Melhores Práticas

  • Run vercel whoami first to verify you are authenticated
  • Use vercel env pull to sync environment variables before local development
  • Test locally with vercel dev before deploying to production

Evitar

  • Deploying directly to production without testing on preview deployments
  • Hardcoding environment variables instead of using Vercel env management
  • Skipping deployment logs review after initial deployment

Perguntas Frequentes

Is the Vercel CLI required?
Yes, this skill provides commands for the Vercel CLI. Install it globally via npm: npm i -g vercel
What can I deploy?
Vercel supports Next.js, React, Vue, Svelte, static sites, and serverless functions across many frameworks.
How do I link a project?
Run vercel link to connect your local directory to an existing Vercel project.
Is my data safe?
This skill only documents CLI commands. Actual deployment data stays within Vercel infrastructure.
Why is deployment failing?
Common issues include authentication problems, missing build settings, or exceeded account limits. Check logs.
How is this different from Vercel integrations?
This skill provides direct CLI access for workflows where you want full control over the deployment process.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md