What problem does it solve? Manually configuring deployment settings for every project is repetitive and error-prone. This Skill auto-detects your deploy platform, production URL, health checks, and status commands, then persists everything to CLAUDE.md so future deploys via /land-and-deploy run automatically without re-detection. ## Core Features & Use Cases - Platform Detection: Scans for fly.toml, render.yaml, vercel.json, netlify.toml, Procfile, railway configs, and GitHub Actions deploy workflows to identify your hosting platform. - Guided Configuration: Walks through platform-specific setup for Fly.io, Render, Vercel, Netlify, Heroku, or custom/manual deploys, inferring URLs and health check endpoints. - Persistent Config: Writes a Deploy Configuration section to CLAUDE.md covering platform, production URL, deploy status command, merge method, and custom hooks. - Use Case: You just connected your repo to Render. Run this Skill once, confirm the detected settings, and every future /land-and-deploy will merge, deploy, and verify against your production URL automatically. ## Quick Start Ask the assistant to run /setup-deploy to detect your deployment platform and save the configuration to CLAUDE.md.