Preview deploys, platform deploy skills, and production error context — what to install when you need to ship and dig into failures.
00 — Intro
Shipping with Codex is more than “write the code.” You often need a deploy preview, a status check on the last release, and a clean path into production errors. Official plugins for Vercel and Sentry cover the integrations; deploy skills help when you want Codex to run the preview flow from the project directory.
This shortlist prioritizes tools that close the loop from commit to live URL to stack trace. Skip niche hosts until the core path works.
Install the Vercel plugin for ongoing project context. Add the vercel-deploy skill when you want Codex to run preview deploys from the repo.
Will these change production config?
Most flows are read-only or preview-first. Production deploys usually need an explicit ask. Follow each listing README for write permissions and environment scoping.
What about the Ship & debug use case?
Use that guide for a minimal install checklist. This page is the wider shortlist across hosts and skills.