setup-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the configuration of deployment settings for the /land-and-deploy workflow. It detects the platform, production URL, health checks, and deploy status commands, then persists the results to CLAUDE.md so future deployments run automatically.

Core Features & Use Cases

  • Platform detection across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom deployments.
  • Writes a CLAUDE.md deployment configuration to enable automatic future deployments.
  • Guides interactive prompts for confirming platform, URL, health checks, and post-deploy hooks.

Quick Start

Run /setup-deploy to detect your deployment platform and write the 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 auto-configure deployment settings for Fly.io, Render, or Vercel?

To auto-configure deployment settings, you can run the setup command to detect your deployment platform, production URL, and health check endpoints. It then writes these configurations to CLAUDE.md for future automatic deployments across supported cloud platforms.

What is the best way to persist CI/CD deployment configurations for future use?

Persisting CI/CD deployment configurations is achieved by writing detected platform settings, health checks, and deploy status commands to a durable CLAUDE.md file. This allows future deployments to run automatically without manual reconfiguration.

Does this deployment configuration tool work with GitHub Actions and Heroku?

Yes, this deployment configuration tool works with GitHub Actions and Heroku, alongside Fly.io, Render, Vercel, Netlify, and custom setups. It detects the specific platform and configures the deployment workflow accordingly.

How do I set up health check endpoints and post-deploy hooks for automatic deployments?

You can set up health check endpoints and post-deploy hooks through interactive prompts that guide you through confirming these settings. The tool detects available endpoints and persists your configurations to CLAUDE.md.

Can I use this for custom deployment setups or only managed cloud platforms?

You can use this for custom deployment setups as well as managed cloud platforms like Vercel and Netlify. The configuration tool detects the deployment platform and guides you through setting up the appropriate production URL and health checks.