# Vercel Deploy

> Deploy applications to Vercel with auto-detection and preview URLs Use when this capability is needed.

- Skill: `tomevault-io/vercel-deploy-5` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/vercel-deploy-5`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/vercel-deploy-5/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/vercel-deploy-5

---


## When to Use

- Deploy application to Vercel
- Create preview deployments
- Generate shareable URLs

## Features

### Framework Detection
```
Auto-detects 40+ frameworks from package.json:
- Next.js
- React
- Vue
- Nuxt
- Svelte
- Astro
- and more...
```

### Auto Exclusions
```
Automatically excludes:
- node_modules/
- .git/
- .env files
```

### Output
```
On successful deployment:
1. Preview URL (view deployment)
2. Claim URL (transfer ownership)
```

## Execution Flow

```
1. Detect project framework
2. Prepare deployment bundle
3. Upload to Vercel
4. Return URLs
```

## Output Format

```
[Deploy Success]
Preview: https://project-xxx.vercel.app
Claim: https://vercel.com/claim/xxx
```

## Scripts

See `scripts/deploy.sh` for deployment automation.

## Requirements

- Valid project structure
- package.json present
- Vercel CLI or API token (for authenticated deploys)

## Limitations

- Claimable deploys are anonymous
- Preview URLs are temporary
- Full features require Vercel account
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/baekenough) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-12 -->

