npx claudepluginhub weorbitant/workbench-dev --plugin ops-suiteInvoke the ops-suite:deploy skill and follow it exactly as presented to you
/deployGenerates GitHub Actions workflow to build and deploy VitePress wiki site to GitHub Pages after checking for wiki directory and existing workflows.
/deployDeploys app to staging/production/preview with pre/post checks. Auto-detects method (Vercel/Netlify/Docker/Kubernetes/SSH/GitHub Pages), tags deploys, verifies health, outputs status and rollback.
/deployDeploys current project to Vercel via CLI with preflight checks. Defaults to preview; pass 'prod' or 'production' for production with explicit confirmation.
/deployExecutes automated deployment pipeline with pre-flight validation, staging tests, production rollout using blue-green/canary strategies, and post-deployment monitoring.
/deployDeploys project safely through multi-gate pipeline: tests, build verification, staging deploy/verify, optional production promotion. Argument: staging|production.
/deployDeploys specified Kustomize overlay (default: config/dev) to current kind cluster. Builds and applies it, refusing non-kind contexts.
Invoke the ops-suite:deploy skill and follow it exactly as presented to you