A collection of skills for Claude.ai and Claude Code for working with Vercel deployments.
Skills follow the Agent Skills format.
Deploy applications and websites to Vercel instantly. No authentication required.
Use when:
- "Deploy my app"
- "Deploy this to production"
- "Push this live"
- "Deploy and give me the link"
Features:
- No authentication required - works instantly
- Auto-detects 40+ frameworks from
package.json - Returns preview URL (live site) and claim URL (transfer ownership)
- Handles static HTML projects automatically
- Excludes
node_modulesand.gitfrom uploads
How it works:
- Packages your project into a tarball
- Detects framework (Next.js, Vite, Astro, etc.)
- Uploads to deployment service
- Returns preview URL and claim URL
Output:
✓ Deployment successful!
Preview URL: https://skill-deploy-abc123.vercel.app
Claim URL: https://vercel.com/claim-deployment?code=...
Copy the desired skill folder to your Claude Code skills directory:
cp -r skills/vercel-deploy ~/.claude/skills/Add the skill to your project knowledge or paste the contents of SKILL.md into your conversation.
No CLI installation or authentication needed.
Skills are automatically available once installed. Simply ask Claude to deploy:
Deploy my app
Deploy this and give me the link
Claude will package your project, deploy it, and return both URLs.
Each skill contains:
SKILL.md- Instructions for Claudescripts/- Helper scripts for automation
If deployment fails due to network restrictions, you need to allow Vercel domains:
- Go to claude.ai/admin-settings/capabilities
- Add
*.vercel.comto the allowed domains
MIT