What problem does it solve? Getting a local project live on Vercel involves many branching paths: checking git remotes, verifying CLI authentication, linking projects to teams, and handling sandboxed environments without credentials. This Skill automates that decision flow so any project can be deployed as a preview with a shareable URL. ## Core Features & Use Cases - State-aware deploy method selection: Detects git remotes, .vercel/ link files, and CLI authentication to choose between git push, vercel deploy, or no-auth fallback scripts. - Team and project linking: Guides team selection via --scope and links projects with vercel link --repo or standard linking to enable automatic git-push deployments. - No-auth fallback scripts: Ships deploy.sh and deploy-codex.sh that package a project (excluding node_modules, .git, .env), auto-detect the framework from package.json, upload to a claimable deploy endpoint, and return preview and claim URLs. - Use Case: A user in a sandboxed AI environment asks to "deploy my app and give me the link" — the Skill packages the project, deploys it without credentials, and returns a live preview URL plus a claim URL to transfer ownership. ## Quick Start Ask the agent to deploy the current project to Vercel and return the preview URL.