setup-deploy

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

5|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/drt0927/tw-overlay --skill setup-deploy-drt0927
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/drt0927/tw-overlay/tree/main/.gemini/skills/gstack-setup-deploy
Command: npx skills add https://github.com/drt0927/tw-overlay --skill setup-deploy-drt0927

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are brittle and manual. This skill automates platform detection, health-check verification, and writes a CLAUDE.md Deploy Configuration to standardize land-and-deploy workflows.

Core Features & Use Cases

  • Platform detection across Fly.io, Render, Vercel, Netlify, Heroku, Railway, and custom setups.
  • Auto-generates and persists a Deploy Configuration section in CLAUDE.md for future deployments.
  • Guides teams through a repeatable, safe deployment configuration workflow.

Quick Start

Run the /setup-deploy skill to begin configuring deployment 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 automate deployment configuration and store it in CLAUDE.md?

You can automate deployment setup by running an interactive workflow that detects your platform, production URL, and health-check commands, then persists those settings directly into CLAUDE.md. This standardizes your project's deployment parameters for future land-and-deploy workflows.

What is the best way to detect my deployment platform and configure health checks?

The best way to detect deployment platforms and configure health checks is using an automated platform detection tool that identifies your hosting environment and outlines post-deploy verification steps. It applies across Fly.io, Render, Vercel, Netlify, Heroku, Railway, and custom setups.

Does automated deployment setup work with Fly.io, Render, Vercel, and Netlify?

Yes, automated deployment setup works with Fly.io, Render, Vercel, Netlify, Heroku, Railway, and custom setups. It detects the specific platform your project uses and configures the appropriate health-check commands and production URL verification steps for each environment.

How do I verify post-deploy health and production URL status after a deployment?

You can verify post-deploy health by following the health-check commands outlined during the deployment configuration process. The setup detects your production URL and provides guided verification steps to ensure your application is running correctly after deployment.

Why are my manual deployments brittle and how can I standardize them?

Manual deployments are brittle because they lack consistent configuration and health verification. You can standardize them by auto-generating a Deploy Configuration section in CLAUDE.md, which provides a repeatable, guided workflow for platform detection and post-deploy health checks.