What problem does it solve?
Manually configuring deployment settings for every new project or deploy platform is tedious, error-prone, and wastes time re-entering production URLs, health check endpoints, and deploy commands every time you launch or update an app.
Core Features & Use Cases
- Multi-Platform Auto-Detection: Automatically identifies your project's deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) without manual input.
- Zero-Effort Config Gathering: Pulls your production URL, health check endpoints, and deploy status commands for the detected platform automatically.
- Persistent Automated Deploys: Writes all gathered deployment settings to your project's CLAUDE.md file, so all future deploys use pre-configured settings with no extra work.
- Use Case: If you are deploying a new web app to Vercel, this skill automatically detects your Vercel project, pulls your production URL and health check path, writes them to CLAUDE.md, and eliminates the need to re-enter these settings for every future deploy.
Quick Start
Use the setup-deploy skill to automatically detect your project's deployment platform and write all required deployment configuration to your CLAUDE.md file for fully automatic future deploys.