vercel-deploy

Installation
SKILL.md

Note: In claude-webkit this skill is the primary deployment path. CLAUDE.md Phase 6 calls bash .claude/skills/vercel-deploy/scripts/deploy.sh site directly.

Vercel Deploy

Deploy any project to Vercel instantly. Always deploy as preview (not production) unless the user explicitly asks for production.

Prerequisites

  • Check whether the Vercel CLI is installed without escalated permissions (for example, command -v vercel).
  • Only escalate the actual deploy command if sandboxing blocks the deployment network calls (sandbox_permissions=require_escalated).
  • The deployment might take a few minutes. Use appropriate timeout values.

Quick Start

  1. Check whether the Vercel CLI is installed (no escalation for this check):
Installs
48
GitHub Stars
211
First Seen
Mar 20, 2026
vercel-deploy — hainrixz/claude-webkit