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 repeated setup. - Health Check Discovery: Captures production URLs and health check endpoints used to verify deploys. - Use Case: After connecting a new project to Vercel, run this Skill once so every subsequent /land-and-deploy invocation knows the platform, URL, and status commands automatically. ## Quick Start Ask the agent to set up deployment configuration for this project so land-and-deploy works automatically.