setup-deploy

Detect and record deployment configuration for automating /land-and-deploy in CLAUDE.md.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/mulyoved/awesome-agent-ides --skill setup-deploy-mulyoved
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/mulyoved/awesome-agent-ides/tree/main/.agents/skills/gstack/setup-deploy
Command: npx skills add https://github.com/mulyoved/awesome-agent-ides --skill setup-deploy-mulyoved

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

  • Detect and configure deployment targets across major platforms.
  • Persist deploy configuration into CLAUDE.md so new environments auto-apply.
  • Use interactively with AskUserQuestion to confirm or adjust settings during setup.

Quick Start

Run /setup-deploy to detect your deployment setup and write a CLAUDE.md configuration.

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 for multiple hosting platforms?

Automate deployment configuration by detecting your hosting platform, inferring production URLs and health checks, and persisting settings to CLAUDE.md for automatic future deploys.

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

Yes, deployment automation works with Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom platforms to detect targets and configure deploy commands.

What's the best way to persist deploy settings for automated post-merge workflows?

Persist deploy settings by writing detected platform configurations, health check endpoints, and deploy commands into CLAUDE.md, ensuring automated post-merge workflows apply consistently.

How do I set up health check endpoints and production URLs for deployment?

Set up health check endpoints and production URLs by running the setup tool to detect your deployment platform and infer the necessary configurations interactively via AskUserQuestion.

Can I adjust deployment platform detection settings during the setup process?

Yes, you can adjust deployment platform detection settings during setup using interactive prompting via AskUserQuestion to confirm or modify inferred configurations before persisting them.