setup-deploy

Detect deployment platforms and write standardized Deploy Configuration into CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy configuration for land-and-deploy can be time-consuming and error-prone when juggling multiple platforms; this Skill automates discovery, configuration persistence, and standardization in CLAUDE.md so deployments become repeatable.

Core Features & Use Cases

  • Detects deployment platforms (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and infers a production URL for verification.
  • Prompts for confirmation and writes the Deploy Configuration into CLAUDE.md, enabling automatic deployments on future changes.
  • Supports reconfiguration from scratch or targeted edits, with an idempotent write that overwrites previous settings.
  • Includes optional pre-merge and post-merge hooks, and health-check guidance to ensure deployments succeed after integration.

Quick Start

Run /setup-deploy to generate and save the CLAUDE.md deployment configuration for your project.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I save deployment configuration for Fly.io or Vercel into CLAUDE.md?

To save deployment configuration, the Skill detects your target platform and writes standardized deploy settings, including production URLs and health checks, directly into CLAUDE.md for repeatable deployments.

How do I add pre-merge and post-merge hooks to my deployment workflow?

You can add pre-merge and post-merge hooks by running the setup process, which prompts you to include these optional integration steps and writes them into your CLAUDE.md deployment configuration.

Does this deployment setup tool support Heroku and GitHub Actions?

Yes, the deployment setup supports Heroku and GitHub Actions, alongside Fly.io, Render, Vercel, Netlify, and custom platforms, automatically inferring the production URL for health verification.

Can I reconfigure an existing deployment setup without duplicating settings?

Yes, you can reconfigure existing deployment settings safely because the Skill performs an idempotent write that overwrites previous configuration in CLAUDE.md, preventing duplicate deployment entries.

What is the best way to standardize deployment configuration across multiple platforms?

The best way to standardize deployment configuration is to centralize platform settings, health checks, and integration hooks into a single CLAUDE.md file, ensuring repeatable and idempotent deployments.

Why do I need a health check URL for my deployment configuration?

You need a health check URL to verify deployment success after integration; the setup process guides you to capture your production URL and standardize health verification in CLAUDE.md.