setup-deploy

Detect hosting platforms and health checks, then persist deployment configuration to CLAUDE.md.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/XinheLIU/human-leverage --skill setup-deploy-xinheliu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/XinheLIU/human-leverage/tree/main/.claude/skills/setup-deploy
Command: npx skills add https://github.com/XinheLIU/human-leverage --skill setup-deploy-xinheliu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill configures deployment settings for the /land-and-deploy workflow by detecting your hosting platform, production URL, and health-check endpoints, then persisting the configuration to CLAUDE.md so future deploys are automatic.

Core Features & Use Cases

  • Detects platforms (Fly.io, Render, Vercel, Netlify, Heroku, Railway, or custom) and infers a production URL.
  • Guides platform-specific setup commands and validates health checks before saving.
  • Writes an idempotent CLAUDE.md deploy configuration that can be re-used by /land-and-deploy to automate future deployments.

Quick Start

Run /setup-deploy to begin configuring deployment, then follow the prompts to detect your platform and write the CLAUDE.md deploy 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 my hosting platform?

Automate deployment configuration by detecting your hosting platform, inferring the production URL, and validating health checks before persisting the setup to CLAUDE.md for future use.

Does the deployment setup support Fly.io, Render, and Vercel platforms?

Yes, the deployment setup supports Fly.io, Render, Vercel, Netlify, Heroku, Railway, and custom setups, detecting the specific platform to guide the appropriate configuration commands.

How do I save deployment settings to CLAUDE.md permanently?

Save deployment settings to CLAUDE.md by running the setup workflow, which requires user confirmation to write or update the idempotent configuration after validating health checks.

What is an idempotent deploy configuration and when do I need it?

An idempotent deploy configuration ensures that running the setup repeatedly produces the same result without duplication, which is needed when automating reliable and consistent future deployments.

Why does my deployment configuration require user confirmation to write?

Deployment configuration requires user confirmation to write or update the CLAUDE.md file to prevent unauthorized changes and ensure you validate the detected platform and health checks before saving.