setup-deploy

Detect hosting platforms and health checks, then write deployment config to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic.

Core Features & Use Cases

  • Detects platform and health check endpoints for automatic deployment configuration.
  • Prompts for missing data and persists a reusable CLAUDE.md configuration.
  • Supports workflows and platforms including Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom setups.

Quick Start

Run /setup-deploy, answer prompts about your platform and production URL, and review CLAUDE.md when finished.

Frequently Asked Questions about setup-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure deployment settings for a gstack project automatically?

To configure deployment settings automatically, the tool reads your project layout, detects hosting platforms like Fly.io or Vercel, infers health check endpoints, and writes a reusable configuration to CLAUDE.md for future automated deploys.

Does the deployment configuration support Fly.io, Render, and GitHub Actions workflows?

Yes, the deployment configuration supports Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions workflows, and custom setups by detecting platform artifacts and guiding you through platform-specific URL inference and deploy-status commands.

How do I set up health check endpoints and production URLs for automated deployment?

You can set up health check endpoints and production URLs by running the setup command, which detects existing deployment artifacts, prompts you for any missing production URL data, and persists the complete health check configuration into CLAUDE.md.

What is the best way to persist deployment configuration for repeated gstack project deploys?

The best way to persist deployment configuration is writing an idempotent CLAUDE.md section that stores your detected platform, production URL, and deploy-status commands, ensuring all future deployments are executed automatically without manual reconfiguration.

Why does my deployment setup require prompting for missing platform data?

Deployment setup requires prompting for missing platform data when the project layout lacks detectable deployment artifacts, ensuring the final CLAUDE.md configuration accurately captures your production URL, health checks, and specific hosting platform details.

Can I use setup-deploy to detect custom hosting platforms outside of standard providers?

Yes, you can use it to detect custom setups alongside standard providers like Heroku and Netlify. It reads your project layout to identify custom deployment artifacts and guides you through configuring the appropriate health checks and deploy commands.