setup-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure automatic deployment for gstack by detecting the hosting platform, production URL, health checks, and deploy status commands, then persist the settings to CLAUDE.md so future deployments are automatic.

Core Features & Use Cases

  • Platform detection for Fly.io, Render, Vercel, Netlify, Heroku, Railway, or custom deployments.
  • Writes a Deploy Configuration block into CLAUDE.md to enable zero-interaction land-and-deploy.
  • Interactive prompts and idempotent writes to update or confirm deployment settings across teams.

Quick Start

Run /setup-deploy in your repository to detect your deployment environment and generate CLAUDE.md with the Deploy Configuration.

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 configuration for Vercel or Fly.io in CLAUDE.md?

To automate deployment configuration, run /setup-deploy to detect your hosting platform, production URL, and health checks, then persist those settings to CLAUDE.md for automatic future deployments.

Does the setup-deploy skill support platform detection for Netlify, Render, and Heroku?

Yes, platform detection supports Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions workflows, and custom deployments by inspecting repository file indicators.

What is the best way to configure zero-interaction land-and-deploy workflows?

The best way to configure zero-interaction land-and-deploy is writing a Deploy Configuration block into CLAUDE.md, capturing platform details and health checks for automatic deployments.

Can I update deployment settings without overwriting existing CLAUDE.md entries?

Yes, you can update deployment settings without overwriting existing entries; the skill uses interactive confirmation prompts and idempotent writes to preserve your current CLAUDE.md configuration.

How do I set up custom deployment commands and health checks for GitHub Actions?

To set up custom deployment commands and health checks for GitHub Actions, run the skill to detect the workflow, confirm the deploy status commands, and back-write them to CLAUDE.md.