What problem does it solve?
This Skill turns deployment setup from a manual guessing game into a repeatable configuration step. It identifies where the app is deployed, how to check it, and how to store that knowledge so future deploys do not need rediscovery.
Core Features & Use Cases
- Platform detection: Recognizes common deployment targets like Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom flows.
- Deploy metadata capture: Collects the production URL, health check path, deploy status command, and merge method, then writes them into CLAUDE.md.
- Operational follow-through: Handles existing config, asks for missing details, and supports one-time setup for teams that want /land-and-deploy to work automatically.
- Use case: A builder inherits a Next.js app with no deployment notes. This Skill figures out the platform and leaves behind the deploy instructions so the next person can ship without spelunking.
Quick Start
Ask the setup-deploy skill to detect your deployment platform and write the production URL, health check, and status command into CLAUDE.md.