setup-deploy

Detects hosting platform and health checks, persists deployment config to CLAUDE.md for automated future deploys.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/nhattran998/personal-athlete-agent --skill setup-deploy-nhattran998
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/nhattran998/personal-athlete-agent/tree/main/.agents/skills/gstack-setup-deploy
Command: npx skills add https://github.com/nhattran998/personal-athlete-agent --skill setup-deploy-nhattran998

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures deployment for the land-and-deploy workflow by automatically detecting the hosting platform and health checks, then persisting a ready-to-use CLAUDE.md configuration.

Core Features & Use Cases

  • Automatic platform detection across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom deployments.
  • Health check discovery, health-endpoint capture, and production URL recording.
  • Aggregation of deploy status commands and ready-to-run configuration for future deploys.
  • Writes CLAUDE.md with the deployment settings so all future deploys proceed without manual reconfiguration.
  • Use cases include initial setup, platform migrations, and CI/CD pipeline replays with consistent deploy behavior.

Quick Start

Run the setup-deploy flow to detect your deployment platform and health checks, then save the configuration to CLAUDE.md for automatic future deploys.

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 Fly.io, Render, or Vercel?

Automate deployment configuration by running the setup-deploy flow to detect hosting platforms like Fly.io, Render, Vercel, Netlify, and Heroku, then persisting the ready-to-use settings to CLAUDE.md for future runs.

How do I save deployment and health check settings for future CI/CD pipeline runs?

Save deployment settings by capturing health-endpoint data, production URLs, and deploy status commands, then writing them into CLAUDE.md to ensure future CI/CD replays proceed without manual reconfiguration.

Does automated platform detection work for GitHub Actions and custom hosting environments?

Yes, automated platform detection works for GitHub Actions, custom deployments, and standard hosting providers like Heroku, Netlify, Vercel, Render, and Fly.io to capture production URLs and health checks.

What is the best way to configure health checks and production URLs for automated deploys?

The best way to configure health checks is automatically discovering health endpoints and recording production URLs during platform detection, aggregating them into a CLAUDE.md configuration for zero-manual-setup future deploys.

Why do I need to persist deployment configuration to CLAUDE.md?

Persisting deployment configuration to CLAUDE.md ensures all future deploys proceed automatically without manual reconfiguration, maintaining consistent deploy behavior across platform migrations and CI/CD replays.