setup-deploy

Detect hosting platforms and write a Deploy Configuration to CLAUDE.md.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/EhsaanArk/ai-signal-router --skill setup-deploy-ehsaanark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/EhsaanArk/ai-signal-router/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/EhsaanArk/ai-signal-router --skill setup-deploy-ehsaanark

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates deployment configuration for gstack by detecting hosting platforms, health checks, and deploy status commands to produce a reusable CLAUDE.md Deploy Configuration.

Core Features & Use Cases

  • Detects deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom) and derives production URLs and health checks.
  • Guides platform-specific setup and writes an idempotent Deploy Configuration section to CLAUDE.md for future automatic deployments.
  • Supports validation steps and optional pre/post-deploy hooks to ensure reliable deployments across environments.

Quick Start

Run /setup-deploy to detect your project platform and generate a reusable 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 cloud platforms?

Automate deployment configuration by detecting hosting platforms like Fly.io, Render, Vercel, and Heroku to generate a reusable CLAUDE.md Deploy Configuration. The setup detects your specific platform, derives production URLs, and writes platform-specific deployment steps.

What is a CLAUDE.md Deploy Configuration used for in DevOps workflows?

A CLAUDE.md Deploy Configuration stores idempotent deployment settings, including Platform, Production URL, deploy status command, and health checks. It ensures reliable, repeatable automatic deployments across environments without manual reconfiguration.

Does the deployment setup process support Fly.io, Vercel, and Netlify?

The deployment setup supports Fly.io, Vercel, Netlify, Render, Heroku, GitHub Actions, and custom platforms. It validates platform readiness and guides you through platform-specific configuration steps to ensure proper deployment.

How do I add health checks and deploy status commands to my deployment config?

Add health checks and deploy status commands by running the deployment setup, which detects your hosting platform and automatically derives the necessary health validation fields. These are then written directly into your CLAUDE.md Deploy Configuration.

Can I use pre-deploy and post-deploy hooks with automated deployment configuration?

You can use optional pre-deploy and post-deploy hooks with your automated deployment configuration. The setup supports these validation hooks alongside platform detection to ensure reliable deployments across different hosting environments.

Do I need a CLAUDE.md file before running deployment configuration setup?

You need a CLAUDE.md file present in your project before running setup, as the deployment configuration is written directly into it. The skill validates this prerequisite and outputs an idempotent configuration section for future use.