setup-deploy

Detects hosting platform and writes a CLAUDE.md Deploy Configuration.

5|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/timurgaleev/vibestack --skill setup-deploy-timurgaleev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/timurgaleev/vibestack/tree/main/skills/setup-deploy
Command: npx skills add https://github.com/timurgaleev/vibestack --skill setup-deploy-timurgaleev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are error-prone and manual; this skill automates platform detection, health checks, and writes a CLAUDE.md Deploy Configuration so future deploys are automatic.

Core Features & Use Cases

  • Platform detection across Fly.io, Render, Vercel, Netlify, Heroku, and Railway with URL inference
  • Guided prompts to capture deployment workflow, health checks, and post-deploy steps
  • Writes and updates CLAUDE.md with a complete Deploy Configuration for idempotent future deployments
  • Use Case: Engineer sets up a new project and wants a repeatable, automated deployment process

Quick Start

Run /setup-deploy to begin configuring your deployment and confirm the platform and production URL.

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 cloud hosting platforms?

Automate deployment configuration by running guided checks to detect your hosting platform and writing a reproducible CLAUDE.md Deploy Configuration. This captures platform details, production URLs, and health checks for repeatable future deployments.

Does platform detection work with Vercel, Netlify, and Heroku?

Platform detection works with Vercel, Netlify, Heroku, Fly.io, Render, and Railway. It automatically identifies your hosting provider and infers the production URL to populate your deployment configuration fields.

How do I set up health checks and release status for automated deployments?

Set up health checks and release status through guided prompts that capture your deployment workflow and post-deploy steps. The Skill writes this data into CLAUDE.md as explicit fields for idempotent future deployments.

What is the best way to make project deployments reproducible across environments?

Make deployments reproducible by writing a complete CLAUDE.md Deploy Configuration with explicit fields for platform, URL, workflow, status command, and health check. This ensures idempotent updates for both cloud and local environments.

Can I update deployment settings without duplicating configuration fields?

You can update deployment settings idempotently because the Skill writes explicit fields for platform, URL, deployment workflow, status command, and health check into CLAUDE.md without duplicating existing configuration data.

Why do I need a CLAUDE.md file for deployment automation?

You need a CLAUDE.md file because it stores your complete Deploy Configuration, allowing future deployments to run automatically and idempotently. It records platform detection, production URL inference, and health-check guidance in one reproducible location.