deploylisted
Install: claude install-skill waseemnasir2k26/skynetlabs-all-claude-code
# deploy
Route a repo to the RIGHT deploy target and enforce the gotcha so the wrong path
never ships. This skill is opinionated on purpose — it's easy to lose time deploying
a Hostinger Node app to the wrong target. The detection + hard rules below exist to stop that.
## When to use
USE when the user wants to get a build live (any of: Vercel, Hostinger ZIP, WordPress
theme/plugin, static site) and isn't sure of the procedure, OR when the target carries
a gotcha (a Hostinger Node app like example.com).
For the full versioned release flow (merge main → tests → VERSION bump → CHANGELOG →
PR), run `/ship` FIRST, then `/deploy` the resulting build. `/deploy` is about the
last mile (build → host), `/ship` is about the git release.
## Step 0 — Detect the target (run this first, always)
```bash
cd <repo> # absolute repo path, e.g. ~/GITHUB/your-site-react
git rev-parse --show-toplevel # confirm it's a repo
git remote -v # capture origin (used for the Hostinger-app identity check)
ls # top-level inventory
```
Detection order (FIRST match wins — the Hostinger-app override beats generic Vercel):
| Signal (check in this order) | Target |
| -------------------------------------------------------------------------------------------------------------------- | ----------------