setup-deploy

Detect deployment platform and persist configuration to CLAUDE.md for gstack projects.

43|7|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/lucas-flatwhite/gstack-ko --skill setup-deploy-lucas-flatwhite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/lucas-flatwhite/gstack-ko/tree/main/setup-deploy
Command: npx skills add https://github.com/lucas-flatwhite/gstack-ko --skill setup-deploy-lucas-flatwhite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a manual trigger to configure and persist deployment settings for gstack projects, automating the setup of /land-and-deploy by detecting the target platform, production URL, and health checks, and saving the configuration to CLAUDE.md for future automatic deployments.

Core Features & Use Cases

  • Detects deployment platform (e.g., Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and infers the production URL.
  • Configures deploy status commands and health checks to validate deployments.
  • Writes a CLAUDE.md deploy configuration so subsequent deployments are automatic across environments.

Quick Start

Type /setup-deploy to begin configuring deployment for your project and persist settings to 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 automate deployment configuration for my gstack project?

To automate deployment configuration for a gstack project, trigger the setup process to detect your platform, production URL, and health checks. The configuration is then persisted to CLAUDE.md, enabling automatic deployments across environments without manual reconfiguration.

Does the deployment setup support platforms like Fly.io, Render, and Vercel?

Yes, the deployment setup supports platform detection for Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom platforms. It automatically identifies your deployment target and infers the corresponding production URL for configuration.

How do I configure health checks and deploy status commands for automatic deployments?

Configuring health checks and deploy status commands is handled automatically during the setup process. The tool detects the necessary validation commands for your specific platform and saves them to CLAUDE.md to validate future deployments.

What is the best way to persist deployment settings across different environments?

The best way to persist deployment settings across environments is to write them directly to CLAUDE.md. This stores your platform detection results, production URL, and health checks permanently for subsequent automatic deployments.

Why do I need to configure deployment settings in CLAUDE.md?

Configuring deployment settings in CLAUDE.md is required to automate the /land-and-deploy workflow. It stores platform detection, production URLs, and health checks so that future deployments execute automatically without requiring manual setup each time.

Can I use this deployment configuration tool with a custom hosting platform?

Yes, you can use this deployment configuration tool with a custom hosting platform. The platform detection mechanism supports standard providers like Heroku and Vercel, but also accommodates custom platforms to infer production URLs and configure deploy commands.