One-click install
npx skills add https://github.com/cloudbro-kube-ai/k13d --skill vercel-deploy-cloudbro-kube-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-deploy
Source: https://github.com/cloudbro-kube-ai/k13d/tree/main/skills/vercel/claude.ai/vercel-deploy-claimable
Command: npx skills add https://github.com/cloudbro-kube-ai/k13d --skill vercel-deploy-cloudbro-kube-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Deploying applications to Vercel quickly and obtaining a shareable preview without heavy setup or manual configuration.

Core Features & Use Cases

  • One-click deployment of projects to Vercel with immediate Preview URL and Claim URL.
  • Automatic framework detection from package.json to choose the correct build flow.
  • Works with either a project directory or a tarball, excluding node_modules and .git for lean deployments.

Quick Start

Deploy a project directory or tarball to Vercel and receive a preview and claim 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 project to Vercel and get a preview URL without manual configuration?

To deploy to Vercel and get a preview URL, you can use a project directory or tarball. The deployment process automatically detects your framework from package.json, packages the project excluding node_modules and .git, and returns both a Preview URL and a Claim URL.

Do I need authentication or a Vercel account to generate a preview deployment?

No authentication is required to generate a preview deployment. The process packages your project and communicates directly with a deployment service to produce a shareable Preview URL and a Claim URL without needing login credentials.

How does automatic framework detection work when deploying to Vercel?

Automatic framework detection works by reading your project's package.json to identify the framework. This determines the correct build flow for your deployment, ensuring the Vercel preview is generated accurately without manual setup.

Can I deploy a tarball to Vercel instead of a full project directory?

Yes, you can deploy a tarball to Vercel instead of a project directory. The deployment process supports both input types, automatically excluding node_modules and .git directories to ensure lean, efficient Vercel preview deployments.

What is a Claim URL used for after generating a Vercel preview?

A Claim URL is returned alongside the Preview URL after a Vercel deployment. It allows you to claim ownership of the generated preview deployment, linking the instant preview to your account for future management.

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

When packaging a project for a Vercel preview deployment, node_modules and .git directories are automatically excluded. This ensures the tarball sent to the deployment service remains lean and focused only on necessary application files.