setup-deploy

Detect deployment platform, production URL, and health check endpoints, then write configuration to CLAUDE.md.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/jayzalowitz/skytwin --skill setup-deploy-jayzalowitz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/jayzalowitz/skytwin/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/jayzalowitz/skytwin --skill setup-deploy-jayzalowitz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy. It detects your deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom), production URL, and health check endpoints, then writes the configuration to CLAUDE.md so future deploys are automatic.

Core Features & Use Cases

  • Detect deployment platform, production URL, and health checks automatically.
  • Guide platform-specific configuration for Fly.io, Render, Vercel, Netlify, Heroku, Railway, and GitHub Actions.
  • Persist deployment settings to CLAUDE.md to enable automatic deployments for future runs.
  • Validate and update the deploy configuration to keep CLAUDE.md in sync with the project state.

Quick Start

Run the setup-deploy skill to scan your project, detect deployment details, and write the CLAUDE.md deploy configuration for automatic deployments.

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

Automate deployment configuration by scanning your project to detect the deployment platform, production URL, and health check endpoints. It supports Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom deployments, then writes the configuration to CLAUDE.md for automatic future deploys.

Can I save deploy settings to CLAUDE.md for future use?

Yes, you can save deploy settings to CLAUDE.md. The skill persists deployment settings, validates the configuration, and provides platform-specific guidance to ensure future deployments use the saved settings automatically.

Does deployment automation work with Render and Heroku?

Deployment automation works with Render and Heroku. It automatically detects these platforms and guides the platform-specific configuration needed to validate and sync your deploy settings.

How do I configure health check endpoints for automatic deploys?

Configure health check endpoints by running the skill to scan your project and detect existing health check URLs. It writes these endpoints into the CLAUDE.md deploy configuration to validate deployments automatically.

Do I need a custom deployment setup if my platform is not detected?

If your platform is not detected automatically, you can use the custom deployment option. The skill guides you through defining the custom deployment configuration and writes it to CLAUDE.md for future use.

Why should I validate my deploy configuration in CLAUDE.md?

Validate your deploy configuration to keep CLAUDE.md in sync with your project state. Validation ensures that the detected platform, production URL, and health check endpoints are correct for automatic deployments.