deploy-an-app
Deploy an App
Take an app that works on one machine and make it work for everyone. The result is a live URL the user owns, backed by real infrastructure, with an honest account of what was done for them and what is still theirs to do.
Deploying is not building. This skill provisions infrastructure, sets configuration and runs deploys. It does not add features, redesign pages, or improve code it happens to dislike. Where a change to the code is genuinely required to run in production — and there is exactly one common case, a SQLite app moving to Postgres — it goes on the sheet in Step 3 and is approved before it happens.
Most of this is automatable, and the parts that aren't are knowable in advance. The value of this skill is not that it types vercel deploy. It is that it asks for every human-only credential once, in one place, before anything starts — rather than discovering them one failed build at a time.