setup-deploy

Detects deployment platforms and health checks, then writes configuration to CLAUDE.md.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/txema-puch/drone-ai-saturdays --skill setup-deploy-txema-puch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/txema-puch/drone-ai-saturdays/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/txema-puch/drone-ai-saturdays --skill setup-deploy-txema-puch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy by automatically detecting hosting platforms, production URLs, and health checks, then persisting the results to CLAUDE.md.

Core Features & Use Cases

  • Automated platform detection across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom deployments.
  • URL & health-check discovery to validate production endpoints and readiness.
  • CLAUDE.md persistence that writes the detected deploy config so future deploys are automatic and consistent.

Quick Start

Run /setup-deploy to detect your deployment targets, generate CLAUDE.md deploy configuration, and enable automated /land-and-deploy workflows.

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 continuous delivery pipelines?

Automate deployment configuration by detecting hosting platforms, production URLs, and health checks, then persisting those settings to CLAUDE.md for consistent automated workflows.

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

Yes, the deployment setup supports Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions workflows, automatically detecting platform-specific settings and custom deployment configurations.

How do I add health checks to my automated deployment process?

Add health checks to automated deployments through URL and health-check discovery, which validates production endpoints and readiness before writing the configuration to CLAUDE.md.

What is CLAUDE.md persistence for deployment settings?

CLAUDE.md persistence writes detected deployment configurations—including platform targets, production URLs, and health checks—into a durable file that automated workflows read on startup for consistent deploys.

Can I use this with custom deployment workflows outside of standard hosting platforms?

Yes, custom deployment setups are supported alongside standard platforms like Fly.io and Vercel, detecting unique configurations and writing them to CLAUDE.md for automated workflows.

Why do my automated deployments fail to detect the correct hosting platform?

Automated deployments fail detection when platform-specific configurations are missing or unreadable; running setup-deploy discovers hosting targets, URLs, and health checks, persisting them to CLAUDE.md for reliable future deploys.