setup-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams configure and persist deployment settings for /land-and-deploy by detecting hosting platforms, production URLs, health checks, and deploy status commands. It ensures future deployments are automatic and reduces manual steps.

Core Features & Use Cases

  • Detects platform configuration (Fly.io, Render, Vercel, Netlify, Heroku, Railway, or custom) and writes a Deploy Configuration to CLAUDE.md.
  • Guides platform-specific setup, verification, and idempotent edits to keep deployment configs in sync with the project.
  • Supports interactive user prompts to confirm detected values and refine settings before applying changes.

Quick Start

Run /setup-deploy to generate or update CLAUDE.md Deploy Configuration and auto-configure the next deploy.

Frequently Asked Questions about setup-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure automated deployment settings for Fly.io or Vercel?

Automated deployment settings for Fly.io, Vercel, Render, Netlify, Heroku, and Railway are configured by detecting hosting platforms, production URLs, and health-check commands, then writing them to a CLAUDE.md Deploy Configuration section.

What is the best way to persist deployment configurations in a project?

Persisting deployment configurations involves writing validated platform settings, including production URLs and deploy status commands, directly into the CLAUDE.md file under a specific Deploy Configuration section.

Does this deployment setup support custom hosting configurations?

Yes, the deployment setup supports custom configurations alongside recognized platforms like Fly.io, Vercel, Render, Netlify, Heroku, and Railway, guiding users through specific setup and verification steps.

Can I update my existing CLAUDE.md deployment configuration without duplicates?

Yes, running the setup command applies idempotent edits to the CLAUDE.md file, ensuring existing deployment configurations are updated and kept in sync without creating duplicate entries.

How does the deployment setup verify hosting platform values?

The setup verifies hosting platform values by using interactive user prompts to confirm detected production URLs, health checks, and deploy status commands before applying changes to the configuration.

Why do I need a health-check command in my deployment configuration?

A health-check command is required in the deployment configuration to validate platform setup and verify that the production URL and automated deployment settings are functioning correctly.