vercel-deploy

Installation
SKILL.md

Note: In the Make Something project, the $deploy skill is the primary entry point for deployment. If $deploy exists, defer to it instead of running this skill 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):
command -v vercel
Installs
23
GitHub Stars
160
First Seen
Mar 20, 2026
vercel-deploy — hainrixz/claude-webkit