setup-deploy

Configures deployment settings for multiple platforms and writes them to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Configures deployment settings across multiple platforms and automates the setup of land-and-deploy pipelines, reducing manual config drift.

Core Features & Use Cases

  • Detects deployment targets across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom environments.
  • Discovers production URLs, health check endpoints, and deploy-status commands to streamline monitoring.
  • Writes the resulting configuration to CLAUDE.md so future deploys are automatic and repeatable.
  • Use cases include initial project setup, platform migrations, and maintaining consistent deployments across teams.

Quick Start

Run the setup-deploy skill to detect your deployment target and write the configuration to 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 across multiple cloud platforms?

Automating deployment configuration involves analyzing your project to identify platform targets, determining production URLs and health check endpoints, and writing the resulting configuration to CLAUDE.md for repeatable deploys.

What is the best way to prevent configuration drift during project deployments?

The best way to prevent configuration drift is to auto-configure land-and-deploy pipelines by capturing platform details and writing them to CLAUDE.md, ensuring future deployments across teams remain consistent and repeatable.

Can I use this to set up deployment for GitHub Actions and custom environments?

Yes, this deployment setup supports GitHub Actions and custom environments by detecting targets, discovering deploy-status commands, and writing a ready-to-use configuration to CLAUDE.md.

How does this deployment configuration tool discover health check endpoints?

This tool discovers health check endpoints by analyzing the project to determine production URLs and deploy-status commands, then capturing these platform details to streamline monitoring and automate updates.

Does this deployment setup work with Fly.io, Render, Heroku, and Vercel?

Yes, this deployment setup works with Fly.io, Render, Heroku, Vercel, and Netlify by detecting deployment targets and writing the captured platform details to CLAUDE.md for automatic updates.

Why write deployment settings to CLAUDE.md instead of separate config files?

Writing deployment settings to CLAUDE.md keeps platform details, production URLs, and health checks centralized, ensuring future deploys are automatic and repeatable while reducing manual config drift across teams.