setup-deploy

Detects deployment platform and writes deploy configuration to CLAUDE.md for automated deploys.

Updated Aug 9, 2026
One-click install
npx skills add https://github.com/raghavbadhwar/rstack --skill setup-deploy-raghavbadhwar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/raghavbadhwar/rstack/tree/main/setup-deploy
Command: npx skills add https://github.com/raghavbadhwar/rstack --skill setup-deploy-raghavbadhwar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually configuring deployment settings for every project is repetitive and error-prone. This Skill detects your deploy platform, production URL, health check endpoints, and deploy status commands, then persists them so future deploys run automatically. ## Core Features & Use Cases - Platform Detection: Identifies Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom deploy setups from your repository. - Persistent Configuration: Writes detected deploy settings to CLAUDE.md so the /land-and-deploy workflow runs without repeated setup. - Health Check Discovery: Captures production URLs and health check endpoints used to verify deploys. - Use Case: After connecting a new project to Vercel, run this Skill once so every subsequent /land-and-deploy invocation knows the platform, URL, and status commands automatically. ## Quick Start Ask the agent to set up deployment configuration for this project so land-and-deploy works automatically.

Frequently Asked Questions about setup-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure deployment settings for land-and-deploy?

Invoke the setup-deploy skill with a request like "setup deploy" or "configure deployment". It detects your platform, production URL, and health checks, then writes the configuration to CLAUDE.md so future deploys run automatically.

Which deploy platforms does setup-deploy detect?

The skill detects Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom deploy setups. It identifies the platform from your repository configuration and records the matching deploy status commands.

Where does setup-deploy store the deployment configuration?

The detected configuration is written to the project's CLAUDE.md file. This makes the settings available to all future deploy runs without repeating the detection process.

Can setup-deploy handle a custom deployment platform?

Yes, custom platforms are supported alongside the named providers. The skill captures your production URL, health check endpoints, and deploy status commands even when no standard platform is detected.

When should I rerun the deploy configuration?

Rerun it when you change hosting platforms, move to a new production URL, or modify health check endpoints. The configuration in CLAUDE.md is static until explicitly refreshed.