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 check endpoints, and deploy status commands, then persists them so future deploys run without reconfiguration. ## Core Features & Use Cases - Platform Detection: Identifies Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom deploy setups automatically. - Persistent Configuration: Writes detected deploy settings to CLAUDE.md so the /land-and-deploy workflow runs automatically on future sessions. - Health Check Discovery: Locates production URLs and health check endpoints to verify deploys after shipping. - Use Case: After setting up a new web app on Fly.io, invoke this Skill once to record the platform, URL, and status commands; every subsequent deploy via /land-and-deploy then works without manual setup. ## Quick Start Ask the assistant to set up deployment configuration for this project so future deploys run automatically.