vercel-deployment

Installation
SKILL.md

Vercel Deployment

Use this skill to deploy any Git-backed project to Vercel without assuming a specific repository layout, framework, team, domain, or environment file location.

Core principle

Discover project settings from the current repo before running Vercel commands. Do not hard-code paths like apps/web, frameworks like nextjs, branches like main, team scopes, domains, or env file names unless the user or repository configuration confirms them.

1) Discover the project

From the repository root, inspect the app before deploying:

pwd
git remote -v
git branch --show-current
find . -maxdepth 3 \( -name package.json -o -name vercel.json -o -name next.config.* -o -name vite.config.* -o -name astro.config.* -o -name svelte.config.* -o -name nuxt.config.* \) -print
Related skills
Installs
1
Repository
ash-ishh/skills
First Seen
Apr 27, 2026