setup-deploy

Detect deployment platforms and generate a CLAUDE.md deployment configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically configure deployment settings for /land-and-deploy by detecting the target platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and producing a CLAUDE.md configuration that centralizes production URL, health checks, and deploy status commands. This ensures future deployments are automatic and consistent across environments.

Core Features & Use Cases

  • Platform detection across popular hosting providers.
  • Generation of a CLAUDE.md entry that stores deployment configuration.
  • Hands-off readiness for automated land-and-deploy workflows and consistent health checks.

Quick Start

Run /setup-deploy to detect your deployment target and generate a CLAUDE.md deployment config.

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 config across Vercel, Netlify, and Fly.io?

Automate deployment config by detecting the hosting platform and generating a CLAUDE.md file that centralizes production URLs, health check endpoints, and deploy status commands for automatic land-and-deploy workflows.

Does automated deployment configuration work with GitHub Actions and Render?

Automated deployment configuration works with GitHub Actions, Render, Fly.io, Vercel, Netlify, Heroku, and custom environments by detecting the target platform and persisting the deployment settings.

What's the best way to centralize health check endpoints for production deployments?

Centralize health check endpoints by generating a CLAUDE.md configuration entry that stores the production URL and health check details, ensuring consistent checks during automated land-and-deploy workflows.

How do I set up hands-off land-and-deploy workflows for my hosting provider?

Set up hands-off land-and-deploy workflows by running a setup command that detects your deployment target, identifies deploy status commands, and persists the configuration in a CLAUDE.md file for future automatic deployments.

Can I configure deployment settings for a custom hosting environment?

You can configure deployment settings for custom environments alongside standard providers like Fly.io and Heroku by detecting the target platform and generating the appropriate CLAUDE.md deployment configuration.

Why do I need a CLAUDE.md file for deployment automation?

A CLAUDE.md file is needed to store detected platform targets, production URLs, health checks, and deploy status commands, ensuring future deployments remain automatic and consistent across environments.