setup-deploy

Detect deployment platforms and write deploy configuration to CLAUDE.md.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/hetsheth-droid/toolbox-template --skill setup-deploy-hetsheth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/hetsheth-droid/toolbox-template/tree/main/incubating/gstack/setup-deploy
Command: npx skills add https://github.com/hetsheth-droid/toolbox-template --skill setup-deploy-hetsheth-droid

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

  • Platform detection: Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom.
  • Production URL and health checks: automatically infer or verify endpoints.
  • Deploy status commands: provide commands to check deploy health.
  • CLAUDE.md persistence: writes a Deploy Configuration section so subsequent /land-and-deploy invocations are automatic.
  • Use case: When starting a new project, run /setup-deploy to bootstrap deployment configuration and standardize future releases.

Quick Start

Run /setup-deploy in your project to detect your deployment platform and write the configuration to CLAUDE.md so future deploys run automatically.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I configure automatic deployment settings for my project?

It detects your deployment platform, production URL, and health check endpoints, then persists the configuration to CLAUDE.md so subsequent deploys run automatically without manual setup.

Does this deployment configuration tool support Fly.io and Render?

Yes, platform detection supports Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom deployments, providing specific setup guidance for each environment.

What's the best way to persist CI/CD deployment config for future releases?

The best way is writing a Deploy Configuration section to CLAUDE.md, which standardizes settings like health checks and deploy commands for all future automated releases.

How do I set up health check endpoints and deploy status commands?

The setup process automatically infers or verifies your health check endpoints and prompts for deploy status commands, writing them into your CLAUDE.md configuration file.

Can I use custom deployment platforms instead of Vercel or Netlify?

Yes, custom deployment platforms are supported alongside standard options like Vercel and Netlify, allowing you to define your own deploy configuration within CLAUDE.md.