setup-deploy

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

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Chang-Shih-Yung/auto-learning --skill setup-deploy-chang-shih-yung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/Chang-Shih-Yung/auto-learning/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/Chang-Shih-Yung/auto-learning --skill setup-deploy-chang-shih-yung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures deployment settings for /land-and-deploy by detecting the deployment platform, production URL, health check endpoints, and deploy status commands, then writes the configuration to CLAUDE.md so future deploys are automatic.

Core Features & Use Cases

  • Detects deployment platforms (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom)
  • Detects production URLs, health checks, and deploy status commands
  • Persists configuration to CLAUDE.md for automatic future deploys
  • Guides platform-specific prompts and updates CLAUDE.md accordingly

Quick Start

Run the /setup-deploy command and follow the prompts to detect your platform and write the Deploy 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 does writing deploy settings to CLAUDE.md enable continuous deployment?

Writing deploy settings to CLAUDE.md enables continuous deployment by persisting platform-specific commands and health check endpoints, allowing future deploys to execute automatically without manual reconfiguration.

What is the best way to update an existing Deploy Configuration section in CLAUDE.md?

The best way to update an existing Deploy Configuration section in CLAUDE.md is to run the setup command, which reads the file, detects current platform settings, and updates the configuration section accordingly.

Does platform detection work for custom deployment setups or only standard hosting providers?

Platform detection works for custom deployment setups as well as standard hosting providers. It identifies production URLs and deploy commands, then guides you through prompts to configure custom environments.

Why do I need to configure post-deploy health checks in CLAUDE.md?

You need to configure post-deploy health checks in CLAUDE.md to govern future deployments with automatic verification. This ensures the production URL responds correctly after each continuous deploy.