setup-deploy

Generate deployment configuration for gstack projects and write a CLAUDE.md Deploy Configuration section.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy by detecting deployment platforms, production URLs, and health checks, then writing a reusable CLAUDE.md Deploy Configuration so future deployments are automatic.

Core Features & Use Cases

  • Detects platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom) and captures production URLs and health check endpoints.
  • Guides users through platform-specific setup steps and writes a CLAUDE.md section that automates subsequent deploys.
  • Ideal for teams seeking repeatable, auditable deployment pipelines with minimal manual config.

Quick Start

Run /setup-deploy to generate and apply the CLAUDE.md deploy configuration for the current project.

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 multiple platforms like Vercel and Render?

Automate deployment configuration by detecting your platform, capturing production URLs, and writing a reusable CLAUDE.md section for future automatic deploys. It supports Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions.

What's the best way to set up land-and-deploy automation for a gstack project?

Setting up land-and-deploy automation involves reading project metadata to detect the deployment platform, health checks, and deploy commands, then writing a CLAUDE.md configuration so subsequent deployments are automatic.

Does the deployment configuration support custom platforms and GitHub Actions CI-CD pipelines?

Yes, the deployment configuration supports custom platforms alongside standard providers like Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions. It detects platform-specific setup steps and health check endpoints automatically.

How do I detect production URLs and health check endpoints for automatic deployments?

Detect production URLs and health check endpoints by running the setup tool, which reads project metadata and identifies the active deployment platform to generate the necessary configuration for automatic land-and-deploy workflows.

Can I generate a reusable deployment config file for repeatable CI-CD pipelines?

Yes, you can generate a reusable deployment config by writing a CLAUDE.md Deploy Configuration section. This captures platform details, production URLs, and health checks so future deployments require minimal manual configuration.

Why do I need a CLAUDE.md file for deployment automation?

A CLAUDE.md file is needed for deployment automation because it stores the detected platform settings, health checks, and deploy commands, ensuring future deployments are repeatable, auditable, and require no manual configuration.