setup-deploy

Detect deployment platforms and write Deploy Configuration into CLAUDE.md.

4|1|Updated Sep 13, 2023
One-click install
npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill setup-deploy-louisfghbvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/louisfghbvc/mcp-leetcode-crawler/tree/main/.agent/skills/setup-deploy
Command: npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill setup-deploy-louisfghbvc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates deployment setup by detecting the current platform and health checks, then writes a Deploy Configuration block into CLAUDE.md so future deployments are automatic.

Core Features & Use Cases

  • Detects platform from project files (Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions, or custom).
  • Infers production URL and health-check endpoints and bakes them into CLAUDE.md.
  • Guides through platform-specific configuration with safe prompts and fallback options.

Quick Start

Run /setup-deploy to automatically detect your deployment 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 automate deployment configuration for multiple platforms like Vercel and Render?

Automate deployment configuration by detecting the current platform and health checks, then writing a Deploy Configuration block into CLAUDE.md so future deployments are automatic. It supports Vercel, Render, Fly.io, Netlify, Heroku, and Railway.

Can I detect my deployment platform automatically from project files?

Detect your deployment platform automatically by analyzing project files to identify Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions, or custom setups. The tool infers the platform and configures the environment accordingly.

What's the best way to write production URLs and health-check endpoints into CLAUDE.md?

Write production URLs and health-check endpoints into CLAUDE.md by consolidating the detected environment configuration. The tool bakes inferred endpoints and URLs directly into the configuration file for deployment automation.

Does setup-deploy work with GitHub Actions and custom deployment setups?

Setup-deploy works with GitHub Actions and custom deployment setups by orchestrating platform detection and configuration. It guides you through platform-specific configuration with safe prompts and fallback options for custom environments.

How to finalize readiness for deployment automation when platform detection is incomplete?

Finalize readiness for deployment automation by prompting for edits when needed and validating the configuration. The tool reads and writes the Deploy Configuration into CLAUDE.md, ensuring environment readiness before streamlining the deployment process.

Why does my health-check endpoint need to be baked into CLAUDE.md?

Your health-check endpoint needs to be baked into CLAUDE.md so future deployments can automatically validate readiness. Inferring and recording these endpoints streamlines the deployment automation process without manual intervention.