setup-deploy

Detects deployment targets and generates reusable CLAUDE.md deployment configurations for land-and-deploy.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tony30552001/Genpic-master --skill setup-deploy-tony30552001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/tony30552001/Genpic-master/tree/main/.agents/skills/gstack/setup-deploy
Command: npx skills add https://github.com/tony30552001/Genpic-master --skill setup-deploy-tony30552001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates deployment configuration for land-and-deploy by detecting your target platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom), production URL, health check endpoints, and deploy status commands, and writes the configuration to CLAUDE.md so future deploys are automatic.

Core Features & Use Cases

  • Detects deployment platform and production URL to streamline setup.
  • Validates health check endpoints and deploy-status commands across popular hosts (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions).
  • Persists a reusable CLAUDE.md deployment config that drives automated deployments.

Quick Start

Run the /setup-deploy skill to generate and persist deployment configuration to CLAUDE.md for automatic land-and-deploy.

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 Vercel or Netlify?

Automated deployment configuration detects your target platform, production URL, and health check endpoints, then writes a reusable config to CLAUDE.md for future automated land-and-deploy workflows.

What is the best way to set up health check endpoints for automated deploys?

Setting up health check endpoints involves validating deploy-status commands across platforms like Fly.io, Render, Vercel, Netlify, and Heroku, then persisting the configuration so deploys trigger automatically.

Can I use this deployment setup with GitHub Actions and custom platforms?

Yes, deployment configuration supports GitHub Actions and custom platforms alongside Fly.io, Render, Vercel, Netlify, and Heroku, detecting deployment targets and generating reproducible configurations.

How do I reconfigure an existing land-and-deploy setup after changing platforms?

Reconfiguring a land-and-deploy setup runs the skill again to detect new deployment targets, update health check endpoints, and rewrite the CLAUDE.md configuration automatically.

Does this deployment configuration require any dependencies to run?

No dependencies are required to generate the deployment configuration. The skill detects your platform and writes the configuration directly to CLAUDE.md without external packages.

Why are my automated deploys not triggering correctly after setup?

Automated deploys may fail if health check endpoints or deploy-status commands are invalid. The configuration validates these endpoints across supported platforms to ensure correct automated execution.