setup-deploy

Detect deployment platform and write configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you configure deployment settings for /land-and-deploy by automatically detecting your deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom), the production URL, and health check endpoints, then persisting them for automatic future deploys.

Core Features & Use Cases

  • Detects platform and project type, and infers a compatible deploy status command.
  • Guides platform-specific configuration (Fly, Render, Vercel, Netlify, Heroku, Railway, or custom scripts) and health checks.
  • Writes the resulting configuration to CLAUDE.md so repeated deployments become automatic.

Quick Start

Run the /setup-deploy command to detect your deployment platform and generate CLAUDE.md with your deployment settings.

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 Vercel, Netlify, or Fly.io?

To automate deployment configuration, this Skill detects your platform, production URL, and health check endpoints, then writes the settings to CLAUDE.md so future deploys run automatically without manual setup.

Does this deployment configuration tool work with Heroku and GitHub Actions?

Yes, this deployment configuration tool works with Heroku and GitHub Actions. It also supports Fly.io, Render, Vercel, Netlify, Railway, and custom deployment scripts, guiding platform-specific setup for each.

How do I set up health checks for an automatic deployment workflow?

To set up health checks for automatic deployment, run the setup command to detect your endpoints and persist the configuration. It guides platform-specific health check integration and writes the results to CLAUDE.md.

What is the best way to persist deployment settings so I don't reconfigure them every time?

The best way to persist deployment settings is writing them to CLAUDE.md. This Skill detects your platform and deploy commands, saving the configuration so repeated deployments become fully automatic.

Can I use a custom deployment script instead of a standard platform like Render or Vercel?

Yes, you can use a custom deployment script. The tool detects standard platforms like Render and Vercel, but also supports custom deployment scripts by inferring a compatible deploy status command.

Why does my deployment platform need to be detected before configuring automatic deploys?

Your deployment platform needs to be detected so the tool can infer the correct deploy status command and apply platform-specific configuration for health checks, ensuring the automated settings written to CLAUDE.md are accurate.