setup-deploy

Detect deployment platforms and write Deploy Configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment configurations by automatically detecting hosting platforms, health checks, and deploy status methods, then persisting the results to CLAUDE.md so future deployments are automatic.

Core Features & Use Cases

  • Automatic platform detection for Fly.io, Render, Vercel, Netlify, Heroku, Railway, and custom deployments.
  • Inference of production URL and deploy status/health check commands to verify successful deployments.
  • Idempotent CLAUDE.md updates with clear guidance for reconfiguration and future automation.

Quick Start

Run /setup-deploy to detect your platform and write the Deploy Configuration to 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 automate deployment setup and health checks for Fly.io or Render?

Automate deployment setup by running /setup-deploy to detect your hosting platform and write a Deploy Configuration with health check endpoints to CLAUDE.md.

What is the best way to configure deployment workflows and guardrails in CLAUDE.md?

Configuring deployment workflows in CLAUDE.md is handled by /setup-deploy, which automatically discovers your production URL and deploy status commands for future automation.

Does the setup-deploy automation work with Vercel, Netlify, and Heroku?

Yes, the deployment automation supports Vercel, Netlify, Heroku, and Railway, detecting your specific platform to infer the correct deploy status and health check commands.

How do I update my deployment configuration without overwriting existing settings?

Updating your deployment configuration is idempotent, meaning /setup-deploy safely modifies CLAUDE.md with clear guidance for reconfiguration without breaking previous settings.

Can I use custom deployment platforms if my host is not automatically detected?

Yes, custom deployments are supported alongside GitHub Actions, allowing you to manually specify your production URL and health check methods when automatic detection fails.