What problem does it solve? Setting up deployment detection by hand for every project is repetitive, and without a stored configuration, deploy workflows like /land-and-deploy cannot run automatically. This Skill detects your deploy platform, production URL, health checks, and status commands once, then persists everything to CLAUDE.md so future deploys need zero setup. ## Core Features & Use Cases - Platform Detection: Automatically identifies Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions deploy workflows, or custom setups by scanning config files like fly.toml, render.yaml, and netlify.toml. - Guided Configuration: Walks through platform-specific setup (app names, CLI checks, inferred URLs) and falls back to interactive questions for custom or manual deploys. - Persistent Config in CLAUDE.md: Writes a Deploy Configuration section covering platform, production URL, merge method, health checks, and pre/post-merge hooks, then verifies the health check URL and status command actually work. - Use Case: You just connected your repo to Render. Run this once, confirm the inferred onrender.com URL, and every future /land-and-deploy run merges, deploys, and polls the health endpoint without asking you anything. ## Quick Start Ask the assistant to run /setup-deploy to detect your deploy platform and save the configuration to CLAUDE.md.