setup-deploy

Detect deployment platforms and write CLAUDE.md deployment configuration.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/adityasingh2400/SwarmSell --skill setup-deploy-adityasingh2400
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/adityasingh2400/SwarmSell/tree/main/.claude/skills/setup-deploy
Command: npx skills add https://github.com/adityasingh2400/SwarmSell --skill setup-deploy-adityasingh2400

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configuring deployment workflows for CLAUDE-based projects is tedious and error-prone. This skill detects the target platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or a custom setup), discovers production URLs and health checks, and writes a CLAUDE.md configuration so future deploys are automatic. It centralizes deployment settings and ensures consistency across environments.

Core Features & Use Cases

  • Platform detection and production URL inference for popular hosting targets.
  • Health check endpoint discovery and deployment status commands to automate verification.
  • Writes deployment configuration to CLAUDE.md to enable repeatable land-and-deploy flows for new projects.
  • Use when you want to bootstrap deployment for a gstack-based project and lock in consistent deploy behavior.

Quick Start

Run the setup-deploy skill to auto-detect your platform and generate CLAUDE.md with 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 auto-configure deployment for a CLAUDE.md project?

Auto-configure deployment by running the setup-deploy skill to detect your target platform, capture the production URL, and write a CLAUDE.md configuration that enables automatic future land-and-deploy runs.

What hosting platforms does deployment auto-detection support?

Deployment auto-detection supports Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom setups, identifying the target hosting environment to infer production URLs and configure deployment settings.

How do I validate health check endpoints after a deploy?

Validate health check endpoints by using deployment status commands to discover and verify health checks, ensuring reliable deployments and confirming the production URL is active and responding correctly.

Does gstack deployment configuration work with GitHub Actions CI/CD pipelines?

Yes, gstack deployment configuration detects GitHub Actions as a target platform, captures the production URL, and writes CLAUDE.md deployment settings to automate and lock in consistent deploy behavior.

Why does my automatic land-and-deploy workflow keep failing on Render?

Automatic land-and-deploy workflows fail when health check endpoints and deploy status commands are not properly validated. The skill discovers these endpoints to ensure reliable deployments and prevent configuration errors.

Do I need to manually specify a production URL for Vercel deployment configuration?

No, you do not need to manually specify a production URL for Vercel deployment configuration. The skill automatically infers the production URL and writes it to CLAUDE.md for repeatable deployments.