What problem does it solve?
Projects often lack a single canonical deploy configuration and it is tedious to discover the platform, production URL, health checks, and status commands by hand; this Skill automates detection, prompts for confirmations, and persists a verified deploy config to CLAUDE.md so future deploys are automatic.
Core Features & Use Cases
- Platform detection: Scans for Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions, and custom deploy patterns.
- Safe configuration writing: Shows detected values, asks the user to confirm before writing the ## Deploy Configuration section into CLAUDE.md.
- Verification & fallbacks: Attempts HTTP health checks and CLI status commands when available and records deploy status commands for /land-and-deploy.
- Use case: Turn a repo with a fly.toml or GitHub Actions deploy workflow into an automatically verifiable deployment target for continuous land-and-deploy flows.
Quick Start
Run /setup-deploy to detect your deploy platform, confirm the production URL and health checks, and save the deploy configuration to CLAUDE.md.