setup-deploy

Detect deployment platforms and write configuration to CLAUDE.md.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/cattboy/lil_bro --skill setup-deploy-cattboy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/cattboy/lil_bro/tree/main/.claude/skills/setup-deploy
Command: npx skills add https://github.com/cattboy/lil_bro --skill setup-deploy-cattboy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic.

Core Features & Use Cases

  • Platform detection & config: identify the deployment platform and generate a unified deployment configuration.
  • Health & status checks: surface endpoints and checks needed for production readiness.
  • Auto-save to CLAUDE.md: persist the generated configuration so future runs reuse it.
  • Use Case: when wiring up a new land-and-deploy workflow, run this skill to produce a ready-to-run CLAUDE.md configuration that captures platform, URL, and checks.

Quick Start

Run the deployment-setup skill for your project to generate and save the CLAUDE.md configuration.

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 across multiple cloud platforms?

Automate deployment configuration by detecting your hosting platform, production URL, health check endpoints, and deploy status commands, then writing the settings to CLAUDE.md for automatic future deploys. It supports platforms like Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions.

Does this deployment setup tool work with Vercel and Netlify?

Yes, the deployment setup tool works with Vercel and Netlify, along with Fly.io, Render, Heroku, GitHub Actions, and custom setups. It detects the platform automatically and generates a unified configuration saved locally to CLAUDE.md.

How do I configure health check endpoints for automatic deploys?

Configure health check endpoints by running the setup skill, which detects your production URL and health check endpoints alongside your deploy platform. The identified endpoints are written into CLAUDE.md to ensure production readiness for future automatic deploys.

What is the best way to persist deployment settings for a land-and-deploy workflow?

The best way to persist deployment settings is generating a CLAUDE.md configuration file. The setup skill captures your platform, production URL, and status checks, saving them locally so all subsequent land-and-deploy runs reuse the configuration automatically.

Can I use this skill for a custom hosting setup outside of standard platforms?

Yes, you can use this skill for a custom hosting setup. Alongside standard platforms like Heroku and Render, it supports custom configurations by detecting deploy status commands and health endpoints, writing the results to CLAUDE.md.

Why do I need to save deployment config to CLAUDE.md?

Saving deployment config to CLAUDE.md ensures all future deploys are automatic. By persisting platform detection, production URLs, and health checks locally, the land-and-deploy workflow reuses the configuration without requiring manual setup on each run.