setup-deploy

Detect hosting providers and write deployment configuration rules to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual friction of configuring deployment pipelines by automatically detecting your platform and writing the necessary settings to your project's CLAUDE.md file.

Core Features & Use Cases

  • Platform Detection: Automatically identifies your hosting provider (e.g., Fly.io, Vercel, Render) and required health check endpoints.
  • Standardized Configuration: Ensures all deployment settings are centralized and machine-readable for future automated shipping.
  • Use Case: When starting a new project or migrating to a new cloud provider, use this skill to instantly generate the correct deployment routing and status commands without digging through documentation.

Quick Start

Invoke the setup-deploy skill to detect your current platform and configure the deployment settings for this 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 my cloud project?

Automate deployment configuration by scanning your repository environment to detect hosting providers and writing standardized infrastructure rules to CLAUDE.md. This eliminates manual friction by automatically identifying platforms like Fly.io, Vercel, or Render and generating required health check endpoint settings.

What is standardized deployment configuration and when do I need it?

Standardized deployment configuration centralizes all platform-specific infrastructure requirements into a machine-readable format. You need it when starting a new project or migrating cloud providers to ensure consistent, repeatable automated shipping workflows across diverse cloud environments without manual setup.

Does this deployment setup tool work with Fly.io, Vercel, and Render?

Yes, the deployment setup tool works with Fly.io, Vercel, and Render. It automatically detects your hosting provider by scanning the repository environment and configures the required health check endpoints and platform-specific routing commands for whichever cloud provider you use.

How do I generate deployment routing and status commands without reading documentation?

Generate deployment routing and status commands by invoking the setup tool to scan your repository and detect your current platform. It instantly writes the correct configuration rules to your project's CLAUDE.md file, eliminating the need to dig through provider documentation manually.

What's the best way to ensure repeatable deployment workflows across different cloud environments?

The best way to ensure repeatable deployment workflows is to centralize all deployment settings into standardized, machine-readable configuration rules written to CLAUDE.md. This approach automatically detects platform-specific infrastructure requirements, maintaining consistency across diverse cloud environments without manual friction.