setup-deploy

Detect deployment platforms and health checks to write CLAUDE.md deploy configurations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/effiraid/reflix-nextjs --skill setup-deploy-effiraid
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/effiraid/reflix-nextjs/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/effiraid/reflix-nextjs --skill setup-deploy-effiraid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Detects deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, Railway, or custom)
  • Discovers production URL and health-check endpoints
  • Writes a complete CLAUDE.md Deploy Configuration and ensures /land-and-deploy triggers automatic deploys

Quick Start

Run /setup-deploy to generate and save your deployment configuration to CLAUDE.md so future deploys are automatic.

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 hosting platforms?▼

Deploy configuration is saved by detecting your hosting platform, production URL, and health check endpoints, then persisting these settings to CLAUDE.md. This ensures future deployments trigger automatically without manual reconfiguration.

Does deployment automation work with Fly.io, Render, and Vercel?▼

Yes, deployment automation supports Fly.io, Render, Vercel, Netlify, Heroku, Railway, and custom setups. It detects your specific platform to generate matching health check endpoints and deploy status commands.

How do I persist deployment settings for automatic future releases?▼

You persist deployment settings by writing a complete configuration to CLAUDE.md. The Skill performs idempotent writes to save your platform detection, production URL, and health check data for automatic future releases.

What is a CLAUDE.md deploy configuration and when do I need it?▼

A CLAUDE.md deploy configuration is a reusable file that stores your deployment platform, production URL, and health check endpoints. You need it to automate your deployment workflow and ensure future releases trigger automatically.

Can I use a custom deployment setup if my platform is not listed?▼

Yes, you can use a custom deployment setup if your platform is not explicitly listed. The configuration process supports custom setups by detecting and recording your unique health check endpoints and deploy commands.