
vercel/vercel-deploy-claude-code-plugin
3 skills265 installs39 starsGitHub
Install
npx skills add https://github.com/vercel/vercel-deploy-claude-code-pluginSkills in this repo
1DeployVercel deploy skill from the vercel-deploy Claude Code plugin. Checks vercel CLI installation and login with vercel --version and vercel whoami. Production deploy via vercel --prod and preview via vercel without flag. After deployment displays URL, build status, and mentions vercel logs for debugging failures. Triggers on deploy, deploy to Vercel, push to production, deploy my app, or go live phrases.104installs2LogsVercel deployment logs skill from vercel-deploy Claude Code plugin. Retrieves build and runtime logs for a deployment URL using vercel logs command. Triggers on show logs, check logs, vercel logs, or what went wrong with the deployment phrases. Used after failed deployments to surface error output and help diagnose build failures or runtime issues on Vercel hosting.98installs3SetupThis skill automates Vercel deployment setup for developers integrating with Claude Code. It covers installing the Vercel CLI globally, authenticating via vercel login, linking projects to Vercel infrastructure, and managing environment variables through vercel env commands. Configuration validation includes checking vercel.json and .vercelignore files to ensure proper deployment settings. Essential for developers deploying serverless functions and full-stack applications to Vercel's edge network. Triggered when users request Vercel initialization or configuration tasks.63installs