What problem does it solve?
This Skill streamlines deploying web projects to Vercel by automating the decision flow between git-based pushes, direct CLI deploys, and no-auth fallback uploads so users get a working preview URL quickly without manual platform navigation.
Core Features & Use Cases
- Environment Detection: Detects git remotes, existing .vercel linking, and Vercel CLI authentication to choose the safest deploy method.
- Multiple Deploy Paths: Supports git push triggering, vercel deploy for linked projects, and no-auth fallback scripts for sandboxed or unauthenticated environments.
- Team & Scope Handling: Enumerates teams, prompts for team selection when needed, and applies the chosen org scope to all Vercel CLI actions to avoid misdeploys.
- Troubleshooting & Guidance: Provides escalation guidance for network restrictions, authentication failures, and when to request elevated sandbox permissions.
- Use Case: Deploy a frontend project from a developer workstation or a locked sandbox and receive a preview URL and optional claim URL for account transfer.
Quick Start
Deploy the current project as a Vercel preview and return the preview and claim URLs.