One-click install
npx skills add https://github.com/lgsalinasp7/appInstituto --skill vercel-lgsalinasp7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel
Source: https://github.com/lgsalinasp7/appInstituto/tree/main/.agent/skills/vercel
Command: npx skills add https://github.com/lgsalinasp7/appInstituto --skill vercel-lgsalinasp7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages deployments, environment variables, and project settings for Vercel projects to reduce manual configuration and deployment errors.

Core Features & Use Cases

  • Automate deployments to Vercel (preview and production) via CLI or MCP tooling.
  • Sync and manage environment variables across projects to prevent drift.
  • Link local projects to Vercel and monitor deployment status, logs, and settings.
  • Use Case: When a new code change is ready, trigger a production deployment with a single command.

Quick Start

Run vercel login, then vercel --prod to deploy the app to production.

Frequently Asked Questions about vercel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate production deployments to Vercel using the CLI?

You can automate production deployments to Vercel by running `vercel --prod` via the Vercel CLI. This triggers a production deployment with a single command after linking your local project.

What's the best way to manage environment variables across multiple Vercel projects?

The best way to manage environment variables across multiple Vercel projects is by syncing them through automated CLI tooling. This prevents configuration drift and includes safety checks to protect sensitive variables.

How does project linking work when deploying preview deployments?

Project linking connects your local repository to a Vercel project before deploying preview deployments. This allows you to monitor deployment status, logs, and settings directly through the CLI or MCP integration.

Can I use MCP integration to monitor Vercel deployment status and logs?

Yes, you can use optional MCP integration to monitor Vercel deployment status and logs. This works alongside the Vercel CLI to manage project settings and track both preview and production deployments.

Do I need to run vercel login before triggering preview deployments?

Yes, you need to run `vercel login` before triggering preview deployments. Authentication is a required prerequisite to link your local project and execute any deployment commands through the Vercel CLI.