vercel-deploy

Deploy projects to Vercel with preview and optional production deployments.

167|34|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/tercumantanumut/selene --skill vercel-deploy-tercumantanumut
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-deploy
Source: https://github.com/tercumantanumut/selene/tree/main/lib/skills/catalog/bundled/vercel-deploy
Command: npx skills add https://github.com/tercumantanumut/selene --skill vercel-deploy-tercumantanumut

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Deploying projects to Vercel often requires manual steps, configuration, and repeated commands. This skill automates the end-to-end deployment, enabling quick previews and easy production deploys.

Core Features & Use Cases

  • Automatic framework detection from package.json and deployment via the official Vercel interface.
  • Preview deployments by default with an option to deploy to production on explicit request.
  • Return and present deployment URLs for sharing and verification in conversations.

Quick Start

Run the deploy.sh script from the skill's root to deploy the current project to Vercel and obtain a preview URL.

Frequently Asked Questions about vercel-deploy

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

FAQPage Schema
How do I automate Vercel deployments and get a preview URL?

You can automate Vercel deployments by running a deployment script that packages your project, detects the framework, and returns a preview URL alongside a claim URL for sharing.

How does automatic framework detection work for Vercel previews?

Automatic framework detection reads your package.json to identify the framework, allowing the deployment script to orchestrate packaging and deploy via the official Vercel interface without manual configuration.

Can I deploy to Vercel production instead of a preview environment?

Yes, preview deployments are generated by default, but you can explicitly request a production deployment through the deployment script to publish directly to your production environment.

Do I need to manually configure build settings before deploying to Vercel?

No, you do not need to manually configure build settings because the deployment process detects the project framework from package.json and orchestrates the packaging and deployment steps automatically.

What is the best way to share Vercel preview deployments from a script?

The best way to share Vercel preview deployments is using a script that returns both a preview URL and a claim URL directly in your conversation, enabling instant sharing and verification.