setup-deploy

Detects and configures deployment settings for platforms like Vercel, Netlify, and AWS, then persists them to CLAUDE.md for automated future use.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Jia-Hong-Peng/jolike.com --skill setup-deploy-jia-hong-peng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/Jia-Hong-Peng/jolike.com/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/Jia-Hong-Peng/jolike.com --skill setup-deploy-jia-hong-peng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually configuring deployment platforms, health checks, and production URLs is error-prone and wastes time. This Skill eliminates that friction by auto-detecting your setup and persisting it for future deploys.

Core Features & Use Cases

  • Platform Detection: Automatically identifies Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom environments.
  • Configuration Persistence: Writes deployment settings to CLAUDE.md so /land-and-deploy works automatically without repeated setup.
  • Use Case: You just pushed code to a new repo and want to deploy. Run this Skill once, and every subsequent deploy command knows exactly where and how to ship.

Quick Start

Use the setup-deploy skill to detect your deployment platform and write the configuration to CLAUDE.md.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I auto-detect my deployment platform configuration for continuous delivery?

Auto-detecting deployment platform configuration for continuous delivery is done by scanning your project to identify platforms like Fly.io, Render, Vercel, Netlify, Heroku, or GitHub Actions and applying the detected settings automatically.

How do I configure automatic deploys without repeating manual setup each time?

Automatic deploys without repeated manual setup are achieved by persisting deployment settings, including production URLs and health checks, directly to CLAUDE.md, enabling subsequent land-and-deploy operations to execute automatically.

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

Yes, this deployment setup works with Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom environments requiring production URLs, health checks, and status commands.

What is the best way to configure health checks and production URLs for CI/CD?

The best way to configure health checks and production URLs for CI/CD is to use an automated setup tool that detects your deploy platform and persists the required configuration to CLAUDE.md for automatic execution.

Can I use custom deploy platforms requiring specific status commands with automated CI/CD configuration?

Yes, automated CI/CD configuration supports custom deploy platforms requiring specific status commands, health checks, and production URLs by detecting the custom environment and persisting the required settings.