setup-deploy

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

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ClyptAI/Clypt-Backend --skill setup-deploy-clyptai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/ClyptAI/Clypt-Backend/tree/main/.agents/skills/gstack/setup-deploy
Command: npx skills add https://github.com/ClyptAI/Clypt-Backend --skill setup-deploy-clyptai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures and persists deployment settings for land-and-deploy, so future deploys run automatically without manual reconfiguration.

Core Features & Use Cases

  • Platform detection: identifies deployment targets (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom environments) and exposes the resulting configuration.
  • CLAUDE.md integration: writes the deployment configuration to CLAUDE.md to enable repeatable deployments across runs.
  • Guided prompts: helps you update or verify settings via interactive checks, so teams stay aligned on production workflows.

Quick Start

Provide an initial deployment setup for the current project and let the tool persist the configuration for automatic land-and-deploy.

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 multiple platforms like Vercel and Render?

Multi-platform deployment setup works by detecting your hosting provider—like Fly.io, Vercel, Netlify, Heroku, or Render—and writing the validated configuration to CLAUDE.md. This persists your production endpoints and health-checks so subsequent deploys run automatically without manual reconfiguration.

What is CLAUDE.md deployment configuration used for?

CLAUDE.md deployment configuration is used to persist deployment settings across runs. By recording validated platform targets, health-check endpoints, and production configurations in this file, it enables repeatable, automatic land-and-deploy workflows without requiring manual updates each time.

How do I set up automatic deploys for a custom hosting environment?

Set up automatic deploys for custom environments by running the setup tool to detect your deployment target and health-check endpoints. It validates and records these custom settings into CLAUDE.md, ensuring future deployments execute automatically without manual intervention.

Does this deployment setup tool work with GitHub Actions?

Yes, deployment setup works with GitHub Actions along with other platforms like Heroku, Netlify, and Fly.io. It detects the GitHub Actions environment, validates your production endpoints, and writes the configuration to CLAUDE.md for automated future deployments.

Why do I need to persist deployment settings for repeatable deploys?

You need to persist deployment settings to prevent manual reconfiguration before every release. Writing validated platform targets and health-check endpoints to CLAUDE.md ensures teams stay aligned and subsequent deploys execute consistently without requiring manual edits or verification.