setup-deploy

Detect deployment platforms and write deployment configuration to CLAUDE.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures deployment settings for /land-and-deploy by detecting the target platform and deployment artifacts, enabling automatic future deployments.

Core Features & Use Cases

  • Detects deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom)
  • Identifies production URLs and health check endpoints
  • Persists a CLAUDE.md based deploy configuration to automate future deployments
  • Platform-specific guidance for Fly.io, Render, Vercel, Netlify, and other environments
  • Use Case: Set up a project once and let /land-and-deploy deploy automatically on updates

Quick Start

Run this skill to detect your deployment platform, produce a CLAUDE.md deploy config, and automate future deployments.

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 platforms like Vercel and Fly.io?

Deployment configuration is automated by detecting the target platform and artifacts, then writing settings to CLAUDE.md. This supports Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom workflows for future updates.

How does persisting deploy settings to CLAUDE.md enable automatic future deployments?

Persisting deploy settings to CLAUDE.md stores the detected platform configuration and health check endpoints locally. This allows subsequent deployment workflows to read the configuration and execute platform-specific setup steps automatically without manual intervention.

Can I set up a custom deployment workflow or is it limited to specific hosting providers?

You can set up custom deployment workflows alongside supported providers like Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions. The configuration process detects your specific deployment artifacts and guides you through platform-specific setup steps accordingly.

What is the best way to configure production URLs and health check endpoints for deployment?

The best way to configure production URLs and health checks is through platform detection during deployment setup. The skill identifies these endpoints automatically based on your target platform and persists them into the CLAUDE.md configuration file.

Do I need to manually specify my deployment platform or can it be detected automatically?

Platform detection is automatic. The skill analyzes your project to identify the target deployment platform and its associated artifacts, then guides you through the necessary platform-specific setup steps to produce a ready-to-use configuration.