setup-deploy

Detect deployment platforms and persist configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Detects deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom).
  • Discovers production URL and health check endpoints to validate readiness of the target environment.
  • Writes the deployment configuration to CLAUDE.md so repeated deployments are automatic and consistent.
  • Use case: set up a repeatable land-and-deploy flow across environments without manual configuration.

Quick Start

Run /setup-deploy to generate and persist the deployment configuration in CLAUDE.md.

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?

Automated deployment configuration detects your target platform, production URL, and health check endpoints, then persists these settings to CLAUDE.md. This ensures repeatable, automatic deployments across supported hosts like Fly.io, Render, Vercel, and Netlify without manual setup.

Does deployment automation work with GitHub Actions and custom hosting providers?

Yes, deployment automation works with GitHub Actions and custom platforms alongside standard hosts like Heroku and Vercel. It auto-detects the target environment and configures the necessary health check endpoints and deploy status commands for your specific infrastructure.

How do I set up health check endpoints for automated deployment validation?

Setting up health check endpoints for deployment validation involves discovering production URLs and readiness checks. The configuration process persists these endpoints to CLAUDE.md, ensuring future automated deployments validate target environment readiness automatically before completing.

What is the best way to persist deployment settings for repeatable CI/CD workflows?

Persisting deployment settings to CLAUDE.md is the best way to ensure repeatable CI/CD workflows. By storing platform detection, production URLs, and health check configurations, teams avoid manual reconfiguration and maintain consistent deployment automation across environments.

Why does my deployment workflow require manual configuration every time I deploy?

Your deployment workflow requires manual configuration because platform settings and health checks are not persisted. By auto-detecting the target platform and writing configurations to CLAUDE.md, you eliminate repetitive setup and ensure consistent, automatic deployments across your environments.