gstack-setup-deploy

Detect deployment platforms and generate production endpoints, health checks, and status commands.

Updated May 19, 2026
One-click install
npx skills add https://github.com/anilveersingh1308/copilot-skills --skill gstack-setup-deploy-anilveersingh1308
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-setup-deploy
Source: https://github.com/anilveersingh1308/copilot-skills/tree/main/.github/skills/gstack-setup-deploy
Command: npx skills add https://github.com/anilveersingh1308/copilot-skills --skill gstack-setup-deploy-anilveersingh1308

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual work of figuring out how to deploy a Land-and-Deploy project by generating the right deployment configuration from your target platform.

Core Features & Use Cases

  • Detects your deploy platform and outputs a complete config: Determines Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom setups, then prepares the production URL, health checks, and status commands.
  • Creates durable automation for future deploys: Writes the generated configuration into CLAUDE.md so subsequent deploy-related actions become automatic and consistent.
  • Guides safe setup with plan-mode and interactive gates: Uses plan-mode safe operations and prompts only when interactive tools are available, so you do not accidentally enter an invalid workflow state.

Quick Start

Configure deployment by running: configure deployment for my land-and-deploy app.

Frequently Asked Questions about gstack-setup-deploy

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

FAQPage Schema
How do I automate deployment configuration for Vercel or Fly.io?

Automating deployment configuration involves detecting your target platform and generating production URLs, health endpoints, and status commands. This Skill writes the resulting configuration into CLAUDE.md to enable deterministic future deploys across platforms like Vercel or Fly.io.

How do I set up health checks for my deployment provider?

Setting up deployment health checks requires defining specific health endpoints for your target platform. This configuration process automatically generates these health check URLs and status commands, saving them into CLAUDE.md so monitoring runs consistently during future automated deployments.

Does this deployment configuration tool work with Render and Netlify?

Yes, the deployment configuration tool works with Render, Netlify, Fly.io, Vercel, Heroku, and GitHub Actions. It detects your specific provider and outputs the appropriate production URLs and health endpoints required for that platform's monitoring and deployment workflow.

What is the best way to make deployment settings run deterministically?

The best way to make deployment settings deterministic is to write the generated configuration into CLAUDE.md. This ensures subsequent deploy-related actions reference the exact same production URLs, health checks, and status commands automatically without manual intervention.

Can I configure custom CI targets for my deployment workflow?

Yes, you can configure custom CI targets for your deployment workflow. If your project does not use standard providers like Fly.io or Vercel, the configuration process generates the necessary production and health endpoints for your custom setup.

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

You need a CLAUDE.md file for deployment automation because it stores the generated platform configuration, health endpoints, and status commands. Writing settings to this file ensures future deploys execute automatically and deterministically without requiring manual reconfiguration.