setup-deploy

Detect deployment platforms and configure production URLs and health check endpoints.

3|Updated Oct 12, 2025
One-click install
npx skills add https://github.com/mostafasudo/warpy --skill setup-deploy-mostafasudo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/mostafasudo/warpy/tree/main/.codex/skills/gstack/setup-deploy
Command: npx skills add https://github.com/mostafasudo/warpy --skill setup-deploy-mostafasudo

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 configuration of deployment settings and status tracking for web applications, simplifying the deployment process and providing insights into the deployment status.

Core Features & Use Cases

  • Deployment Platform Detection: Automatically detects the deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom).
  • Production URL & Health Check Endpoints: Configures and tracks production URLs and health check endpoints.
  • Deploy Status Commands: Provides commands to check the status of deployments.
  • Configuration Writing: Writes the configuration to CLAUDE.md for future deployments.
  • Use Case: When you need to set up and monitor the deployment for your web application using various platforms.

Quick Start

Use the 'setup-deploy' skill to configure your deployment settings.

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 a web application?

Automating deployment configuration involves detecting the platform, setting production URLs, and defining health check endpoints. This skill writes those settings to project files and provides commands to check the deployment status.

What is the best way to track web application deployment status?

Tracking deployment status requires configuring health check endpoints and using specific status commands. This skill sets up endpoint tracking and provides CLI commands to monitor the deployment progress of your web application.

Does this deployment setup tool work with Fly.io, Render, and Vercel?

Yes, the deployment setup tool automatically detects and works with platforms including Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom environments to configure your production URLs and health checks.

How do I configure health check endpoints for my SaaS deployment?

Configuring health check endpoints for SaaS deployments involves identifying the platform and writing the endpoint URLs into your configuration files. This skill detects the environment and writes these endpoints to CLAUDE.md.

Do I need Bash to configure deployment settings and status tracking?

Yes, you need Bash along with Read, Write, Edit, Glob, Grep, and AskUserQuestion tools to run this deployment configuration skill. These dependencies are required to detect platforms and write configuration files.

Why write deployment configuration to CLAUDE.md?

Writing deployment configuration to CLAUDE.md ensures that production URLs and health check endpoints are saved for future deployments. This allows the deployment status commands to consistently access the correct tracking settings.