setup-deploy

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

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/bajajvinamr/little-wins --skill setup-deploy-bajajvinamr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/bajajvinamr/little-wins/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/bajajvinamr/little-wins --skill setup-deploy-bajajvinamr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Configuring deployment pipelines across Fly.io, Render, Vercel and more is tedious. This skill detects the deployment platform, production URL, health checks, and deploy status commands, then writes a CLAUDE.md deploy configuration so /land-and-deploy can run automatically.

Core Features & Use Cases

  • Platform detection for Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions, and custom setups.
  • Automatic CLAUDE.md deploy configuration that /land-and-deploy reads to automate future deployments.
  • Guided prompts to confirm production URL, health checks, and post-deploy hooks, improving reliability and repeatability.

Quick Start

Run /setup-deploy to auto-detect your platform and write deploy config to CLAUDE.md

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 across platforms like Vercel, Render, and Fly.io?

Automate deployment configuration by running a detection script that reads project files, identifies your specific hosting platform, and writes structured deploy settings including the production URL and health checks to CLAUDE.md.

What is CLAUDE.md deploy configuration and how does it work with land-and-deploy?

CLAUDE.md deploy configuration is a structured file containing your platform details, production URL, health checks, and post-deploy hooks, which the land-and-deploy command reads to execute automated future deployments.

Can I set up health checks and post-deploy hooks for Heroku and Railway automatically?

Yes, you can set up health checks and post-deploy hooks for Heroku and Railway through guided prompts that confirm your production URL and deployment endpoints, then write them into your CLAUDE.md configuration.

Does the deployment setup skill support GitHub Actions and custom CI/CD pipelines?

Yes, the deployment setup skill supports GitHub Actions and custom CI/CD setups by detecting platform-specific details from your project files and generating a matching configuration for automated deployment.

What is the best way to detect my deployment platform and write CI/CD settings automatically?

The best way to detect your deployment platform is to use an automated script that scans your project files, identifies the hosting environment, and outputs a structured deploy configuration directly to CLAUDE.md.