setup-deploy

Detects deploy platform and writes configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the guesswork of configuring how your app deploys and how gstack should verify a successful release, so the next time you run land-and-deploy your deployment becomes automatic.

Core Features & Use Cases

  • Platform detection: Detects common deploy platforms and workflows (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom setups) and reads the relevant config files.
  • Health check + status commands: Determines the production URL and the right way to confirm that a new deploy is live (URL polling and/or a deploy-status command).
  • CLAUDE.md persistence: Writes a standardized “## Deploy Configuration” section into CLAUDE.md so future deploys skip detection and run consistently.

Use case: You want to deploy via /land-and-deploy, but your repo doesn’t match what gstack expects—run /setup-deploy to capture the correct platform, URL, and verification method once.

Quick Start

Tell your AI to run /setup-deploy, then confirm the detected platform, production URL, and health check details to save the deploy configuration into 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 configure automated deployment verification for Vercel or Fly.io?

Configure automated deployment verification by auto-detecting your deploy platform, production URL, and health check methods, then persisting this configuration into CLAUDE.md for consistent future deploys.

How does platform detection work for GitHub Actions deployment workflows?

Platform detection scans project files to identify deploy platforms and workflows like GitHub Actions, Fly.io, or Vercel, reading relevant config files to determine the correct deployment and status verification method.

Can I set up health check URL polling for my web app deploys?

Yes, you can set up health check URL polling by determining your production URL and defining how to confirm a new deploy is live through URL polling or a deploy-status command.

What is the best way to persist deployment configuration across multiple deploys?

Persist deployment configuration by writing a standardized Deploy Configuration section into CLAUDE.md, ensuring future deployments skip platform detection and run consistently without exposing secrets.

Does this deployment setup work with both platform-driven and workflow-driven deploys?

Yes, this deployment setup applies to web app and API projects where deploys are platform-driven via push or merge, or workflow-driven via GitHub Actions, configuring the appropriate verification for each.

Why does my land-and-deploy fail to verify a successful release?

Your land-and-deploy may fail to verify a release if the repository does not match expected platform configurations, requiring a setup process to capture the correct platform, URL, and verification method.