setup-deploy

Detect deployment platforms and save configuration to CLAUDE.md.

Updated May 22, 2026
One-click install
npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill setup-deploy-shekerkamma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/shekerkamma/peopletech-marketplace/tree/main/plugins/gstack/setup-deploy
Command: npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill setup-deploy-shekerkamma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually setting up deployment configuration for gstack's /land-and-deploy command is tedious and error-prone, requiring you to manually identify your deploy platform, production URL, health check endpoints, and status commands every time you set up a new project. This skill eliminates that manual work by automatically detecting all required deployment details and persisting them for future use.

Core Features & Use Cases

  • Multi-Platform Auto-Detection: Automatically identifies your deploy platform from config files for Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom setups.
  • Zero-Effort Future Deploys: Saves all detected configuration (platform, production URL, health checks, status commands) directly to your project's CLAUDE.md file, so /land-and-deploy runs automatically without repeated setup.
  • Use Case: If you just deployed a new web app to Vercel, run this skill once and it will pull your Vercel config, detect your production URL and health check path, and save everything so you never have to re-enter those details for future deploys.

Quick Start

Use the setup-deploy skill to automatically detect your project's deployment platform and save all required deploy configuration to CLAUDE.md for fully automated future deploys.

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, Render, or Vercel?

Automate deployment configuration by detecting your deploy platform from existing config files and persisting platform details, production URLs, and health check endpoints directly to your project for future use.

How do I stop manually entering production URLs and health check endpoints for every deploy?

Stop manual entry by running an auto-configuration step that detects deployment details and saves them to your project's CLAUDE.md file, enabling fully automated, zero-additional-config deploys for subsequent invocations.

Does deploy automation work with GitHub Actions and Heroku setups?

Yes, deploy automation works with GitHub Actions and Heroku setups, alongside Fly.io, Render, Vercel, Netlify, and custom deploy platforms, by automatically identifying the platform from your project config files.

What is the best way to configure gstack land-and-deploy workflows?

The best way to configure gstack land-and-deploy workflows is to auto-detect required deployment settings and persist them to CLAUDE.md, eliminating manual setup and allowing /land-and-deploy to run automatically.

Can I update existing deployment configuration without losing previous settings?

Yes, you can update existing deployment configuration, as the auto-detection process supports both initial setup and updates to existing config by re-evaluating and persisting detected settings to CLAUDE.md.

Why does my deploy automation fail to detect my custom deploy platform?

Deploy automation might fail to detect a custom platform if required config files are missing or unrecognized, as the detection process relies on identifying specific platform details from existing project configuration files.