vercel

Deploy and manage Vercel projects, domains, environment variables, and serverless functions using the `vercel` CLI.

242 stars

Best use case

vercel is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Deploy and manage Vercel projects, domains, environment variables, and serverless functions using the `vercel` CLI.

Deploy and manage Vercel projects, domains, environment variables, and serverless functions using the `vercel` CLI.

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "vercel" skill to help with this workflow task. Context: Deploy and manage Vercel projects, domains, environment variables, and serverless functions using the `vercel` CLI.

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/vercel/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/dicklesworthstone/vercel/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/vercel/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How vercel Compares

Feature / AgentvercelStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Deploy and manage Vercel projects, domains, environment variables, and serverless functions using the `vercel` CLI.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Vercel Skill

Use the `vercel` CLI to deploy and manage Vercel projects.

## Deployments

Deploy current directory:
```bash
vercel
```

Deploy to production:
```bash
vercel --prod
```

List recent deployments:
```bash
vercel ls
```

Inspect a deployment:
```bash
vercel inspect <deployment-url>
```

View deployment logs:
```bash
vercel logs <deployment-url>
```

Redeploy a previous deployment:
```bash
vercel redeploy <deployment-url>
```

## Projects

List all projects:
```bash
vercel project ls
```

Link current directory to a project:
```bash
vercel link
```

Remove a project:
```bash
vercel project rm <project-name>
```

## Domains

List domains:
```bash
vercel domains ls
```

Add a domain to a project:
```bash
vercel domains add <domain> <project-name>
```

Check domain configuration:
```bash
vercel domains inspect <domain>
```

## Environment Variables

List env vars for a project:
```bash
vercel env ls
```

Add an env var:
```bash
vercel env add <name>
```

Pull env vars to local .env file:
```bash
vercel env pull
```

Remove an env var:
```bash
vercel env rm <name>
```

## Local Development

Run project locally with Vercel's dev server:
```bash
vercel dev
```

Pull latest project settings:
```bash
vercel pull
```

Build project locally:
```bash
vercel build
```

## Secrets (Legacy)

Note: Secrets are deprecated in favor of Environment Variables.

## Teams

List teams:
```bash
vercel teams ls
```

Switch to a team:
```bash
vercel switch <team-slug>
```

## Authentication

Check current login:
```bash
vercel whoami
```

Login:
```bash
vercel login
```

Logout:
```bash
vercel logout
```

Related Skills

vercel-composition-patterns

242
from aiskillstore/marketplace

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture.

vercel-cli-with-tokens

242
from aiskillstore/marketplace

Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login — e.g. "deploy to vercel", "set up vercel", "add environment variables to vercel".

deploy-to-vercel

242
from aiskillstore/marketplace

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

vercel-deployment

242
from aiskillstore/marketplace

Expert knowledge for deploying to Vercel with Next.js Use when: vercel, deploy, deployment, hosting, production.

vercel-deploy-claimable

242
from aiskillstore/marketplace

Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as 'Deploy my app', 'Deploy this to production', 'Create a preview deployment', 'Deploy and give me the link', or 'Push this live'. No authentication required - returns preview URL and claimable deployment link.

vercel-automation

242
from aiskillstore/marketplace

Automate Vercel tasks via Rube MCP (Composio): manage deployments, domains, DNS, env vars, projects, and teams. Always search tools first for current schemas.

vercel-deploy

242
from aiskillstore/marketplace

Use when deploying Next.js applications to Vercel. Triggers for: vercel.json configuration, build optimization, environment variable setup, custom domain configuration, API proxy setup, or deployment troubleshooting. NOT for: backend-only deployments, non-Vercel hosting, or local development setup.

vercel-react-best-practices

242
from aiskillstore/marketplace

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

vercel-react-native-skills

240
from aiskillstore/marketplace

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

azure-quotas

242
from aiskillstore/marketplace

Check/manage Azure quotas and usage across providers. For deployment planning, capacity validation, region selection. WHEN: "check quotas", "service limits", "current usage", "request quota increase", "quota exceeded", "validate capacity", "regional availability", "provisioning limits", "vCPU limit", "how many vCPUs available in my subscription".

DevOps & Infrastructure

raindrop-io

242
from aiskillstore/marketplace

Manage Raindrop.io bookmarks with AI assistance. Save and organize bookmarks, search your collection, manage reading lists, and organize research materials. Use when working with bookmarks, web research, reading lists, or when user mentions Raindrop.io.

Data & Research

zlibrary-to-notebooklm

242
from aiskillstore/marketplace

自动从 Z-Library 下载书籍并上传到 Google NotebookLM。支持 PDF/EPUB 格式,自动转换,一键创建知识库。