setup-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual deployment configuration is error-prone and repetitive. setup-deploy automatically detects your deployment platform and health checks and writes a CLAUDE.md Deploy Configuration so future deploys are automatic.

Core Features & Use Cases

  • Detects deployment platforms (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom) and produces a unified Deploy Configuration.
  • Interactively guides you to review and confirm production URLs, health checks, and deploy status commands.
  • Idempotent: running /setup-deploy multiple times cleanly updates CLAUDE.md so deployments stay in sync.
  • Use cases include bootstrapping new projects and updating existing deployments when hosting or workflows change.

Quick Start

Run /setup-deploy to begin configuring automatic deployment for your project.

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 hosting platforms?

Setup-deploy detects your hosting platform, interactively guides you to review production URLs and health checks, and writes an idempotent CLAUDE.md Deploy Configuration to automate future deployments across multiple platforms.

How do I persist deployment settings and health checks in CLAUDE.md?

The skill interactively captures production URLs, health checks, and deploy status commands, then writes an idempotent configuration block to CLAUDE.md that stays in sync when hosting or workflows change.

Does setup-deploy work with GitHub Actions and custom CI workflows?

Yes, it detects GitHub Actions and custom CI workflows alongside platforms like Heroku and Netlify, producing a unified Deploy Configuration that captures your deploy status commands.

What is the best way to sync CLAUDE.md when hosting platforms change?

Running an idempotent deployment configuration command cleanly updates CLAUDE.md when hosting or workflows change, ensuring your deployment settings stay in sync with the new platform.

Can I update existing deployment configurations without duplicating settings?

Yes, the platform detection process is idempotent, meaning running it multiple times cleanly updates CLAUDE.md without duplicating settings, keeping deployments in sync.

Why do I need a deployment configuration for my hosting platform?

You need a deployment configuration because manual setup is error-prone and repetitive, and automating platform detection with health checks ensures repeatable and reliable future deployments.