setup-deploy

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

Updated May 9, 2026
One-click install
npx skills add https://github.com/kk20300113-png/my-claude-skills --skill setup-deploy-kk20300113-png
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/kk20300113-png/my-claude-skills/tree/main/setup-deploy
Command: npx skills add https://github.com/kk20300113-png/my-claude-skills --skill setup-deploy-kk20300113-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually configuring deployment settings for every new project or deploy platform is time-consuming and error-prone, leading to inconsistent workflows and repeated setup work every time you switch tools or start a new codebase.

Core Features & Use Cases

  • Multi-Platform Auto-Detection: Automatically identifies your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) along with production URLs, health check endpoints, and deploy status commands.
  • Persistent Configuration: Writes all detected settings directly to your project's CLAUDE.md file, so all future deploys are fully automatic with no repeated setup.
  • Use Case: If you just finished building a new app and want to deploy it to Vercel, run this skill once to auto-detect your Vercel project settings, confirm the health check endpoint, and save the config so every subsequent deploy is a single command.

Quick Start

Use the setup-deploy skill to automatically detect your project's deploy platform and save persistent deployment configuration to your CLAUDE.md file.

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 settings for Vercel or Render?

Auto-configure deployment settings by running a detection process that identifies your Vercel or Render platform, extracts production URLs and health check endpoints, and persists the configuration for repeatable deploys.

Does the deployment auto-setup work with GitHub Actions and Heroku pipelines?

Yes, deployment auto-setup works with GitHub Actions and Heroku pipelines. It detects platform-specific deploy status commands and health check endpoints across Fly.io, Netlify, and custom pipelines to streamline CI/CD workflows.

What's the best way to persist deployment configuration for future automated releases?

The best way to persist deployment configuration is to write detected platform settings, including production URLs and health checks, directly into your project's CLAUDE.md file for fully automatic future deploys.

How do I stop repeating manual deployment setup every time I switch platforms?

Stop repeating manual deployment setup by using platform detection to automatically identify deploy targets and save the configuration. This eliminates error-prone workflows and repeated setup work across new codebases.

Can I detect health check endpoints and production URLs automatically for my web app?

Yes, you can detect health check endpoints and production URLs automatically. The detection mechanism scans your web application project to identify platform-specific settings and apply them to your deploy pipelines.