setup-deploy

Detect deployment platforms and write deployment configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings across multiple platforms (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom setups). Detects production URLs and health check endpoints, and prepares deploy-status commands. Writes the resulting configuration to CLAUDE.md so future deploys are automatic.

Core Features & Use Cases

  • Detects deployment platform across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom targets.
  • Captures production URLs and health-check endpoints and exposes deploy-status commands for monitoring.
  • Writes a CLAUDE.md configuration so future deployments are automatic and repeatable. Use case: When configuring land-and-deploy for a new project, this skill configures all platforms in one step and stores the setup for subsequent releases.

Quick Start

Run the setup-deploy skill and follow the prompts to configure deployment targets for land-and-deploy.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I automate multi-platform deployment configuration for Fly.io, Render, and Vercel?

Multi-platform deployment configuration is automated by detecting target environments like Fly.io, Render, and Vercel, then capturing production URLs and health check endpoints. The resulting settings are written to CLAUDE.md to enable repeatable, automatic future releases.

What is the land-and-deploy workflow and how does it streamline releases?

The land-and-deploy workflow streamlines releases by detecting deployment platforms, identifying production URLs, configuring health check endpoints, and exposing deploy-status commands. It stores platform decisions in a CLAUDE.md configuration file for subsequent automated deployments.

Does this deployment setup tool work with GitHub Actions and custom environments?

Yes, the deployment setup works with GitHub Actions and custom environments alongside Fly.io, Render, Vercel, Netlify, and Heroku. It detects the active platform, applies configuration settings, and writes them to CLAUDE.md for repeatable releases.

How do I configure health check endpoints and production URLs for automatic deploys?

Health check endpoints and production URLs are configured by running the setup-deploy skill, which detects your active deployment platform and captures the required monitoring URLs. It saves these settings to CLAUDE.md to enable automatic future deploys.

Can I use gstack deployment tooling to configure repeatable deployments across multiple platforms?

Yes, gstack deployment tooling integrates with this skill to configure repeatable deployments across multiple platforms. It detects platform targets, captures health check endpoints, and writes the configuration to CLAUDE.md for automatic subsequent releases.