setup-deploy

Detects deployment platform settings and writes deploy configuration to CLAUDE.md.

Updated Sep 13, 2026
One-click install
npx skills add https://github.com/abdulazeezoj/monovella-poc --skill setup-deploy-abdulazeezoj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/abdulazeezoj/monovella-poc/tree/main/.agents/skills/gstack/setup-deploy
Command: npx skills add https://github.com/abdulazeezoj/monovella-poc --skill setup-deploy-abdulazeezoj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up automated deployments requires manually figuring out which platform a project uses, where the production URL lives, and how to check deploy health. This Skill detects all of that automatically and persists it so every future deploy runs without reconfiguration. ## Core Features & Use Cases - Platform Detection: Identifies the deploy platform in use, including Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or a custom setup. - Configuration Persistence: Writes the detected production URL, health check endpoints, and deploy status commands into CLAUDE.md so the /land-and-deploy workflow runs automatically. - Use Case: After connecting a project to Fly.io, invoke this Skill once; it records the platform, URL, and health checks so subsequent deploys need no manual setup. ## Quick Start Ask the assistant to set up deployment configuration for this project so future deploys run automatically.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I configure automatic deployments for my project?

Run the setup-deploy skill once. It detects your deploy platform, production URL, health check endpoints, and status commands, then writes them to CLAUDE.md so the /land-and-deploy workflow handles future deploys automatically.

Which deployment platforms does setup-deploy detect?

It detects Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom deployment setups. Detection covers the platform itself plus the production URL and health check endpoints.

Where does setup-deploy store the deployment configuration?

The configuration is written to CLAUDE.md in the project. This makes the deploy platform, URL, and status commands available to all future deploy runs without re-detection.

Can I use setup-deploy with a custom deployment pipeline?

Yes. Custom platforms are one of the supported detection targets alongside hosted providers. The skill records whatever deploy status commands and health endpoints your custom setup exposes.

What happens if the deploy platform cannot be detected?

The skill asks clarifying questions through its decision-brief flow rather than guessing. You can specify the platform, URL, and health checks manually, and they are persisted the same way.