setup-deploy

Detect deployment platforms and generate CLAUDE.md Deploy Configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy configuration for apps often requires manual setup of platform, health checks, and deploy commands. This Skill automates the detection of deployment targets across Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions, and writes a CLAUDE.md Deploy Configuration so future deployments are automatic.

Core Features & Use Cases

  • Detects deployment platform from repository files (fly.toml, render.yaml, vercel.json, netlify.toml, Procfile, railway) and infers production URL.
  • Validates a deploy status command and a health check target to ensure deployments can be verified automatically.
  • Writes/updates CLAUDE.md Deploy Configuration and guides teammates through reconfiguration when infrastructure changes occur.

Quick Start

Run /setup-deploy to detect your deployment platform and generate a 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 Fly.io, Render, or Vercel?

Automate deployment configuration by detecting platform files like fly.toml or vercel.json, then writing a CLAUDE.md configuration block with inferred production URLs and health-check endpoints.

What deployment platforms are supported for automatic CI-CD config generation?

Supported deployment platforms include Fly.io, Render, Vercel, Netlify, Heroku, Railway, and GitHub Actions workflows, detected automatically from repository configuration files.

How do I set up health checks for automated production deployments?

Set up health checks by validating a deploy status command and a health check target, ensuring the generated CLAUDE.md configuration can verify deployments automatically after each land.

Can I use GitHub Actions workflows to automate my deploy configuration?

Yes, GitHub Actions workflows are supported alongside Fly.io, Render, Vercel, Netlify, Heroku, and Railway, allowing automatic detection and configuration of deployment targets.

How do I reconfigure deployment settings when infrastructure changes?

Reconfigure deployment settings by running the setup command again to update the CLAUDE.md Deploy Configuration, which guides teammates through adjusting platform targets, production URLs, and health-check commands.

Why does my deploy configuration need a CLAUDE.md file?

A CLAUDE.md file stores the generated deployment configuration, capturing platform detection results, deploy commands, and health-check validation rules so future deployments are automated and verifiable.