Back to skills

setup-deploy

infrastructure

Detects your deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and writes the configuration to CLAUDE.md. Once set up, the /land-and-deploy skill reads this conf

Setup & Installation

npx skills add https://github.com/garrytan/setup-deploy --skill setup-deploy
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/setup-deploy
View on GitHub

What This Skill Does

Detects your deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and writes the configuration to CLAUDE.md. Once set up, the /land-and-deploy skill reads this config automatically without re-detecting anything. Covers production URL, health check endpoints, and deploy status commands. Instead of manually tracking deploy platform details across team members and sessions, this writes a single authoritative config block to CLAUDE.md that every subsequent deploy skill reads without asking again.

When to use it

  • Working with setup deploy functionality
  • Implementing setup deploy features
  • Debugging setup deploy related issues