vercel-deploy

Deploy applications to Vercel and return preview and claim URLs.

Updated Dec 5, 2024
One-click install
npx skills add https://github.com/yeohj0710/wellnessbox --skill vercel-deploy-yeohj0710
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-deploy
Source: https://github.com/yeohj0710/wellnessbox/tree/main/.agents/skills/vercel-deploy
Command: npx skills add https://github.com/yeohj0710/wellnessbox --skill vercel-deploy-yeohj0710

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Deploy applications and websites to Vercel quickly and reliably. Use when you need fast previews or production deployments with explicit user intent.

Core Features & Use Cases

  • Deploy the current project to Vercel to generate a live preview URL.
  • Provide a fallback deployment path when the Vercel CLI isn't available, returning a preview URL and a claim URL for management.
  • Support production deployments only when the user explicitly requests them.

Quick Start

Deploy your project to Vercel using the vercel deploy command and share the resulting 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 deploy a web app to Vercel and get a preview URL?

To deploy a web app to Vercel, the skill detects your project framework, packages the code, and invokes the deploy endpoint to return a live preview URL and a claim URL for management.

Can I deploy to Vercel production without the Vercel CLI installed?

Yes, you can deploy to Vercel production without the CLI. The skill provides a fallback deployment path that packages your project and returns both a previewUrl and a claimUrl directly.

How do I trigger a production deployment instead of a preview deployment?

Production deployments are supported when you explicitly request them. By default, the deployment process targets previews unless production intent is explicitly specified by the user.

What frameworks are supported for automated Vercel deployments?

The automated Vercel deployment process detects the project framework automatically during packaging. It applies to web apps of varying sizes requiring instant previews or controlled production deployments.

Does Vercel deployment work for large web applications?

Yes, Vercel deployment supports projects of varying sizes. The deployment mechanism handles framework detection, packaging, and endpoint invocation to manage both small previews and large production deployments.