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: 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 vercel.json. - Guided Configuration: Walks through platform-specific setup, confirming production URLs, health check endpoints, and deploy status commands with the user before writing. - Persistent Config in CLAUDE.md: Writes a structured Deploy Configuration section that /land-and-deploy reads on every run, making merges and deploys fully automatic. - Use Case: You just deployed a side project to Fly.io and want merges to main to deploy automatically. Run /setup-deploy once, confirm the detected fly.toml settings, and every future /land-and-deploy handles merge, deploy, and health verification. ## Quick Start Ask the assistant to run /setup-deploy to detect your deployment platform and save the configuration to CLAUDE.md.