setup-deploy

Detect hosting platforms and configure deployment settings in CLAUDE.md.

Updated May 7, 2026
One-click install
npx skills add https://github.com/TumeloRamaphosa/StudEx-Valley-OS --skill setup-deploy-tumeloramaphosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/TumeloRamaphosa/StudEx-Valley-OS/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/TumeloRamaphosa/StudEx-Valley-OS --skill setup-deploy-tumeloramaphosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the repetitive manual work of figuring out how to deploy your app on your specific hosting platform and wiring the right URLs, health checks, and status commands into your deploy workflow.

Core Features & Use Cases

  • Platform detection and deploy configuration: Identifies your deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and derives the correct production URL and runtime details.
  • Health check and status command setup: Detects and configures health check endpoints and deploy status checks so subsequent deploys can be automatic and reliable.
  • Persistent automation for future deploys: Writes the resulting configuration into CLAUDE.md so future land-and-deploy runs can reuse it without re-learning.

Quick Start

Run setup-deploy to detect your platform, generate the deploy health and status configuration, and write it into CLAUDE.md.

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 automatically across Vercel, Fly.io, and other platforms?

You can auto-configure deployment settings by detecting the target hosting platform, deriving the production URL, and setting health check endpoints. This process applies to onboarding and repeat deployments across Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions.

How do I set up health checks and deploy status commands for my hosting environment?

Setting up health checks involves detecting your deployment platform and configuring health check endpoints alongside deploy status commands. This ensures subsequent automated deployments remain reliable without requiring manual status verification.

Can I persist deployment configuration so I don't have to reconfigure it for future deploys?

Yes, you can persist deployment configuration by writing the derived platform settings, production URLs, and health check details into CLAUDE.md. This allows future land-and-deploy workflows to run automatically without manual reconfiguration.

Does platform detection work with custom hosting environments or only standard providers like Render and Netlify?

Platform detection works with both standard providers like Render, Netlify, Vercel, Heroku, and Fly.io, as well as custom environments. It automatically identifies the hosting platform to derive the correct production URL and runtime details.

What is the best way to automate CI/CD deployment configuration without manual reconfiguration?

The best way to automate CI/CD deployment configuration is to detect the platform, derive production URLs and health check endpoints, and write these settings into CLAUDE.md. This creates a persistent configuration for future automated deploys.