setup-deploy

Detect deployment platforms and write CLAUDE.md deployment configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams automatically detect deployment platforms (like Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions or custom setups) and persist a standardized deployment configuration to CLAUDE.md, so future deployments can run with minimal setup.

Core Features & Use Cases

  • Detects the deployment platform and related settings (production URL, health checks, deploy status commands).
  • Writes a reusable CLAUDE.md configuration that enables idempotent, automated deployments on subsequent runs.
  • Guides users through platform-specific setup and can handle multiple project types (web apps, APIs, libraries, CLIs) with consistent output.

Quick Start

Run /setup-deploy to detect your deployment platform and write CLAUDE.md with automatic deployment settings.

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 platforms like Vercel or Heroku in my repository?

To automate deployment configuration, this Skill detects your deployment platform by parsing repository signals and writes a reusable configuration to CLAUDE.md, enabling automated deployments for platforms like Vercel and Heroku.

What deployment platforms are automatically detected for CI-CD setup?

Detected deployment platforms include Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom setups, covering web apps, APIs, libraries, and CLI projects for CI-CD automation.

Can I use this to configure deployments for CLI projects and libraries, not just web apps?

Yes, you can configure deployments for CLI projects and libraries. The detection mechanism parses repository signals across multiple project types, ensuring consistent CLAUDE.md deployment output.

How does writing deploy configuration to CLAUDE.md enable idempotent deployments?

Writing deploy configuration to CLAUDE.md enables idempotent deployments by persisting a standardized configuration that applies deployment settings consistently on subsequent runs without duplicating setup.

What happens if the deployment platform cannot be automatically detected from repository signals?

If the deployment platform cannot be automatically detected from repository signals, the Skill prompts the user for confirmation to ensure the correct platform and settings are written to CLAUDE.md.