gstack-setup-deploy

Detect deployment platforms and write deployment configuration to CLAUDE.md.

1|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/tan-yong-sheng/GrowChat --skill gstack-setup-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-setup-deploy
Source: https://github.com/tan-yong-sheng/GrowChat/tree/main/.claude/skills/gstack-setup-deploy
Command: npx skills add https://github.com/tan-yong-sheng/GrowChat --skill gstack-setup-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings by detecting the target platform, production URL, health checks, and deploy commands, then write the configuration to CLAUDE.md for automatic deployment.

Core Features & Use Cases

  • Platform detection for Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom environments.
  • Production URL and health check endpoints discovery, deploy status commands, and automatic config persistence to CLAUDE.md.
  • Reusable, idempotent deployment setup that makes future deploys automatic without repeating the setup.

Quick Start

Run /setup-deploy to start capturing deployment details and auto-generate CLAUDE.md.

Frequently Asked Questions about gstack-setup-deploy

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

FAQPage Schema
How do I automatically configure deployment settings for Render or Fly.io?

To automatically configure deployment settings, this Skill detects your target platform, production URL, health checks, and deploy commands, then writes them to CLAUDE.md for repeatable deployments across Render, Fly.io, and other supported environments.

Can I use this to persist deployment configuration for GitHub Actions and Vercel?

Yes, you can persist deployment configuration for GitHub Actions and Vercel. The Skill identifies platform-specific settings and idempotently writes them to CLAUDE.md, ensuring future deployments remain consistent across these platforms.

How do I set up automated deployment config without repeating the setup process?

To set up automated deployment config without repeating setup, run the Skill once to discover your deploy commands and health endpoints. It persists this data to CLAUDE.md, making future deployments automatic and idempotent.

What is the best way to detect production URLs and health check endpoints for deployment?

The best way to detect production URLs and health check endpoints is using this Skill's platform detection capability. It discovers these details across platforms like Heroku and Netlify, then writes the configuration to CLAUDE.md.

Does this deployment configuration tool work with custom server environments?

Yes, this deployment configuration tool works with custom server environments. Beyond standard platforms like Vercel and Netlify, it detects and configures deployment settings for custom environments, writing the output to CLAUDE.md.

Why should I write deployment config to CLAUDE.md instead of manual configuration?

Writing deployment config to CLAUDE.md ensures idempotent persistence, keeping deployments consistent across future runs. Manual configuration risks errors and repetition, whereas this auto-generated file captures platform detection and deploy commands seamlessly.