setup-deploy

Detect hosting platforms and persist deployment configuration to CLAUDE.md.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Ulanxx/mzstack --skill setup-deploy-ulanxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/Ulanxx/mzstack/tree/main/setup-deploy
Command: npx skills add https://github.com/Ulanxx/mzstack --skill setup-deploy-ulanxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

mzstack users often struggle to configure deployment pipelines across multiple hosting platforms and ensure that new PR deployments are automatically wired to production checks. This Skill automates detection of the target platform, writes a centralized CLAUDE.md deploy configuration, and keeps future deployments in sync so teams can ship reliably.

Core Features & Use Cases

  • Platform detection across Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions workflows.
  • Automatic generation and persistence of the CLAUDE.md Deploy Configuration section.
  • Interactive prompts for confirming or adjusting detected settings and handling custom deployments.

Quick Start

Run /setup-deploy to begin detecting your platform and writing the CLAUDE.md deploy 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?

Automated deployment configuration detects your hosting platform by reading repository files and persists settings to CLAUDE.md, enabling future automatic deploys without manual setup.

Does automatic platform detection work with Fly.io, Render, Vercel, and Heroku?

Automatic platform detection supports Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom deployments by reading repository files to infer the target platform.

How do I add production URL health checks to my deployment workflow?

Production URL health checks are added by inferring the production URL and health check endpoints from your repository, then persisting them into the CLAUDE.md deploy configuration section.

Can I manually configure a custom deployment platform if auto-detection fails?

Custom deployment platforms are supported through interactive questions, allowing you to manually define settings via a custom path when automatic platform detection does not apply.

How does CLAUDE.md keep future deployments in sync across platforms?

CLAUDE.md centralizes deploy configuration by persisting detected platform settings, production URLs, and health check endpoints, ensuring future deployments remain synchronized and reliable.

Do I need to confirm settings before writing the deployment configuration?

Yes, the deployment configuration process prompts for user confirmation before writing detected platform settings, production URL, and health check endpoints to CLAUDE.md.