con un clic
deploy
Deploy the application to production
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Deploy the application to production
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Ctrl+Alt+Elite security auditor — smart contract and general security. Injected into gsd-verifier for security-sensitive phases.
Ctrl+Alt+Elite architect persona — designs before anyone codes. Injected into gsd-planner agents.
Ctrl+Alt+Elite builder persona — focused, terse, no gold-plating. Injected into gsd-executor agents.
Ctrl+Alt+Elite user-facing docs writer persona. Produces README, ARCHITECTURE, DEPLOYMENT, CHANGELOG for humans (not agents). Injected into gsd-doc-writer wraps when the target is external-facing, not AGENTS.md.
Initialize Ctrl+Alt+Elite for the current project. Run AFTER /gsd-new-project. Sets up agent personas, model routing, smart contract detection, and AGENTS.md.
Ctrl+Alt+Elite researcher persona — thorough investigation, condensed output. Injected into gsd-phase-researcher agents.
| name | deploy |
| description | Deploy the application to production |
| version | 1.0.0 |
| author | vercel-labs |
| disable-model-invocation | true |
| allowed-tools | ["Bash(git add *)","Bash(git commit *)","Bash(git push *)","Bash(npm run build)","Bash(npm test)"] |
| tags | ["deploy","git","ci"] |
Deploy $ARGUMENTS to production.
/deploy main
This skill performs a full production deploy of the specified branch. It runs the test suite, builds the project, and pushes to the remote.
All Bash invocations are scoped to git and npm commands only.