setup-deploy

Detect deployment platforms and write configuration to CLAUDE.md.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/alexandervashurin/semaphore --skill setup-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/alexandervashurin/semaphore/tree/main/.claude/skills/setup-deploy
Command: npx skills add https://github.com/alexandervashurin/semaphore --skill setup-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy by detecting the deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom), production URL, and health-check endpoints. The workflow persists the configuration to CLAUDE.md so future deployments are automatic.

Core Features & Use Cases

  • Platform detection across Fly.io, Render, Vercel, Netlify, Heroku, Railway, and custom setups.
  • Production URL inference and health-check validation to ensure deploy readiness.
  • Idempotent writes to CLAUDE.md and guided prompts to confirm changes.

Quick Start

Run /setup-deploy to detect your deployment configuration and write it to CLAUDE.md for automatic future deployments.

Frequently Asked Questions about setup-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-detect my deployment platform and save it to CLAUDE.md?

To auto-detect your deployment platform and save it to CLAUDE.md, run /setup-deploy. It identifies hosting platforms like Fly.io, Render, Vercel, Netlify, Heroku, or GitHub Actions, then writes the configuration for automatic future deployments.

What deployment platforms are supported for CI/CD configuration detection?

Supported deployment platforms for CI/CD configuration detection include Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions, and custom setups. The detection mechanism identifies the platform and validates health-check endpoints before writing to CLAUDE.md.

How do I configure health-check endpoints and production URLs for automated deployment?

Configuring health-check endpoints and production URLs for automated deployment is handled by the detection workflow. It infers the production URL and validates health-check readiness, then persists the configuration to CLAUDE.md via guided prompts.

Can I update deployment configurations across multiple hosting platforms without overwriting existing settings?

Yes, you can update deployment configurations across multiple hosting platforms without overwriting existing settings. The workflow performs idempotent writes to CLAUDE.md and uses guided prompts to confirm changes during the detection and validation process.

Does the deployment configuration workflow work with custom hosting setups?

Yes, the deployment configuration workflow works with custom hosting setups alongside standard platforms like Fly.io, Vercel, and Heroku. It detects the custom deployment platform, infers the production URL, and writes the validated configuration to CLAUDE.md.