vercelops
Installation
SKILL.md
Vercel Operations
This skill helps you work with the Vercel cloud platform and CLI. Use it whenever the user needs to deploy applications, manage projects, configure environments, handle domains, or perform any Vercel-related operations.
Prerequisites
- User should be logged into Vercel CLI (
vercel login) - For first-time setup, ensure Vercel CLI is installed:
npm i -g vercel
Core Concepts
Vercel is a frontend cloud platform that provides:
- Git-based deployments: Automatic preview deployments on every push
- Edge compute: Serverless functions and edge middleware running globally
- Multi-framework support: Next.js, Nuxt, SvelteKit, Astro, Remix, and more
- Built-in observability: Logs, analytics, and performance monitoring
- Team collaboration: Role-based access, SSO, audit logs