What problem does it solve? Manually configuring deployment settings for every project is repetitive and error-prone. This Skill detects your deploy platform, production URL, health check endpoints, and deploy status commands, then persists them so future deploys run automatically. ## Core Features & Use Cases - Platform Detection: Identifies Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom deploy setups from your repository. - Persistent Configuration: Writes detected deploy settings to CLAUDE.md so the /land-and-deploy workflow runs without re-asking. - Health Check & Status Commands: Captures production URLs, health check endpoints, and deploy status commands for verification after each deploy. - Use Case: After adding a new web service to a repo, run this Skill once to detect the Vercel deployment, record the production URL and health endpoint, and have every subsequent /land-and-deploy run verify the deploy automatically. ## Quick Start Ask the agent to set up deployment configuration for this project so future land-and-deploy runs are automatic.