deploy

Installation
SKILL.md

Deploy to Main

Automates the complete deployment workflow for pushing changes to production.

Workflow

  1. Build: Run npm run build to ensure no compilation errors
  2. Status Check: Check git status for uncommitted changes
  3. Commit: Commit changes with a descriptive message
  4. Deploy: Push directly to main to trigger production deployment
  5. Confirm: Provide deployment status

Commands

# Build project
npm run build
Installs
8
Repository
bselee/murp
First Seen
Jan 29, 2026
deploy — bselee/murp