setup-deploy

Automate deployment configuration setup and maintenance for gstack's land-and-deploy workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and automates deployment configuration so gstack can deploy reliably via /skill:land-and-deploy.

Core Features & Use Cases

  • Detects deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and health-check endpoints.
  • Writes a Deploy Configuration section to AGENTS.md that governs future deployments.
  • Provides guided steps to reconfigure or validate deployment settings as the project evolves.

Quick Start

Run /skill:setup-deploy to detect platform and write deploy config to AGENTS.md, then run /skill:land-and-deploy to apply it.

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 configuration for Fly.io or Vercel in AGENTS.md?

Automate deployment configuration by running the setup tool to detect your platform and write a Deploy Configuration block to AGENTS.md, governing future deployments with idempotent writes.

What's the best way to set up health checks for a Render or Heroku deployment?

Set up health checks by running the setup process, which prompts for platform detection and health-check endpoints, then records them in the AGENTS.md configuration for reliable deployment tracking.

Does the deployment setup support GitHub Actions and custom platforms?

Yes, the deployment setup supports GitHub Actions and custom platforms alongside Fly.io, Render, Vercel, Netlify, and Heroku, detecting your platform and writing the appropriate configuration.

How do I reconfigure deploy settings as my project evolves?

Reconfigure deploy settings through guided steps that validate and update your deployment configuration in AGENTS.md, ensuring settings remain accurate as your project changes.

Why does land-and-deploy need a configuration block in AGENTS.md?

Land-and-deploy needs the configuration block because it reads the Deploy Configuration section from AGENTS.md to determine platform type, health checks, and deploy status commands for reliable execution.

Can I use Netlify deployment configuration without manual platform detection?

Yes, the setup process automatically detects your deployment platform, including Netlify, and writes the configuration to AGENTS.md without requiring manual platform identification.