setup-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures deployment settings for /land-and-deploy. Detects your deploy 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. Use when: "setup deploy", "configure deployment", "set up land-and-deploy", "how do I deploy with gstack", "add deploy config".

Core Features & Use Cases

  • Detects platform automatically from common config files and manifests
  • Generates a CLAUDE.md deployment block that standardizes future deploys
  • Supports multiple deployment targets and hand-offs to existing CI/CD workflows

Quick Start

Run the setup-deploy skill to auto-detect your deployment environment and write the CLAUDE.md deployment block.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I configure deployment settings for Fly.io, Render, or Vercel automatically?

To configure deployment settings, this Skill auto-detects your target platform from existing config files, captures production URLs and health check endpoints, and writes a standardized deployment block to CLAUDE.md for future automated workflows.

What is the best way to set up a reproducible deployment workflow for multiple platforms?

A reproducible deployment workflow is created by reading your existing deployment files, consolidating platform detection, and writing a persistent CLAUDE.md configuration block that standardizes all future deploy commands and status checks.

How does CLAUDE.md store health check endpoints and deploy status commands?

CLAUDE.md stores health check endpoints and deploy status commands within a dedicated deployment block, which is automatically generated after detecting your target platform to ensure future deployments run without manual intervention.

Can I use this deployment setup with GitHub Actions or Heroku?

Yes, this deployment setup supports GitHub Actions, Heroku, Fly.io, Render, Vercel, Netlify, and custom deployments by detecting existing manifests and handing off to your established CI/CD workflows.

When do I need to reconfigure my deployment platform settings?

You need to reconfigure deployment platform settings when existing deployment files are updated or missing, prompting the Skill to re-evaluate platform detection, production URLs, and health check endpoints to update the CLAUDE.md block.

Does the setup-deploy Skill support custom deployment targets?

Yes, the setup-deploy Skill supports custom deployment targets by reading your specific configuration files, detecting available health check endpoints, and consolidating the details into a CLAUDE.md deployment block for automated execution.