setup-deploy

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

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/lyh2/gstack-deepseek --skill setup-deploy-lyh2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/lyh2/gstack-deepseek/tree/main/setup-deploy
Command: npx skills add https://github.com/lyh2/gstack-deepseek --skill setup-deploy-lyh2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy by detecting your deployment platform, production URL, health checks, and deploy status commands, and write the configuration to CLAUDE.md so all future deploys are automatic.

Core Features & Use Cases

  • Detects deployment platforms (Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions, or custom) and writes a Deploy Configuration block to CLAUDE.md.
  • Infers production URL and health-check endpoints, and configures a deploy status command for automated verification.
  • Provides interactive prompts to confirm or adjust settings, ensuring idempotent updates and repeatable deployments.

Quick Start

Run /setup-deploy to detect deployment configuration and write 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 automate deployment configuration for multiple platforms like Vercel, Render, and Fly.io?

Automate deployment configuration by detecting your hosting provider, production URL, and health check endpoints, then writing those settings to CLAUDE.md for repeatable automated deploys across supported platforms like Vercel, Render, and Fly.io.

What is CLAUDE.md wiring for deployment workflows?

CLAUDE.md wiring writes a Deploy Configuration block containing your platform details, health checks, and deploy status commands into CLAUDE.md, ensuring future deployment workflows are automatic and consistently validated.

How do I set up health check endpoints and deploy status commands for automated validation?

Set up health checks by inferring production endpoints and configuring a deploy status command, allowing automated verification of your deployment status to ensure successful releases across detected platforms.

Does the deployment setup tool support custom platforms and GitHub Actions?

Yes, the deployment setup tool supports custom platforms and GitHub Actions alongside standard providers like Heroku, Railway, and Netlify, prompting for specific configuration when needed to ensure accurate automated deployments.

Can I re-run deployment configuration setup without duplicating entries in CLAUDE.md?

Yes, you can re-run the setup safely because it ensures idempotent CLAUDE.md updates, providing interactive prompts to confirm or adjust settings without duplicating existing deployment configuration blocks.

Why does my automated deployment workflow fail to detect the correct hosting platform?

Automated deployment detection may require manual confirmation if your project uses non-standard configurations, prompting you to adjust settings to ensure the correct platform, production URL, and health checks are written to CLAUDE.md.