setup-deploy

Detect deployment platforms and write configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures deployment for /land-and-deploy by detecting the target platform, production URL, and health check endpoints, then persists the configuration to CLAUDE.md so future deploys are automatic.

Core Features & Use Cases

  • Detects platform: Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom
  • Captures production URL and health check endpoints
  • Writes configuration to CLAUDE.md to enable automatic deployments
  • Works across multiple environments and teams to streamline deployment workflows

Quick Start

Run /setup-deploy to begin configuring deployment for your project and persist the detected settings to CLAUDE.md

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 Fly.io, Vercel, and Render?

Automate deployment configuration by detecting platform settings from files like fly.toml, vercel.json, or render.yaml, then writing the captured production URL and health check endpoints to CLAUDE.md to enable future automated deployments.

What is the best way to set up CI workflows with GitHub Actions for automated deploys?

Setting up CI workflows involves reading existing GitHub Actions workflows to detect the target platform, capturing health check endpoints, and persisting deploy commands to CLAUDE.md for automated execution.

Does this deployment setup process work with Netlify and Heroku platform configuration files?

Yes, the deployment setup process works with Netlify and Heroku by reading their respective configuration files, detecting the production URL, and writing the deploy configuration to CLAUDE.md.

Do I need shell access and an existing CLAUDE.md file to configure deployment?

Yes, you need shell access to the repository, existing platform configuration files, and an existing CLAUDE.md file to configure and persist deployment settings for automated workflows.

How does writing deploy configuration to CLAUDE.md enable land-and-deploy across projects?

Writing deploy configuration to CLAUDE.md enables land-and-deploy by persisting detected platform settings, production URLs, and health-check endpoints, allowing future deployments across multiple environments to execute automatically.