setup-deploy

Detect deployment platforms and persist deploy configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are manual and error-prone; you need a repeatable, automated way to detect platforms and configure deployment for gstack projects.

Core Features & Use Cases

  • Platform detection: identifies Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom setups.
  • CLAUDE.md integration: writes a deploy configuration section to CLAUDE.md so future deploys are automatic.
  • Idempotent configuration: re-run /setup-deploy without duplicating changes and safely updates existing settings.

Quick Start

Run /setup-deploy to configure deployment for this project and persist platform settings to CLAUDE.md

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 multiple platforms like Fly.io or Vercel?

You can automate deployment configuration by running a setup command that scans your gstack project for platforms like Fly.io, Vercel, or Heroku and persists the detected settings automatically.

How do I persist deployment settings and routing rules in CLAUDE.md?

To persist deployment settings in CLAUDE.md, the setup process reads existing routing rules and writes a deploy configuration section, ensuring future deployments apply settings automatically without manual duplication.

Can I re-run deployment setup without duplicating configuration changes in my project?

Yes, you can re-run the deployment setup safely. The configuration process is idempotent, meaning it updates existing settings and applies changes without duplicating configuration sections.

Does this deployment setup support GitHub Actions and custom workflows for gstack projects?

Yes, the deployment setup supports GitHub Actions and custom setups. It detects these platforms during the scan and configures the appropriate deploy workflows and health checks for your gstack project.

What is the best way to configure deploy workflows and health checks for Render or Netlify?

The best way to configure deploy workflows and health checks for Render or Netlify is to run an automated setup that detects the platform and writes the configuration directly to your project files.

Why does my manual deployment process keep failing with configuration errors?

Manual deployments are error-prone due to inconsistent configuration. Automating the detection of platforms and persisting settings to CLAUDE.md provides a repeatable setup that eliminates manual errors.