setup-deploy

Detects and configures deployment settings for gstack projects, writing them to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gstack, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the configuration of deployment settings for gstack projects, simplifying the deployment process and ensuring consistent deployment configurations.

Core Features & Use Cases

  • Detect and Configure Deployment Platforms: Identifies the deployment platform, production URL, health check endpoints, and deploy status commands.
  • Configuration Management: Writes deployment configuration to CLAUDE.md for easy access and future automation.
  • Use Case: Deploy a new version of a gstack project to a platform like Fly.io, Render, or Heroku by running the setup-deploy skill.

Quick Start

Invoke the setup-deploy skill and follow the prompts to configure your deployment settings.

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 gstack projects?

Automating deployment configuration for gstack projects involves detecting the target platform, production URL, and health check endpoints. This skill writes those settings to CLAUDE.md, enabling automated future deploys.

Can I use this to deploy my gstack app to Fly.io or Render?

Yes, you can deploy your gstack app to platforms like Fly.io, Render, or Heroku. The skill identifies your specific deployment platform and configures the necessary production URLs and deploy status commands.

Do I need any environment variables to configure gstack CI/CD settings?

Yes, configuring gstack CI/CD settings requires system environment variables for proper operation. Alongside the gstack framework dependency, these variables allow the skill to detect platforms and write configurations.

What is the best way to manage health check endpoints for gstack deployments?

Managing health check endpoints for gstack deployments is handled automatically during configuration. The skill detects your endpoints and writes them directly to CLAUDE.md for consistent future deployment automation.

How does writing deploy settings to CLAUDE.md help with CI/CD automation?

Writing deploy settings to CLAUDE.md centralizes your CI/CD automation configuration. It stores detected platform details, production URLs, and deploy commands, ensuring consistent future automated deployments for gstack.