setup-deploy

Automates Cloudinary deployment and generates a ready-to-use Docker image and docker-compose.yml file.

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

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 platforms (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom) and infers production URL.
  • Records deploy status checks and health endpoints, plus commands to verify deployment.
  • Persists configuration into CLAUDE.md to enable automatic future deploys.

Quick Start

Type /setup-deploy to detect your deployment configuration and save it 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 configure deployment settings for Fly.io, Render, or Vercel to enable automatic CI/CD?

To configure deployment settings for platforms like Fly.io, Render, or Vercel, run /setup-deploy. It detects your platform, infers production URLs, and persists the deployment configuration into CLAUDE.md to enable automatic future deploys.

What is the best way to persist deployment configuration and health check endpoints for a custom platform?

The best way to persist deployment configuration and health check endpoints is by generating a CLAUDE.md file. Run /setup-deploy to detect custom setups, record verification commands, and save these settings for automatic future deployments.

Does the deployment detection workflow support Heroku and GitHub Actions?

Yes, the deployment detection workflow supports Heroku and GitHub Actions. It identifies your active platform, extracts deploy status commands, and writes the inferred production URL and health check endpoints directly into your CLAUDE.md configuration.

How do I set up health checks and deploy status commands for my production URL?

To set up health checks and deploy status commands, initiate the guided Bash-based workflow with /setup-deploy. It automatically detects your production URL, records health endpoints, and persists these verification commands into CLAUDE.md.

Why do I need to write deployment settings to CLAUDE.md?

You need to write deployment settings to CLAUDE.md so that future deployments are automatic. Persisting platform detection, production URLs, and health checks in this file ensures your guided workflow remembers the configuration without requiring manual setup each time.