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 Auto-Detection: Scans for fly.toml, render.yaml, vercel.json, netlify.toml, Procfile, railway config, 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, including health check endpoints and deploy status commands. - Persistent Config in CLAUDE.md: Writes a structured Deploy Configuration section covering platform, production URL, merge method, and pre/post-deploy hooks, verified with a live health check curl. - Use Case: You just connected a repo to Render. Run the skill once, it detects render.yaml, infers the onrender.com URL, confirms with you, and saves the config so every future merge deploys and verifies automatically. ## Quick Start Ask the assistant to set up deployment configuration for this project by running the setup-deploy skill.