setup-deploy

Detect hosting platforms and write deployment settings to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The setup-deploy skill helps teams quickly configure deployment for /land-and-deploy by detecting the hosting platform, production URL, health check endpoints, and deploy status commands, and then writes the resulting settings to CLAUDE.md so future deployments run automatically.

Core Features & Use Cases

  • Detects platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and infers deployment URLs.
  • Captures health check endpoints and deploy status commands to automate verification.
  • Persists configuration in CLAUDE.md so subsequent deployments require no repeated setup.

Quick Start

Run /setup-deploy to generate and save the deployment configuration to CLAUDE.md, ready for /land-and-deploy.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I configure automated deployment settings for land-and-deploy?

To configure automated deployment settings for land-and-deploy, run the setup-deploy skill to detect your hosting platform, infer production URLs, capture health check endpoints, and persist the configuration to CLAUDE.md for automatic future deployments.

What platforms does deployment configuration support for CI/CD?

Deployment configuration supports CI/CD across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom platforms, automatically detecting the environment and inferring the appropriate production deployment URL.

How does health check verification work after deployment?

Health check verification works by capturing specific health check endpoints and deploy status commands during setup, ensuring consistent post-setup verification is written to CLAUDE.md and automated for subsequent deployments.

Do I need to manually set deploy status commands for each project?

You do not need to manually set deploy status commands for each project, because setup-deploy captures these commands once and persists them in CLAUDE.md, allowing future deployments to run automatically without repeated setup.

Why write deployment configuration to CLAUDE.md?

Writing deployment configuration to CLAUDE.md persists platform settings, production URLs, health checks, and deploy status commands locally, ensuring subsequent land-and-deploy operations execute automatically without requiring environment detection each time.