vercel-deploy
Installation
SKILL.md
Purpose
Deploy an existing Vercel project to production from a local directory. Designed to never hang, never create new projects, and never assume implicit state.
Required Secrets
Must be available as environment variables (from crew secret store):
VERCEL_TOKEN— Access token with deploy permissions (this is the only real secret)
Required Inputs
All inputs are passed as KEY=value pairs in the skill invocation or task description. Parse them from the args — never read these from environment variables.
DEPLOY_DIR— Path to the deployable directory (e.g.,./ui, repo root)PROD_DOMAIN— Expected production domain (e.g.,pylot.fellowship.dev)VERCEL_ORG_ID— Organization/team ID (starts withteam_)VERCEL_PROJECT_ID— Project ID (starts withprj_)