deploying-to-production

Installation
SKILL.md

Deploying to Production

Use this workflow when a user says "deploy this website/app" or similar. Follow the checklist in order and do not skip steps.

Deployment Workflow

  • Step 1: Run build and verify no errors
  • Step 2: Create GitHub repository
  • Step 3: Push code to GitHub
  • Step 4: Deploy to Vercel
  • Step 5: Verify deployment

Step 1: Run build

Run:

npm run build

If build fails, read the errors, fix issues, and run again. Only proceed when build succeeds.

Related skills

More from zhanlincui/ultimate-agent-skills-collection

Installs
18
GitHub Stars
125
First Seen
Jan 25, 2026