BeClaude

vercel-platform

New
GitHub TrendingGeneralby aouellets

A curated, opinionated path for shipping a Next.js app on Vercel — deploys, env, AI Gateway, rendering & cachi

First seen 6/21/2026

Summary

js application on Vercel, covering deployments, environment variable management, AI Gateway integration, and rendering strategies.

  • It helps developers avoid common pitfalls and follow best practices for production-ready Vercel deployments.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/vercel-platform.md

3
Invoke in Claude Code
/vercel-platform

Use Cases

Deploy a Next.js app to Vercel with optimized build settings and automatic branch previews.
Manage environment variables across development, preview, and production environments.
Integrate Vercel AI Gateway to route AI model requests with caching and rate limiting.
Configure Incremental Static Regeneration (ISR) and Edge Functions for optimal rendering.
Set up custom domains, SSL certificates, and redirects for a production Vercel project.
Debug deployment failures by analyzing build logs and runtime errors in Vercel.

Usage Examples

1

/vercel-platform deploy my-nextjs-app --prod

2

Set up environment variables for my Vercel project with staging and production values.

3

Configure Vercel AI Gateway for OpenAI API calls with caching enabled.

View source on GitHub
deployment

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is vercel-platform?

This skill provides a curated, opinionated workflow for shipping a Next.js application on Vercel, covering deployments, environment variable management, AI Gateway integration, and rendering strategies. It helps developers avoid common pitfalls and follow best practices for production-ready Vercel deployments.

How to install vercel-platform?

To install vercel-platform: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/vercel-platform.md. Finally, /vercel-platform in Claude Code.

What is vercel-platform best for?

vercel-platform is a other categorized under General. It is designed for: deployment. Created by aouellets.

What can I use vercel-platform for?

vercel-platform is useful for: Deploy a Next.js app to Vercel with optimized build settings and automatic branch previews.; Manage environment variables across development, preview, and production environments.; Integrate Vercel AI Gateway to route AI model requests with caching and rate limiting.; Configure Incremental Static Regeneration (ISR) and Edge Functions for optimal rendering.; Set up custom domains, SSL certificates, and redirects for a production Vercel project.; Debug deployment failures by analyzing build logs and runtime errors in Vercel..