vercel-deploy — vercel-deploy install vercel-deploy, stock-flow-qt-food, community, vercel-deploy install, ide skills, vercel deployment service, package.json framework detection, tarball deployment, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Full Stack Agents needing instant and automated deployment of web projects to Vercel. vercel-deploy is a skill that packages projects into tarballs, excluding node_modules and .git, and uploads them to Vercel for instant deployment

Features

Packages project into a tarball, excluding node_modules and .git
Auto-detects framework from package.json
Uploads project to Vercel deployment service
Returns Preview URL and Claim URL for live site and account transfer
Supports deployment from a directory or .tgz file
Uses deploy.sh script for easy deployment

# Core Topics

LeeCuongg LeeCuongg
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The vercel-deploy skill by LeeCuongg is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for vercel-deploy install, vercel deployment service, package.json framework detection.

Ideal Agent Persona

Perfect for Full Stack Agents needing instant and automated deployment of web projects to Vercel.

Core Value

Empowers agents to instantly deploy projects to Vercel using auto-detected frameworks from package.json, supporting tarball uploads and returning live Preview URLs and Claim URLs for easy transfer to personal Vercel accounts.

Capabilities Granted for vercel-deploy

Automating deployment of React, Next.js, and other framework-based projects to Vercel
Streamlining the development workflow by instantly deploying projects from local directories or .tgz files
Simplifying the transfer of deployed projects to personal Vercel accounts using Claim URLs

! Prerequisites & Limits

  • Requires package.json for framework auto-detection
  • Excludes node_modules and .git from deployment tarball
  • No authentication required, but Claim URL needed for transfer to personal Vercel account
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

vercel-deploy

Deploy projects to Vercel instantly with vercel-deploy. Learn how to use this AI agent skill to streamline your deployment process and get a live site preview

SKILL.md
Readonly

Vercel Deploy

Deploy any project to Vercel instantly. No authentication required.

How It Works

  1. Packages your project into a tarball (excludes node_modules and .git)
  2. Auto-detects framework from package.json
  3. Uploads to deployment service
  4. Returns Preview URL (live site) and Claim URL (transfer to your Vercel account)

Usage

bash
1bash /mnt/skills/user/vercel-deploy/scripts/deploy.sh [path]

Arguments:

  • path - Directory to deploy, or a .tgz file (defaults to current directory)

Examples:

bash
1# Deploy current directory 2bash /mnt/skills/user/vercel-deploy/scripts/deploy.sh 3 4# Deploy specific project 5bash /mnt/skills/user/vercel-deploy/scripts/deploy.sh /path/to/project 6 7# Deploy existing tarball 8bash /mnt/skills/user/vercel-deploy/scripts/deploy.sh /path/to/project.tgz

Output

Preparing deployment...
Detected framework: nextjs
Creating deployment package...
Deploying...
✓ Deployment successful!

Preview URL: https://skill-deploy-abc123.vercel.app
Claim URL:   https://vercel.com/claim-deployment?code=...

The script also outputs JSON to stdout for programmatic use:

json
1{ 2 "previewUrl": "https://skill-deploy-abc123.vercel.app", 3 "claimUrl": "https://vercel.com/claim-deployment?code=...", 4 "deploymentId": "dpl_...", 5 "projectId": "prj_..." 6}

Framework Detection

The script auto-detects frameworks from package.json. Supported frameworks include:

  • React: Next.js, Gatsby, Create React App, Remix, React Router
  • Vue: Nuxt, Vitepress, Vuepress, Gridsome
  • Svelte: SvelteKit, Svelte, Sapper
  • Other Frontend: Astro, Solid Start, Angular, Ember, Preact, Docusaurus
  • Backend: Express, Hono, Fastify, NestJS, Elysia, h3, Nitro
  • Build Tools: Vite, Parcel
  • And more: Blitz, Hydrogen, RedwoodJS, Storybook, Sanity, etc.

For static HTML projects (no package.json), framework is set to null.

Static HTML Projects

For projects without a package.json:

  • If there's a single .html file not named index.html, it gets renamed automatically
  • This ensures the page is served at the root URL (/)

Present Results to User

Always show both URLs:

✓ Deployment successful!

Preview URL: https://skill-deploy-abc123.vercel.app
Claim URL:   https://vercel.com/claim-deployment?code=...

View your site at the Preview URL.
To transfer this deployment to your Vercel account, visit the Claim URL.

Troubleshooting

Network Egress Error

If deployment fails due to network restrictions (common on claude.ai), tell the user:

Deployment failed due to network restrictions. To fix this:

1. Go to https://claude.ai/settings/capabilities
2. Add *.vercel.com to the allowed domains
3. Try deploying again

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is vercel-deploy?

Perfect for Full Stack Agents needing instant and automated deployment of web projects to Vercel. vercel-deploy is a skill that packages projects into tarballs, excluding node_modules and .git, and uploads them to Vercel for instant deployment

How do I install vercel-deploy?

Run the command: npx killer-skills add LeeCuongg/stock-flow-qt-food/vercel-deploy. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for vercel-deploy?

Key use cases include: Automating deployment of React, Next.js, and other framework-based projects to Vercel, Streamlining the development workflow by instantly deploying projects from local directories or .tgz files, Simplifying the transfer of deployed projects to personal Vercel accounts using Claim URLs.

Which IDEs are compatible with vercel-deploy?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for vercel-deploy?

Requires package.json for framework auto-detection. Excludes node_modules and .git from deployment tarball. No authentication required, but Claim URL needed for transfer to personal Vercel account.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add LeeCuongg/stock-flow-qt-food/vercel-deploy. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use vercel-deploy immediately in the current project.

Related Skills

Looking for an alternative to vercel-deploy or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI