What problem does it solve?
Manually configuring deployment settings for every project is tedious and error-prone. This Skill automatically detects your deployment platform, production URL, health checks, and status commands, then persists them to CLAUDE.md so future deploys work without repeated setup.
Core Features & Use Cases
- Platform Detection: Automatically identifies Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom platforms by scanning config files.
- Health Check Configuration: Detects or helps you define health check endpoints for reliable deploy monitoring.
- Persistent Configuration: Writes all settings to CLAUDE.md so /land-and-deploy skips detection on subsequent runs.
- Use Case: You just pushed a new project to GitHub and want to deploy it. Instead of manually looking up platform-specific config formats, you run this Skill once and it figures out your Render or Vercel setup and stores it.
Quick Start
Use the setup-deploy skill to automatically detect your deployment platform and write the configuration to CLAUDE.md.