What problem does it solve? Manually figuring out how a project deploys — which platform it uses, what the production URL is, and which commands check deploy health — is repetitive setup work that must be redone for every project. This Skill detects that configuration once and persists it so future deployments run automatically. ## Core Features & Use Cases - Platform Detection: Identifies the deploy platform in use, including Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or a custom setup. - Persistent Configuration: Writes the detected production URL, health check endpoints, and deploy status commands into CLAUDE.md so all future deploys are automatic. - Use Case: After connecting a repository to Vercel, invoke this Skill once to record the production URL and health check endpoint; subsequent land-and-deploy workflows then verify deploys without any manual setup. ## Quick Start Ask the assistant to set up deployment configuration for this project so future deploys are detected and verified automatically.