What problem does it solve?
Deploying an application to the right environment is slow and error-prone, especially when you need to detect the stack, build correctly, and confirm it’s actually running.
Core Features & Use Cases
- Detects and configures the deployment: Identifies the project stack and selects a target based on user preference or existing deploy configuration, defaulting to the Conway sandbox for speed.
- Builds and ships reliably: Installs dependencies, runs the appropriate build flow, packages the artifact, and hands off to the deployer agent for the target-specific rollout.
- Verifies before claiming success: Uses a monitor pass to poll a health endpoint, run a smoke test, and then reports the live URL plus response/health status.
Use cases include pushing changes to a sandbox, shipping a service to Docker/VPS/vercel/cloudflare, and deploying after a build completes and needs a verified go-live.
Quick Start
Run /deploy with your desired target (or omit it to deploy to the Conway sandbox) and wait for the skill to build, ship, verify, and output the live URL.