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 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, including health check endpoints and deploy status commands. - Persistent Config: Writes a structured "Deploy Configuration" section to CLAUDE.md covering platform, production URL, merge method, and pre/post-deploy hooks. - Use Case: After adding a fly.toml to your project, run this Skill once; it detects Fly.io, infers your app URL, verifies the health endpoint, and saves the config so every future merge deploys automatically. ## Quick Start Ask the assistant to run /setup-deploy to detect my deployment platform and save the configuration to CLAUDE.md.