setup-deploy

Configure deployment settings and generate CLAUDE.md automatic deploy rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for multi-platform projects and ensure future deploys use CLAUDE.md by generating automatic deploy rules across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom platforms.

Core Features & Use Cases

  • Detects deployment platform, production URL, health check endpoints, and deploy status commands.
  • Writes the configuration to CLAUDE.md so future deploys are automated.
  • Use Case: Set up a new project to deploy to multiple targets with a single command and consistent health checks.

Quick Start

Run the setup deploy flow to configure deployment platform detection and generate CLAUDE.md with automatic deploy rules.

Frequently Asked Questions about setup-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-platform deployment setup across different hosting providers?

Multi-platform deployment setup is automated by reading frontmatter configuration to detect the platform, then generating a CLAUDE.md file with deploy rules, health check endpoints, and status commands.

Does the deployment configuration support Fly.io, Render, and Vercel simultaneously?

Yes, the deployment configuration supports Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom platforms simultaneously, applying platform detection and consistent health checks across all targets.

How do I configure health check endpoints and deploy status commands for CI/CD pipelines?

Health check endpoints and deploy status commands are configured by reading frontmatter settings and writing them into the CLAUDE.md file, creating an automatic deploy workflow for CI/CD pipelines.

What is a CLAUDE.md-based automatic deploy workflow and when do I need it?

A CLAUDE.md-based automatic deploy workflow is a set of deployment rules written to the CLAUDE.md file that automates future deploys, needed when setting up or updating deployment pipelines across multiple platforms.

Can I use GitHub Actions with custom platform detection for project deployments?

Yes, you can use GitHub Actions with custom platform detection; the setup reads frontmatter configuration and supports GitHub Actions and custom platforms as deployment backends via Bash tools.

Why are my deployment pipelines not updating across multiple platforms automatically?

Deployment pipelines fail to update automatically if the frontmatter configuration is not properly read or if the CLAUDE.md file lacks the generated automatic deploy rules, platform detection settings, and health check endpoints.