What problem does it solve? Setting up deployment automation requires manually figuring out which platform a project uses, what the production URL is, and how to verify deploys succeeded. This Skill automates that detection and persists the answers so future deploys run without repeated configuration. ## Core Features & Use Cases - Platform Detection: Scans for fly.toml, render.yaml, vercel.json, netlify.toml, Procfile, railway config, and GitHub Actions deploy workflows to identify the hosting platform. - Guided Configuration: Walks through platform-specific setup for Fly.io, Render, Vercel, Netlify, Heroku, or custom/manual deploys, including health check endpoints and deploy status commands. - Persistent Config: Writes a Deploy Configuration section to CLAUDE.md so the /land-and-deploy workflow can merge and deploy automatically on later runs. - Use Case: After connecting a repo to Render, run this once to record the production URL and health check; every subsequent deploy verification then polls the right endpoint without re-asking. ## Quick Start Ask the assistant to run /setup-deploy to detect my deploy platform and save the configuration to CLAUDE.md.