setup-deploy

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

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/yashs33244/my-mac-claude --skill setup-deploy-yashs33244
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/yashs33244/my-mac-claude/tree/main/skills/gstack/setup-deploy
Command: npx skills add https://github.com/yashs33244/my-mac-claude --skill setup-deploy-yashs33244

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual setup of deployment configuration for /land-and-deploy by detecting your hosting platform and generating the correct production URL, health check endpoints, and deploy status commands.

Core Features & Use Cases

  • Platform detection & configuration: Detects common deploy platforms (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and tailors settings accordingly.
  • Production routing and health checks: Determines the production URL and the health check endpoints needed to verify deployment health.
  • Automated deploy status commands: Establishes the commands used to determine whether a deployment succeeded or is still in progress, then applies them consistently for future runs.
  • Writes persistent config: Saves the resulting deployment configuration into CLAUDE.md so subsequent deploy workflows are automatic.

Quick Start

Tell the AI: "setup deploy for my /land-and-deploy project."

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I auto-generate deployment configuration for platforms like Vercel and Fly.io?

To auto-generate deployment configuration, you can use a setup tool that detects your hosting platform and automatically derives the correct production URLs, health check endpoints, and deploy status commands for future reuse.

What is the best way to configure CI/CD health check endpoints for my project?

The best way to configure CI/CD health check endpoints is by running a platform detection process that determines your specific hosting environment and automatically establishes the correct endpoints to verify deployment health.

Does this deployment configuration approach work with Render, Netlify, and Heroku?

Yes, this deployment configuration approach works with Render, Netlify, and Heroku. It detects common platforms like Fly.io, Vercel, GitHub Actions, or custom environments and tailors the settings accordingly.

How do I persist deployment settings so I don't have to manually update them every time?

You can persist deployment settings by writing the generated configuration into a CLAUDE.md file. This ensures subsequent deploy workflows read the saved platform details and execute automatically without manual input.

Can I add custom deployment details if my platform is not automatically detected?

Yes, you can add custom deployment details. The configuration process supports standard platforms like Fly.io and Vercel but allows you to input custom deployment URLs and status commands when automatic detection does not apply.