commercetools

Nextjs Deploy Vercel — DevOps skill for Claude Code

DevOps community

Deploy the storefront to Vercel — verifies commercetools credentials, then hands off to Vercel's official agent skill to perform the deploy.

How to install Nextjs Deploy Vercel

Installs to ~/.claude/skills/commercetools-commercetools-ai-plugins-nextjs-deploy-vercel/SKILL.md

Terminal
mkdir -p ~/.claude/skills/commercetools-commercetools-ai-plugins-nextjs-deploy-vercel && curl -fsSL https://raw.githubusercontent.com/commercetools/commercetools-ai-plugins/HEAD/commands/nextjs-deploy-vercel.md -o ~/.claude/skills/commercetools-commercetools-ai-plugins-nextjs-deploy-vercel/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Nextjs Deploy Vercel does


description: Deploy the storefront to Vercel — verifies commercetools credentials, then hands off to Vercel's official agent skill to perform the deploy.

You are deploying the storefront to Vercel. Your job here is to get the **commercetools credentials** right, then hand the actual deploy off to **Vercel's official agent skill** — do not run deploy commands yourself.

Step 0 — Gather context (required, run first)

Before anything else, run the command below — it gathers context for

Alternatives in DevOps

  • Vercel Deploy — Deploy applications and websites to Vercel with preview or production options 14.6k ★
  • Vinext — Vite plugin that reimplements the Next.js API surface — deploy anywhere 8.7k ★
  • Claude Code GitHub Actions — by Anthropic - Official GitHub Actions integration for Claude Code with examples and documentation for automat 6.4k ★

Full documentation available on GitHub

View Source Repository