What problem does it solve?
Deploys the current project to its hosting platform by automatically detecting Railway, Vercel, or GitHub Pages and orchestrating the end-to-end deployment workflow.
Core Features & Use Cases
- Auto-detects the hosting platform by inspecting project files (railway.json/railway.toml, vercel.json, or GitHub Pages) and runs the appropriate deployment flow.
- Performs essential pre-deploy checks: ensures a clean working tree, ensures the current branch is pushed, and runs tests if available.
- Executes deployments across Railway, Vercel, or GitHub Pages with post-deploy verification and status reporting.
- Use Case: You want a single command to deploy to your chosen host without manual platform switching, while receiving a deployment URL and health signals.
Quick Start
Invoke the deploy skill to automatically detect the hosting platform, perform pre-deploy checks, and push the deployment to the selected target.