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/ComputerConnection/zach-pack --skill setup-deploy-computerconnection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/ComputerConnection/zach-pack/tree/main/skills/gstack-setup-deploy
Command: npx skills add https://github.com/ComputerConnection/zach-pack --skill setup-deploy-computerconnection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for gstack's land-and-deploy flow across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom setups. It detects production URL, health check endpoints, and deploy status commands, and writes the configuration to CLAUDE.md so future deploys are automatic.

Core Features & Use Cases

  • Auto-detects deployment platform from project files and common signals.
  • Persists a CLAUDE.md Deploy Configuration that guides automatic deployment for future runs.
  • Supports multiple platforms and can be re-run to update or validate configuration as infrastructure changes.

Quick Start

Run /setup-deploy in your project and follow prompts to detect your deployment platform 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 configure deployment settings for multiple cloud platforms?

To configure deployment settings, run /setup-deploy to auto-detect your cloud platform and generate a CLAUDE.md Deploy Configuration. It identifies your platform, production URL, health checks, and deploy status commands in one pass.

Does the deploy configuration support Fly.io, Render, and Vercel?

Yes, the deploy configuration supports Fly.io, Render, Vercel, Netlify, Heroku, Railway, and custom setups. It detects platform-specific signals from your project files to generate the appropriate configuration.

How do I persist health check endpoints and deploy commands for automatic deployments?

You persist health check endpoints and deploy commands by writing them to CLAUDE.md. The /setup-deploy command walks through platform-specific prompts to detect and save these settings for future automatic deployments.

Can I re-run deploy configuration to update settings when infrastructure changes?

Yes, you can re-run /setup-deploy to validate or update your deploy configuration. It produces an idempotent configuration section in CLAUDE.md, ensuring your deployment settings stay current as your infrastructure evolves.

What is a CLAUDE.md Deploy Configuration used for?

A CLAUDE.md Deploy Configuration is used to guide automatic deployment flows. It stores your production URL, health check endpoints, and deploy status commands so future deploys run automatically without manual setup.