setup-deploy

Detect deployment platforms and generate a CLAUDE.md deployment blueprint.

9|3|Updated Jan 29, 2022
One-click install
npx skills add https://github.com/I194/PMTools_2.0 --skill setup-deploy-i194
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/I194/PMTools_2.0/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/I194/PMTools_2.0 --skill setup-deploy-i194

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are often manual, inconsistent, and hard to reproduce across environments. This Skill detects your hosting platform and writes a single source of truth for deployment, reducing drift and onboarding time.

Core Features & Use Cases

  • Detects platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom)
  • Produces production URL
  • Detects health check endpoints
  • Writes deployment configuration to CLAUDE.md to persist settings for future land-and-deploy runs

Quick Start

Run /setup-deploy to detect your platform and save the deployment 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 and persist deployment workflows for Claude?

You can configure and persist deployment workflows by running the setup-deploy command, which detects your hosting platform and writes a production-ready deployment blueprint directly into your CLAUDE.md file.

Does this deployment configuration tool work with Vercel, Netlify, and Fly.io?

Yes, this deployment configuration tool works with Vercel, Netlify, Fly.io, Render, Heroku, GitHub Actions, and custom setups to produce repeatable deploy configurations across these platforms.

How do I generate a CLAUDE.md deployment blueprint automatically?

To generate a CLAUDE.md deployment blueprint automatically, run the setup-deploy command to detect your platform, identify health check endpoints, and write the production URL and deploy status commands into the file.

Why do I need to save deployment settings to CLAUDE.md?

Saving deployment settings to CLAUDE.md creates a single source of truth for deployment, reducing configuration drift across environments and enabling effortless land-and-deploy workflows for future runs without manual setup.

Can I use this to detect health check endpoints for my production deployment?

Yes, you can use this to detect health check endpoints for your production deployment. It automatically identifies these endpoints and ensures the final CLAUDE.md contains the health checks and deploy status commands.