setup-deploy

Detect deployment platforms and persist configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic.

Core Features & Use Cases

  • Detects platforms automatically (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom).
  • Writes a canonical CLAUDE.md Deploy Configuration section to persist deploy status, health checks, and production URL.
  • Provides an interactive, guided setup flow with validation to ensure idempotent, repeatable deployments.

Quick Start

Run /setup-deploy to generate and persist deployment configuration in 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 automate deployment configuration across multiple platforms?

Automate deployment configuration by running a guided setup flow that detects your deploy platform, identifies production URLs and health check endpoints, and persists the settings to CLAUDE.md for repeatable deployments.

What deployment platforms are automatically detected during setup?

Platform detection automatically identifies Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions configurations, while also supporting custom deployment setups to ensure broad CI-cd coverage.

How does CLAUDE.md persist deploy configuration for future deployments?

CLAUDE.md persists deployment configuration by writing a canonical section containing your platform, production URL, health check endpoints, and deploy status commands, ensuring all future deploys are automatic and idempotent.

Can I use custom deployment commands if my platform is not automatically detected?

Custom deployments are supported when automatic platform detection fails, allowing you to manually specify deploy commands, health check endpoints, and production URLs to persist within the CLAUDE.md configuration.

Why does my deployment setup need health check endpoints and production URLs?

Health check endpoints and production URLs validate deployment status and verify application availability, enabling the automated guided setup flow to ensure idempotent, repeatable deployments across detected platforms.