setup-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tackle the friction of multi-platform deployments by automatically detecting the hosting platform and recording deployment settings for future runs. This Skill reduces manual configuration drift by writing the deployment configuration to CLAUDE.md so subsequent deploys are automatic and consistent.

Core Features & Use Cases

  • Detect deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom) and health-check endpoints to compose a coherent land-and-deploy configuration.
  • Write the configuration to CLAUDE.md so future deploys are automatic and consistent.
  • Provide a structured preamble and safety checks to guide setup, including telemetry hooks and environment awareness to prevent misconfigurations.
  • Support diverse run modes and prompts to adjust settings and routing for team collaboration and scaling deployment workflows.

Quick Start

Invoke the skill with a deployment config request to detect the platform and write the settings to CLAUDE.md for automatic future deployments.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I configure deployment settings for multiple hosting platforms like Vercel and Fly.io?

To configure deployment settings for hosting platforms like Vercel and Fly.io, you can detect the provider and record the configuration to CLAUDE.md, which automates future land-and-deploy workflows by persisting production URLs and health check endpoints.

What is a land-and-deploy workflow and how does CLAUDE.md prevent configuration drift?

A land-and-deploy workflow automates application releases by detecting the hosting environment and writing deployment settings to CLAUDE.md. This prevents manual configuration drift by ensuring subsequent deploys read from a persistent, consistent configuration file.

Can I set up deployment configurations for GitHub Actions and custom providers using this method?

Yes, you can set up deployment configurations for GitHub Actions and custom providers by detecting the platform and applying safe CLI or script-based configuration. It supports environment awareness and telemetry hooks to guard against misconfigurations across diverse run modes.

How do I add health check endpoints and deployment status commands to my deployment config?

To add health check endpoints and deployment status commands to your deployment config, invoke a configuration request that detects your specific platform and writes these settings directly to CLAUDE.md, ensuring they are automatically applied during future deployments.

What's the best way to automate consistent deployments across Render and Heroku without manual reconfiguration?

The best way to automate consistent deployments across Render and Heroku is by writing a structured deployment preamble with platform-specific URLs and health checks to CLAUDE.md, enabling automatic future deployments without manual reconfiguration.