What problem does it solve? Manually configuring deployment settings for every project is repetitive and error-prone. This Skill automatically 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 without re-detection. ## Core Features & Use Cases - Platform Auto-Detection: Identifies Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions workflows, or custom deploy setups by scanning config files like fly.toml, render.yaml, and netlify.toml. - Persistent Configuration: Writes a structured Deploy Configuration section to CLAUDE.md covering platform, production URL, deploy status command, merge method, and health checks. - Verification: Tests the configured health check URL and deploy status command after writing, reporting reachability without blocking on failures. - Use Case: You just connected your repo to Render. Run /setup-deploy once, confirm the detected service name and onrender.com URL, and every future /land-and-deploy run will poll the right endpoint automatically. ## Quick Start Ask the assistant to run /setup-deploy to detect my deployment platform and save the configuration to CLAUDE.md.