setup-deploy

Detect hosting platforms and write CLAUDE.md deployment configurations for gstack projects.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/apeejay-education/cadencesprout --skill setup-deploy-apeejay-education
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/apeejay-education/cadencesprout/tree/main/.agents/skills/gstack-setup-deploy
Command: npx skills add https://github.com/apeejay-education/cadencesprout --skill setup-deploy-apeejay-education

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps configure deployment settings for gstack projects by detecting the hosting platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and persisting a complete CLAUDE.md deployment configuration for /land-and-deploy.

Core Features & Use Cases

  • Platform auto-detection across common hosting providers and CI systems.
  • Interactive guidance to confirm production URL, health checks, and deploy status commands.
  • Idempotent CLAUDE.md writes that update or create the Deploy Configuration section and validate connectivity.

Quick Start

Run /setup-deploy to detect your deployment platform and write the configuration to 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 auto-configure deployment settings for a gstack project?

To auto-configure gstack deployment, run /setup-deploy. It detects your hosting platform and writes a structured CLAUDE.md deployment configuration so /land-and-deploy works automatically without manual setup.

Does the deployment setup support Fly.io, Render, and Vercel platforms?

Yes, the deployment setup supports Fly.io, Render, Vercel, Netlify, Heroku, Railway, and custom setups. It performs platform checks to detect the provider and configures the deployment settings accordingly.

What is a CLAUDE.md deployment configuration used for?

A CLAUDE.md deployment configuration persists detected hosting platform settings, production URLs, and health checks. It enables the /land-and-deploy command to execute automated deployments idempotently across supported providers.

How do I write idempotent deployment configurations to CLAUDE.md?

You achieve idempotent CLAUDE.md writes by running /setup-deploy. The skill creates or updates the Deploy Configuration section interactively, validates connectivity, and ensures repeated executions do not duplicate or corrupt settings.

Can I customize health checks and deploy status commands during setup?

Yes, you can customize health checks and deploy status commands. The setup process provides interactive guidance to confirm your production URL and validate connectivity before finalizing the deployment configuration.

Why does my automated deployment configuration fail platform detection?

Automated deployment configuration platform detection fails when required project files are missing or unreadable. The skill parses project files to identify the hosting provider, so incomplete configurations prevent successful CLAUDE.md generation.