setup-deploy

Detect deployment platforms and write configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Detect deployment platforms (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom setups).
  • Write deployment configuration to CLAUDE.md to streamline future deploys.
  • Validate and guide setup from project files and workflows to enable /land-and-deploy.

Quick Start

Run /setup-deploy to configure deployment settings for your project and enable automatic deploys.

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?

Automate deployment configuration by detecting your cloud platform, production URL, and health check endpoints, then writing those settings to CLAUDE.md. This enables automatic future deploys across supported platforms without manual setup repetition.

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

Deployment setup works with Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom environments. It detects your specific platform from project files and validates the configuration to guide setup.

How do I configure health check endpoints and deploy status commands?

Configure health check endpoints and deploy status commands by running the setup tool to discover and validate them from your project workflows. The detected configuration is then written to CLAUDE.md to streamline future deploys.

Do I need Bash tooling to set up deployment configuration in CLAUDE.md?

You need Bash tooling to set up deployment configuration in CLAUDE.md. The setup process requires Bash to detect platforms, validate endpoints, and consistently update CLAUDE.md to drive the deployment workflow.

Why does my deployment setup require CLAUDE.md updates?

Deployment setup requires CLAUDE.md updates to store detected platform settings, production URLs, and health check endpoints. Writing configuration to CLAUDE.md ensures all future deploys are automatic and consistently guided.