What problem does it solve?
Manually setting up deployment configuration for gstack's /land-and-deploy command is tedious and error-prone, requiring you to manually identify your deploy platform, production URL, health check endpoints, and status commands every time you set up a new project. This skill eliminates that manual work by automatically detecting all required deployment details and persisting them for future use.
Core Features & Use Cases
- Multi-Platform Auto-Detection: Automatically identifies your deploy platform from config files for Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom setups.
- Zero-Effort Future Deploys: Saves all detected configuration (platform, production URL, health checks, status commands) directly to your project's CLAUDE.md file, so /land-and-deploy runs automatically without repeated setup.
- Use Case: If you just deployed a new web app to Vercel, run this skill once and it will pull your Vercel config, detect your production URL and health check path, and save everything so you never have to re-enter those details for future deploys.
Quick Start
Use the setup-deploy skill to automatically detect your project's deployment platform and save all required deploy configuration to CLAUDE.md for fully automated future deploys.