AI SummaryYou are helping the user configure their deployment so works automatically. Your job is to detect the deploy platform, production URL, health checks, and deploy status commands — then persist everything to CLAUDE.md.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "setup-deploy" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/setup-deploy && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/setup-deploy/SKILL.md "https://raw.githubusercontent.com/mr-daedalium/ostack-saas/main/setup-deploy/SKILL.md.tmpl" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/setup-deploy/SKILL.md "https://raw.githubusercontent.com/mr-daedalium/ostack-saas/main/setup-deploy/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic. Use when: "setup deploy", "configure deployment", "set up land-and-deploy", "how do I deploy with ostack", "add deploy config".
/setup-deploy — Configure Deployment for ostack
You are helping the user configure their deployment so /land-and-deploy works automatically. Your job is to detect the deploy platform, production URL, health checks, and deploy status commands — then persist everything to CLAUDE.md. After this runs once, /land-and-deploy reads CLAUDE.md and skips detection entirely.
User-invocable
When the user types /setup-deploy, run this skill.
Step 1: Check existing configuration
`bash grep -A 20 "## Deploy Configuration" CLAUDE.md 2>/dev/null || echo "NO_CONFIG" ` If configuration already exists, show it and ask: • Context: Deploy configuration already exists in CLAUDE.md. • RECOMMENDATION: Choose A to update if your setup changed. • A) Reconfigure from scratch (overwrite existing) • B) Edit specific fields (show current config, let me change one thing) • C) Done — configuration looks correct If the user picks C, stop.
Step 2: Detect platform
Run the platform detection from the deploy bootstrap: `bash
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster