setup-deploy

Detects deployment platform and writes deploy configuration to CLAUDE.md for automated deploys.

1|Updated Jul 23, 2026
One-click install
npx skills add https://github.com/sanjanb/my-agent-harness --skill setup-deploy-sanjanb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/sanjanb/my-agent-harness/tree/main/skills/gstack-setup-deploy
Command: npx skills add https://github.com/sanjanb/my-agent-harness --skill setup-deploy-sanjanb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually configuring deployment settings for every project is repetitive and error-prone. This Skill detects your deploy platform, production URL, health check endpoints, and deploy status commands, then persists them so future deploys run automatically. ## Core Features & Use Cases - Platform Detection: Identifies Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom deploy setups from your repository. - Persistent Configuration: Writes detected deploy settings to CLAUDE.md so the /land-and-deploy workflow runs without re-asking. - Health Check & Status Commands: Captures production URLs, health check endpoints, and deploy status commands for verification after each deploy. - Use Case: After adding a new web service to a repo, run this Skill once to detect the Vercel deployment, record the production URL and health endpoint, and have every subsequent /land-and-deploy run verify the deploy automatically. ## Quick Start Ask the agent to set up deployment configuration for this project so future land-and-deploy runs are automatic.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I configure automatic deployments for my project?

Run the setup-deploy skill once in your repository. It detects your deploy platform, production URL, and health check endpoints, then writes the configuration to CLAUDE.md so all future /land-and-deploy runs execute automatically.

Which deployment platforms does setup-deploy detect?

The skill detects Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom deploy setups. It inspects your repository for platform-specific configuration files and records the matching deploy and status commands.

Where is the deployment configuration stored after setup?

The configuration is written to the project's CLAUDE.md file. This makes the deploy platform, production URL, and health check endpoints available to every future deploy workflow in that repository.

Can I use setup-deploy with a custom deployment pipeline?

Yes, custom deploy platforms are supported alongside the built-in detectors. You provide the deploy command, production URL, and health check endpoint, and the skill records them in CLAUDE.md like any detected platform.

What happens if my deploy platform is not detected correctly?

If auto-detection picks the wrong platform or finds none, you can answer the skill's prompts to specify the platform, URL, and commands manually. The corrected values are then persisted to CLAUDE.md for future deploys.