setup-deploy

Detect hosting platforms and write deployment configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill configures deployment settings across multiple hosting platforms and writes a reusable deployment profile to CLAUDE.md, enabling automatic future deployments.

Core Features & Use Cases

  • Detects deployment target platforms (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom) and centralizes configuration.
  • Generates a CLAUDE.md-based deployment profile that can be reused across environments.
  • Supports updates when platform changes or new environments are introduced, keeping deployment workflows in sync.

Quick Start

Add deployment config for your project and let CLAUDE.md be updated automatically.

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 setup across multiple hosting platforms?

Automating multi-platform deployment involves detecting your hosting provider, configuring health check endpoints, and writing a reusable deployment profile to CLAUDE.md to enable future automatic deployments.

What platforms are supported for centralized deployment configuration?

Supported platforms include Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom targets, allowing you to centralize deploy status commands and health check endpoints into a single reusable profile.

Can I use CLAUDE.md to store reusable deployment profiles?

Yes, CLAUDE.md serves as the storage target for reusable deployment profiles by recording detected production URLs, health check endpoints, and deploy status commands directly within the file for future deployment automation.

How do I update deployment workflows when switching hosting platforms?

Updating deployment workflows when switching platforms involves re-running setup to detect the new environment, updating configuration settings, and synchronizing the changes back into the existing CLAUDE.md deployment profile.

What tools are required to configure deployment settings and validate health check endpoints?

Configuring deployment settings and validating health check endpoints requires Bash, Read, Write, Edit, Glob, Grep, and AskUserQuestion to guide setup, detect platform targets, and validate deployment configurations.