What problem does it solve?
Detecting deployment platform details, health checks, and status commands is repetitive and error-prone across projects. This Skill centralizes detection, verification, and persistent configuration so future deploys run automatically via /land-and-deploy.
Core Features & Use Cases
- Platform detection: Scans for fly.toml, render.yaml, vercel config, netlify.toml, Procfile, GitHub Actions workflows, and common project markers.
- Inference & verification: Infers production URL and status commands, checks CLI availability, and validates health endpoints without exposing secrets.
- Write-to-source: Persists a clear Deploy Configuration section into CLAUDE.md so CI/CD automation can read it.
- Use case: Run this on a repo with a PR ready to merge so /land-and-deploy can merge, wait for deploy, and verify via a saved health check.
Quick Start
Run /setup-deploy, confirm the detected platform and production URL, and accept to save the Deploy Configuration into CLAUDE.md.