setup-deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are manual, error-prone, and hard to reproduce. This skill configures deployment settings for gstack projects by detecting the deployment platform, production URL, health checks, and deploy status commands, then writes the configuration to CLAUDE.md so future deploys are automatic.

Core Features & Use Cases

  • Platform detection across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom setups.
  • Generates and persists a CLAUDE.md Deploy Configuration that drives /land-and-deploy.
  • Guided prompts for platform choice, health checks, and deployment workflows.

Quick Start

Run /setup-deploy to begin configuring your project’s deployment settings and CLAUDE.md output.

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 setup for multiple hosting platforms?

You can automate deployment setup by running a guided command that detects your hosting platform, production URL, and health check endpoints, then persists the configuration to a project file for repeatable automated deploys.

What's the best way to configure CI/CD health checks for a custom deployment?

The best way to configure CI/CD health checks is through a guided setup that prompts for your deploy status commands and health endpoints, saving the finalized workflow configuration to your project's CLAUDE.md file.

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

Yes, the deployment configuration tool works with Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions by detecting the active platform and guiding platform-specific setup for production URLs and health checks.

Why do I need to write deploy settings to CLAUDE.md?

Writing deploy settings to CLAUDE.md ensures future deployments are automatic and repeatable by persisting detected platform configurations, health check endpoints, and deploy status commands in a standardized project file.

Can I use GitHub Actions for automated deployments without manual configuration?

Yes, you can use GitHub Actions for automated deployments by running a setup command that detects the platform, configures deploy status commands, and writes the workflow settings to CLAUDE.md for future automated execution.

What are the limitations of automated platform detection for deployment?

Automated platform detection supports standard environments like Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions, but custom deployments require answering guided prompts to manually input platform details and health check endpoints.