setup-deploy

Detect deployment platforms and configure CLAUDE.md deployment settings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configuring deployment workflows across multiple hosting platforms is tedious and error-prone. This Skill automates platform detection, deploy configuration assembly, health checks, and post-deploy hooks so you can land and deploy with confidence.

Core Features & Use Cases

  • Platform detection for Fly.io, Render, Vercel, Netlify, and custom deployments.
  • Guided per-platform setup prompts and generated CLAUDE.md sections.
  • Idempotent updates to CLAUDE.md to persist deployment configuration for future runs.

Quick Start

Run the /setup-deploy command to create or update the Deploy Configuration in CLAUDE.md.

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 CLAUDE-based projects across multiple platforms?▼

Automated deployment configuration detects platforms like Fly.io, Render, Vercel, and Netlify, then guides per-platform setup and persists settings to CLAUDE.md for future runs.

Does this deployment automation tool support Fly.io and Vercel?▼

Yes, deployment automation supports Fly.io, Render, Vercel, Netlify, and custom pipelines by detecting platforms and applying guided setup steps for each specific environment.

How do I configure health checks and post-deploy hooks for automated deployments?▼

Configuring health checks and post-deploy hooks is handled by reading project metadata, detecting platforms, and applying automated deployment settings to CLAUDE.md.

Can I update deployment settings in CLAUDE.md without duplicating configuration?▼

Yes, updates to CLAUDE.md are idempotent, meaning running the deployment configuration workflow repeatedly persists settings safely without duplicating existing configuration sections.

What is the best way to manage custom pipeline deployment settings for landing and deploying?▼

Managing custom pipeline deployment settings involves reading project metadata, detecting supported platforms, and generating guided configuration sections to automate landing and deploying workflows.