setup-deploy

Detect deployment platforms and write configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the discovery and configuration of deployment settings for a project, detecting the deployment platform, production URL, and health checks, and writes the results to CLAUDE.md so future deploys are automatic.

Core Features & Use Cases

  • Platform detection across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom environments.
  • Production URL inference and health-check endpoint configuration to streamline automated deployments.
  • Use Case: new project setup where CLAUDE.md must drive consistent, repeatable deployments without manual reconfiguration.

Quick Start

Run /setup-deploy to generate and lock 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 auto-detect deployment platform settings and save them to CLAUDE.md?

To auto-detect deployment platform settings, the Skill scans your project to identify the target platform, infer the production URL, validate health check endpoints, and persist the configuration to CLAUDE.md for repeatable automated deployments.

Can I configure deployment settings for Fly.io, Render, Vercel, and Netlify?

Yes, you can configure deployment settings across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom environments. The Skill detects the active platform and guides the setup steps accordingly.

What is the best way to automate deployment configuration for new projects?

The best way to automate deployment configuration is to auto-detect the target platform and write the deployment settings directly to CLAUDE.md, ensuring future deploys are automatic without manual reconfiguration.

Does this deployment setup tool work with GitHub Actions and custom environments?

Yes, this deployment setup tool works with GitHub Actions and custom environments by detecting the platform, validating URLs and endpoints, and generating a consistent CLAUDE.md deploy configuration.

How do I validate health check endpoints during deployment setup?

To validate health check endpoints during deployment setup, the Skill infers your production URL and configures the health check endpoints, writing the validated results to CLAUDE.md to streamline automated deployments.