setup-deploy

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

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/Jesse-L-M/scz-target-engine --skill setup-deploy-jesse-l-m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/Jesse-L-M/scz-target-engine/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/Jesse-L-M/scz-target-engine --skill setup-deploy-jesse-l-m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy by automatically detecting your hosting platform, production URL, health check endpoints, and deploy status commands, then persisting the results to CLAUDE.md so future deploys are automatic.

Core Features & Use Cases

  • Platform detection across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom environments.
  • Production URL discovery and health-check configuration.
  • Write a coherent "Deploy Configuration" section to CLAUDE.md and provide guidance for pre-merge and post-merge hooks.
  • Reconfigure or validate deployments for ongoing projects to keep automation in sync.

Quick Start

Run /setup-deploy to detect your platform and generate CLAUDE.md deployment configuration.

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 or Vercel?

Automate deployment configuration by running setup-deploy to detect hosting platforms like Fly.io or Vercel, extract production URLs, and write health check endpoints and deploy status commands directly to CLAUDE.md for automatic future deploys.

What is a CLAUDE.md deployment configuration used for?

A CLAUDE.md deployment configuration persists detected hosting platforms, production URLs, health check endpoints, and deploy status commands to ensure future deployments remain automatic and synchronized within land-and-deploy workflows.

Does this deployment configuration tool support Render and Netlify?

Yes, deployment configuration supports platform detection across Render, Netlify, Fly.io, Vercel, Heroku, GitHub Actions, and custom environments by identifying platform-specific config files and guiding platform-appropriate setup.

How do I set up pre-merge and post-merge deployment hooks?

Set up pre-merge and post-merge deployment hooks by running the setup-deploy process, which detects your hosting platform and provides guidance for configuring optional hooks within your CLAUDE.md deployment configuration section.

Why does my health check endpoint fail after deploying to production?

If health check endpoints fail after deploying, your CLAUDE.md deployment configuration may be out of sync; reconfigure or validate your deployment settings to update production URLs and health check endpoints for your hosting platform.