Covers the full Vercel deployment pipeline from Git push to production, including preview deployments for every branch, build configuration, and rollback controls. You'd reach for this when setting up CI/CD workflows, debugging build failures, or implementing controlled releases with deployment checks and release phases. The practical bits are deploy hooks for automation and the Build Output API for custom build setups. It's thorough on the mechanics of getting code live and keeping it stable, though you'll want the complementary observability skill if things go sideways in production. Good reference for teams that need more than just push and pray.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill vercel-deployments-builds