vercel-deploy

Deploys projects to Vercel and returns Preview and Claim URLs.

1|Updated Sep 19, 2025
One-click install
npx skills add https://github.com/antonpme/CV-Optimizer --skill vercel-deploy-antonpme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-deploy
Source: https://github.com/antonpme/CV-Optimizer/tree/main/.claude/skills/vercel-deploy
Command: npx skills add https://github.com/antonpme/CV-Optimizer --skill vercel-deploy-antonpme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables rapid deployment of any project to Vercel by packaging and uploading the artifact, delivering a live Preview URL and a transferable Claim URL without requiring user authentication.

Core Features & Use Cases

  • Automated deployment: Package the project into a deployment bundle, auto-detect the framework from package.json, and deploy to Vercel.
  • Preview & Transfer links: Returns a live Preview URL and a Claim URL for easy handoff to a Vercel account.
  • Use Case: Deploy a local project or tarball to generate a shareable preview link for testing or client reviews.

Quick Start

bash scripts/deploy.sh [path]

Frequently Asked Questions about vercel-deploy

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

FAQPage Schema
How do I deploy a local project to Vercel and get a preview URL?

To deploy a local project to Vercel and get a preview URL, run the deployment script in your current directory. It packages the project, auto-detects the framework from package.json, uploads it, and returns a live Preview URL.

Can I deploy an existing tarball to Vercel without uploading my entire directory?

You can deploy a tarball to Vercel by specifying the tarball path when running the deployment script. The tool uploads the packaged artifact directly, auto-detects the framework, and outputs deployment metadata in JSON format.

Does the Vercel deployment process require manual authentication or framework configuration?

The Vercel deployment process requires no manual authentication or framework configuration. It automatically detects the framework from package.json and generates a transferable Claim URL for easy account handoff.

What files are excluded when packaging a project for Vercel deployment?

When packaging a project for Vercel deployment, the tool automatically excludes the node_modules and .git directories. This ensures the deployment bundle remains lightweight and secure before uploading to Vercel.

How does framework detection work when deploying a project to Vercel?

Framework detection works by reading the package.json file in your project directory during the Vercel deployment process. It identifies the framework automatically to configure the deployment without requiring manual setup.

What is the difference between the Preview URL and Claim URL returned after a Vercel deployment?

The Preview URL returned after a Vercel deployment provides instant live access to your deployed application. The Claim URL is a transferable link that allows you to easily claim and attach the deployment to a specific Vercel account.