setup-deploy

Detect deploy platforms and write deployment settings to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually configuring deployment settings for every new project or deploy platform is tedious, error-prone, and wastes time re-entering production URLs, health check endpoints, and deploy commands every time you launch or update an app.

Core Features & Use Cases

  • Multi-Platform Auto-Detection: Automatically identifies your project's deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) without manual input.
  • Zero-Effort Config Gathering: Pulls your production URL, health check endpoints, and deploy status commands for the detected platform automatically.
  • Persistent Automated Deploys: Writes all gathered deployment settings to your project's CLAUDE.md file, so all future deploys use pre-configured settings with no extra work.
  • Use Case: If you are deploying a new web app to Vercel, this skill automatically detects your Vercel project, pulls your production URL and health check path, writes them to CLAUDE.md, and eliminates the need to re-enter these settings for every future deploy.

Quick Start

Use the setup-deploy skill to automatically detect your project's deployment platform and write all required deployment configuration to your CLAUDE.md file for fully 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 automate deployment configuration for multiple platforms like Vercel and Render?

To set up automatic deploys, this skill detects your deploy platform and automatically extracts your production URL, health check endpoint, and deploy status commands. It writes these settings to your CLAUDE.md file, enabling repeatable automated deployments without manual input.

Does the deployment setup support custom deploy platforms and GitHub Actions?

Yes, the deployment setup supports auto-detection for GitHub Actions and custom deploy platforms alongside Fly.io, Render, Vercel, Netlify, and Heroku. It identifies your specific platform to gather the correct deploy status command and configuration automatically.

How do I persist deployment settings like health check endpoints for repeatable deploys?

You can persist deployment settings by writing the production URL, health check endpoint, and deploy status command directly to your project's CLAUDE.md file. This ensures all future automated deploys use the pre-configured settings without extra effort.

What is the best way to configure Fly.io deployment settings without manual input?

The best way to configure Fly.io deployment settings is using auto-detection to identify the platform and pull your production URL and health check paths. This eliminates manual input by writing the finalized configuration to your CLAUDE.md file.

Why do I need to write deployment configuration to a CLAUDE.md file?

Writing deployment configuration to a CLAUDE.md file is needed to enable fully automated, repeatable deploys. It stores your platform's production URL and health check endpoint so you avoid re-entering deployment settings for every run or update.