What problem does it solve?
Configures deployment settings for /land-and-deploy by automatically detecting your deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom), production URL, health check endpoints, and deploy status commands, then writes the configuration to CLAUDE.md so future deploys run without manual setup.
Core Features & Use Cases
- Platform detection: Identify the target deployment platform and propose the right setup steps.
- Auto-configuration persistence: Writes a CLAUDE.md Deploy Configuration block so subsequent deployments reuse the same settings.
- Health checks & status: Sets up or verifies health check endpoints and deploy status commands for reliable rollouts.
- Multi-platform support: Works with Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom deployments.
- Use case: A new project can be configured in minutes, enabling automated deployments in CI/CD pipelines.
Quick Start
Run /setup-deploy to configure deployment for your project.