setup-deploy

Detect hosting platforms and write a reusable CLAUDE.md Deploy Configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures deployment for gstack projects by detecting hosting platforms and writing a reusable CLAUDE.md Deploy Configuration so future deploys are automatic.

Core Features & Use Cases

  • Platform detection: Identify hosting platforms like Fly.io, Render, Vercel, Netlify, Heroku, Railway, and GitHub Actions, and propose deployment settings.
  • Health checks and deploy status: Infer a production URL and a health/status check command or workflow to monitor deployments.
  • Interactive confirmation: Prompt to confirm detected settings or edit fields before saving to CLAUDE.md.
  • Idempotent configuration: Overwrite or update the CLAUDE.md Deploy Configuration so repeated runs fix drift.

Quick Start

Run /setup-deploy to detect your deployment platform and generate CLAUDE.md 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 Fly.io or Vercel projects?

Automate deployment configuration by running the setup command to detect hosting platforms like Fly.io, Vercel, Render, Netlify, Heroku, Railway, and GitHub Actions, then generate a reusable CLAUDE.md configuration file.

How does platform detection work for writing a CLAUDE.md deploy configuration?

Platform detection scans your gstack project to identify the hosting provider and proposes deployment settings, inferring a production URL and a health-check command to monitor deployment status.

Can I review and edit deployment settings before they are saved to CLAUDE.md?

Yes, interactive confirmation prompts you to verify detected platform settings or edit fields before persisting the deployment configuration to CLAUDE.md.

What is the best way to fix configuration drift for repeated deployments?

Use idempotent configuration to overwrite or update the CLAUDE.md deploy configuration, ensuring repeated runs automatically fix any settings drift.

Does automated deployment setup require specific frontmatter in SKILL.md?

Yes, the deployment setup requires frontmatter fields including name, version, and description in SKILL.md before generating the CLAUDE.md deploy configuration.

How do I add health checks and status monitoring to my deployment workflow?

Add health checks by inferring a production URL and a health or status check command during deployment configuration, which is then saved to CLAUDE.md for monitoring.