vercel-developer
v1.0.0Full-stack Vercel developer skill for deploying and managing Next.js applications. Covers Deployment (preview, production, Git integration, CLI), Environment Variables, Domains & SSL, the Vercel CLI (deploy, env, link, pull, dev, logs), Serverless & Edge Functions, Storage (Blob, KV, Postgres), caching (ISR, CDN), and integrations.
by SleestkMIT86updated 1 month ago
Source
git clone https://github.com/Sleestk/Skills-PipelineClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is SaaS/vercel-developer/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
Full-stack Vercel developer skill for deploying and managing Next.js applications. Covers Deployment (preview, production, Git integration, CLI), Environment Variables (per-environment config, NEXT_PUBLIC_ prefix, secrets), Domains (custom domains, DNS, SSL), Vercel CLI (deploy, env, link, pull, dev, logs), Serverless & Edge Functions, Storage (Blob, KV, Postgres), Caching (ISR, CDN, revalidation), and Integrations (Supabase, Stripe). Use this skill whenever the user mentions Vercel, deploying, vercel deploy, vercel CLI, preview deployment, production deployment, vercel env, vercel domains, serverless functions, edge functions, custom domains, or any task involving deploying a Next.js app. Even if the user just says "deploy this", "push to production", "go live", or "set up hosting" — trigger immediately. Also trigger for deploying a Stripe + Supabase + Next.js stack to Vercel.
Manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "vercel-developer",
"description": "Full-stack Vercel developer skill for deploying and managing Next.js applications. Covers Deployment (preview, production, Git integration, CLI), Environment Variables, Domains & SSL, the Vercel CLI (deploy, env, link, pull, dev, logs), Serverless & Edge Functions, Storage (Blob, KV, Postgres), caching (ISR, CDN), and integrations.",
"version": "1.0.0",
"author": {
"name": "Sleestk",
"url": "https://github.com/Sleestk"
},
"homepage": "https://github.com/Sleestk/Skills-Pipeline",
"repository": "https://github.com/Sleestk/Skills-Pipeline",
"license": "MIT",
"keywords": [
"vercel",
"deployment",
"nextjs",
"edge-functions",
"serverless",
"hosting",
"ci-cd"
]
}