setup-deploy

Detect deployment platform and write configuration to CLAUDE.md.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/zhu637882-stack/jiaoyi --skill setup-deploy-zhu637882-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/zhu637882-stack/jiaoyi/tree/main/qoder-config-backup/skills/gstack-setup-deploy
Command: npx skills add https://github.com/zhu637882-stack/jiaoyi --skill setup-deploy-zhu637882-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments across multiple hosting platforms require manual steps to detect platform, production URLs, health checks, and deployment status commands, leading to inconsistent setups and wasted time. This Skill automates detection and configuration and writes the result to CLAUDE.md so future deploys are automatic.

Core Features & Use Cases

  • Platform detection for Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom environments.
  • Centralized configuration saved to CLAUDE.md to enable repeatable, automatic deployments.
  • Quick setup and reconfiguration when running setup deploy or similar prompts.

Quick Start

Run the setup-deploy workflow to detect your deployment platform and generate CLAUDE.md-based configuration for automatic future deploys.

Frequently Asked Questions about setup-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure multi-platform deployment settings automatically?

Multi-platform deployment configuration is automated by detecting the target platform, production URL, health check endpoints, and deploy status commands. The detected settings are then persisted to CLAUDE.md to enable repeatable, automatic deploys across different hosting environments.

Does this deployment setup work with Fly.io, Vercel, and Heroku?

Yes, the deployment setup works with Fly.io, Vercel, Heroku, Render, Netlify, GitHub Actions, and custom environments. It detects the specific platform in use and configures the deployment pipeline settings accordingly to ensure proper integration.

What is CLAUDE.md used for in a CI/CD deployment pipeline?

CLAUDE.md is used to store centralized deployment configuration for CI/CD pipelines. By persisting platform detection, production URLs, health checks, and deploy commands to this file, future deployments become automatic and repeatable without requiring manual setup steps.

How do I reconfigure an existing deployment pipeline to use a new hosting provider?

To reconfigure an existing deployment pipeline, run the setup-deploy workflow against your project repository. It will detect the new target platform, update the production URL and health check endpoints, and overwrite the deployment configuration stored in CLAUDE.md.

Do I need access to the project repository to set up cross-platform deployment?

Yes, you need access to the project repository to set up cross-platform deployment. The configuration process reads or creates the CLAUDE.md file directly within the repository to store the detected platform settings and deployment commands.

Why are my manual deployment configurations inconsistent across different hosting platforms?

Manual deployment configurations are inconsistent because detecting platform specifics, production URLs, and health checks across providers requires repetitive manual steps. Automating this detection and saving the results to CLAUDE.md standardizes the setup for future automatic deploys.