What problem does it solve?
Detects a project's deployment platform and automates creation of a Deploy Configuration so land-and-deploy workflows run reliably without manual guessing. It saves time by finding platform files, inferring production URLs and health checks, validating status commands, and persisting the results to CLAUDE.md for future automated deploys.
Core Features & Use Cases
- Platform Detection: Scans for Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions workflows, or falls back to a custom/manual prompt flow.
- Configuration Persistence: Writes a standardized Deploy Configuration section to CLAUDE.md and can overwrite or update existing settings idempotently.
- Verification & Safety: Validates health-check URLs and deploy status commands, avoids exposing secrets, and supports CLI fallbacks when platform CLIs are available.
- Use Case: Prepare your web app for automated land-and-deploy by detecting the platform, confirming the production URL, and saving health checks so CI/CD can poll and verify deployments.
Quick Start
Run the /setup-deploy skill to detect your deploy platform, confirm the production URL and health check, and save the Deploy Configuration to CLAUDE.md.