setup-deploy

Configures deployment platforms, health endpoints, and status commands into CLAUDE.md for CI/CD pipelines and admin tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Edit, Glob, Grep, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of deployment configurations, making it easy to detect and configure your deploy platform, production URL, health check endpoints, and deploy status commands. It writes the configuration to CLAUDE.md for future automated deploys.

Core Features & Use Cases

  • Platform Detection: Automatically detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom).
  • Configuration Management: Stores your platform settings in CLAUDE.md for all future deploys.
  • Health Checks & Deploy Status: Provides commands to check the health of your application and get the status of the latest deploy.
  • Use Case: When you want to set up deployment configurations for your project or when you need to configure a new deploy platform.

Quick Start

To start setting up deployment for your project, simply type 'setup deploy' in your workspace.

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?

You can automate deployment configuration by detecting your deploy platform, setting up health check endpoints, and recording deploy status commands. The configuration is written to CLAUDE.md for future automated deploys.

What is the best way to set up CI/CD health check endpoints?

The best way to set up CI/CD health check endpoints is by using automated deployment configuration to detect your deploy platform and record health check commands. This configuration is stored in CLAUDE.md for future automated deploys.

Does automated deployment configuration work with GitHub Actions?

Yes, automated deployment configuration works with GitHub Actions. It detects GitHub Actions as a supported deploy platform and configures deployment settings accordingly.

How do I configure a new deploy platform for my existing project?

To configure a new deploy platform, run the deployment setup process which detects the platform, configures production URLs, and records deploy status commands. The settings are saved to CLAUDE.md for future reference.

Why do I need configuration management for automated deploys?

Configuration management for automated deploys is needed to persist your platform settings, health check endpoints, and deploy status commands in CLAUDE.md. This ensures consistent and repeatable deployments without manual configuration each time.

Can I use Bash scripts to detect my deployment platform automatically?

Yes, you can use Bash scripts to detect your deployment platform automatically. The skill requires Bash, Read, Write, Edit, Glob, Grep, and AskUserQuestion tools to configure deployment settings on the fly.