skills/smithery.ai/deploy-prod

deploy-prod

SKILL.md

Deploy to Production

⚠️ PRODUCTION DEPLOYMENT - Requires explicit user approval

Pre-Flight Checks

  1. Verify main branch:

    git checkout main
    git pull origin main
    
  2. Run full build:

    npm run build
    
Installs
2
First Seen
Mar 21, 2026
deploy-prod from smithery.ai