setup-deploy

Detect deployment platforms and health endpoints, then write configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy. Detects your deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic.

Core Features & Use Cases

  • Auto-detect deployment platform and health checks to standardize deploy workflows.
  • Write deployment configuration to CLAUDE.md for repeatable, automated deployments.
  • Works with common platforms (Fly.io, Render, Vercel, Netlify, Heroku), GitHub Actions, and custom pipelines.

Quick Start

Run the setup-deploy skill to detect your deployment platform and generate a CLAUDE.md-backed configuration for automatic subsequent deploys.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I auto-detect my deployment platform and save configuration for repeatable deploys?

To auto-detect your deployment platform, the setup-deploy skill scans your project for Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom pipelines. It identifies production URLs, health check endpoints, and deploy commands, then persists these settings to CLAUDE.md for repeatable automated deployments.

What deployment platforms are supported for automated configuration detection?

Supported deployment platforms include Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions, alongside custom pipelines. The skill standardizes the deployment workflow by auto-detecting the target environment and writing its specific configuration details into CLAUDE.md.

How do I configure health check endpoints for my cloud deployment workflow?

Configuring health check endpoints for cloud deployments is handled automatically by detecting your target platform and its health URLs. The skill captures these endpoints and stores them in CLAUDE.md, ensuring future automated deployments validate application health without manual reconfiguration.

Does writing deployment configuration to CLAUDE.md work with GitHub Actions and custom pipelines?

Yes, writing deployment configuration to CLAUDE.md works with GitHub Actions and custom pipelines. The skill detects the specific platform, captures deploy status commands and health endpoints, and persists this data so subsequent automated deployments run consistently across standard and custom environments.

Can I standardize multi-platform deployment setup without manually specifying environment variables?

You can standardize multi-platform deployment setup without manual variable specification by using auto-detection. The skill identifies the target platform, production URL, and deploy commands, writing the complete configuration to CLAUDE.md to eliminate manual setup for future deployments.