setup-deploy

Detect deployment platforms and write configuration to CLAUDE.md.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/anishs1207/agentic-cli --skill setup-deploy-anishs1207
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/anishs1207/agentic-cli/tree/main/.agents/skills/gstack-setup-deploy
Command: npx skills add https://github.com/anishs1207/agentic-cli --skill setup-deploy-anishs1207

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic.

Core Features & Use Cases

  • Detects and configure deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom)
  • Writes deployment configuration to CLAUDE.md for idempotent future deployments
  • Interactive prompts via AskUserQuestion to guide user through platform detection and setup
  • Supports various platforms and produce a health check and deploy status command

Quick Start

Run /setup-deploy to auto-detect your platform and write CLAUDE.md with deploy 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-detect my deployment platform and save configuration for future deploys?

Auto-detect deployment platform configuration by scanning project files for Fly.io, Render, Vercel, Netlify, Heroku, or GitHub Actions artifacts, then persisting detected settings to CLAUDE.md for idempotent future deployments.

What deployment platforms are supported for automatic configuration detection?

Automatic deployment configuration detection supports Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom setups by identifying platform-specific config files and workflow artifacts.

How do I configure health check endpoints and deploy status commands for my hosting platform?

Configure health check endpoints and deploy status commands by detecting platform artifacts in your project, then writing the production URL and status check commands to CLAUDE.md after user confirmation.

Can I use this deployment setup tool if I have a custom hosting configuration?

Custom hosting configurations are supported alongside standard platforms like Vercel and Heroku, allowing you to define deployment commands and health checks interactively before persisting settings to CLAUDE.md.

Does writing deployment configuration to CLAUDE.md overwrite my existing settings?

Writing deployment configuration to CLAUDE.md is idempotent and prompts for user confirmation before writing, ensuring existing settings are reviewed and not silently overwritten during platform detection.

Why does my deployment configuration need to be written to CLAUDE.md?

Deployment configuration is written to CLAUDE.md so that all future deploy commands can automatically reference the detected platform, production URL, and health check endpoints without requiring manual reconfiguration.