setup-deploy

Configure deployment settings for gstack projects by detecting Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom platforms and writing to AGENTS.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gstack-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of configuring deployment settings for gstack projects, eliminating the need for manual setup and detection of deployment platforms and production URLs.

Core Features & Use Cases

  • Automated Detection: Automatically identifies the deployment platform and production URL for gstack projects.
  • Configuration: Writes the deployment configuration to the AGENTS.md file for future deployments.
  • Use Case: Ideal for developers who want to ensure that their gstack projects can be automatically deployed and configured without manual intervention.

Quick Start

To start the deployment setup, type /setup-deploy in the gstack interface.

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 setup for a gstack project?

You can automate gstack deployment setup by running the `/setup-deploy` command, which detects your deployment platform and writes the configuration directly to the AGENTS.md file for automated CI/CD pipelines.

What deployment platforms can be automatically detected for gstack environments?

The deployment setup automatically detects Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom platforms, writing the identified configuration to your project's AGENTS.md file.

Do I need git and gstack-cli installed to configure deployment settings?

Yes, you need both git and gstack-cli installed as dependencies to run the deployment configuration setup and automatically write the detected platform settings to AGENTS.md.

Why does my gstack CI/CD pipeline need configuration written to AGENTS.md?

Writing deployment configuration to AGENTS.md allows automated deployment systems to read your platform settings and production URLs without manual intervention, streamlining future CI/CD pipeline executions.

Can I use this deployment setup for projects outside of the gstack environment?

No, this automated deployment configuration is specifically designed for gstack-based project setup and CI/CD pipelines, relying on gstack-cli to detect platforms and write configuration to AGENTS.md.