vercel-hello-world

Installation
SKILL.md

Vercel Hello World

Overview

Deploy a minimal project to Vercel with a static page and a serverless API route. Confirms your CLI auth, project structure, and deployment pipeline work end to end.

Prerequisites

  • Completed vercel-install-auth setup
  • Vercel CLI installed and authenticated
  • Node.js 18+

Instructions

Step 1: Create Project Structure

mkdir my-vercel-app && cd my-vercel-app
npm init -y

Create the static landing page:

Installs
26
GitHub Stars
2.3K
First Seen
Feb 4, 2026
vercel-hello-world — jeremylongshore/claude-code-plugins-plus-skills