setup-deploy

Detect deployment platforms and write CLAUDE.md Deploy Configuration for gstack projects.

37|2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/DariusCorvus/iqualize --skill setup-deploy-dariuscorvus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/DariusCorvus/iqualize/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/DariusCorvus/iqualize --skill setup-deploy-dariuscorvus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures deployment wiring for gstack projects by auto-detecting the target platform, health checks, and producing a CLAUDE.md Deploy Configuration so deployments are repeatable.

Core Features & Use Cases

  • Platform detection from project files (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom)
  • Production URL inference and health-check command generation
  • Idempotent CLAUDE.md writes so future deployments reuse the same configuration
  • Use Case: You open a PR with a new app, run /setup-deploy and get a ready-to-deploy config

Quick Start

Run the setup-deploy skill to detect your platform and write the Deploy Configuration 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 auto-configure deployment for a gstack project?

To auto-configure deployment for a gstack project, run the setup-deploy skill to detect your target platform, generate health-check endpoints, and write a reusable CLAUDE.md Deploy Configuration.

What platforms does deployment platform detection support?

Platform detection supports Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom environments, inferring production URLs and generating health-check commands automatically.

How do I generate a CLAUDE.md Deploy Configuration?

You generate a CLAUDE.md Deploy Configuration by running the skill, which writes idempotent platform detection, production URL inference, and deploy-status commands to the file.

Can I reuse my deployment configuration across multiple environments?

Yes, you can reuse deployment configurations across multiple environments because the skill performs idempotent CLAUDE.md writes, ensuring future deployments consistently apply the same validated settings.

Does setup-deploy work with GitHub Actions and custom environments?

Yes, setup-deploy works with GitHub Actions and custom environments by detecting project files and wiring automated deployment configurations, health checks, and deploy-status commands accordingly.

Why do I need health-check endpoints for automated deployment?

Health-check endpoints are needed for automated deployment to validate that your application is live and correctly configured, allowing the generated deploy-status commands to verify production URL inference.