setup-deploy

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

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/aicodepro/ai-agent-nexi --skill setup-deploy-aicodepro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/aicodepro/ai-agent-nexi/tree/main/agent/skills/gstack/setup-deploy
Command: npx skills add https://github.com/aicodepro/ai-agent-nexi --skill setup-deploy-aicodepro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually figuring out how a project deploys — which platform it uses, what the production URL is, and which commands check deploy health — is repetitive setup work that must be redone for every project. This Skill detects that configuration once and persists it so future deployments run automatically. ## Core Features & Use Cases - Platform Detection: Identifies the deploy platform in use, including Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or a custom setup. - Persistent Configuration: Writes the detected production URL, health check endpoints, and deploy status commands into CLAUDE.md so all future deploys are automatic. - Use Case: After connecting a repository to Vercel, invoke this Skill once to record the production URL and health check endpoint; subsequent land-and-deploy workflows then verify deploys without any manual setup. ## Quick Start Ask the assistant to set up deployment configuration for this project so future deploys are detected and verified automatically.

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 deployment detection for my project?

Invoke 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 future deploys run automatically.

Which deployment platforms does setup-deploy support?

It detects Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom deploy setups. The detected platform and its status commands are recorded in CLAUDE.md for reuse.

Where is the detected deploy configuration stored?

The configuration is written into the project's CLAUDE.md file. This lets the land-and-deploy workflow read the production URL, health checks, and status commands on every future deploy.

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

Yes, custom deploy setups are supported alongside the named platforms. The skill records whatever deploy status commands and health endpoints it detects for your pipeline.

When should I run setup-deploy?

Run it once when setting up a project, after connecting a hosting platform, or whenever your deploy target changes. Use it when you would otherwise ask how to deploy with gstack.