setup-deploy

Detect deployment platforms and configure CI/CD settings for Vercel, Netlify, or Heroku.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/BaGyun0107/harness-starterkit --skill setup-deploy-bagyun0107
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/BaGyun0107/harness-starterkit/tree/main/.agents/skills/gstack-setup-deploy
Command: npx skills add https://github.com/BaGyun0107/harness-starterkit --skill setup-deploy-bagyun0107

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you automatically configure deployment settings for your project, saving manual effort and reducing errors.

Core Features & Use Cases

  • Detects Deployment Platforms: Identifies whether you use Fly.io, Render, Vercel, Netlify, Heroku, or GitHub Actions.
  • Configures Continuous Deployment: Sets up deployment URLs, health checks, and status commands for smooth CI/CD workflows.
  • Use Case: When starting a new project, use this Skill to generate deployment configs so your app can be deployed automatically without manual setup.

Quick Start

Run the gstack setup command to automatically generate deployment configuration files and link your project to the selected platform.

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 platforms like Vercel or Heroku?

Automating deployment configuration involves detecting your project platform and generating the necessary config files. This skill automatically identifies platforms like Vercel, Netlify, Heroku, or Fly.io to write deployment settings without manual setup.

How do I set up CI/CD workflows with GitHub Actions for continuous deployment?

Setting up CI/CD workflows with GitHub Actions requires configuring deployment URLs, health checks, and status commands. This skill writes the correct configurations to ensure smooth continuous integration and deployment workflows.

Does this deployment setup tool support custom cloud providers and Render?

Yes, this deployment setup tool supports custom setups alongside predefined cloud providers like Render and Fly.io. It detects your specific environment to configure the appropriate deployment and health check commands.

What is the best way to generate health check and status commands for automated deployment?

Generating health check and status commands is best handled by automated detection scripts that understand your cloud platform. This ensures your continuous deployment workflows correctly verify application health after setup.

Can I use this to configure continuous deployment without manually writing config files?

Yes, you can configure continuous deployment without manual effort by running an automated setup command. It generates the required deployment configuration files and links your project directly to the selected platform.