setup-deploy

Detect deployment platforms and write production settings to CLAUDE.md.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/abhishekmmgn/didactic-invention --skill setup-deploy-abhishekmmgn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/abhishekmmgn/didactic-invention/tree/main/.agents/skills/gstack/setup-deploy
Command: npx skills add https://github.com/abhishekmmgn/didactic-invention --skill setup-deploy-abhishekmmgn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the setup and configuration of deployment environments for the land-and-deploy workflow, eliminating repetitive manual configuration and drift across platforms.

Core Features & Use Cases

  • Detect deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom) and identify production URLs and health checks.
  • Generate and persist deployment settings to CLAUDE.md so future deploys are automated and reproducible.
  • Coordinate with plan-mode prompts and telemetry controls to ensure safe, auditable deployment configurations.

Quick Start

Configure a new deployment by letting the skill detect your platform and URL, then save the settings 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 for platforms like Fly.io or Vercel?

You can automate deployment configuration by detecting your platform, identifying production URLs and health checks, then persisting those deployment settings to CLAUDE.md for future automated deploys.

How does writing deploy settings to CLAUDE.md help with environment config drift?

Writing deploy settings to CLAUDE.md eliminates repetitive manual configuration and prevents drift across platforms by persisting deployment settings, ensuring future deploys are automated and reproducible.

Can I use this deployment setup skill with GitHub Actions and custom endpoints?

Yes, the deployment setup skill detects GitHub Actions and custom endpoints alongside Fly.io, Render, Vercel, Netlify, and Heroku, identifying health check URLs and deploy status commands for each platform.

What's the best way to configure health check URLs for automated production deploys?

The best way to configure health check URLs is to let the deployment setup process detect your platform and production URL, then automatically save the identified health check settings to CLAUDE.md.

How do plan-mode prompts and telemetry controls work during deployment configuration?

Plan-mode prompts and telemetry controls coordinate with deployment configuration to ensure safe, auditable deployment setups by enforcing controlled prompts before executing any automated deploy actions.

Why does my deployment configuration drift across different hosting platforms?

Deployment configuration drifts across hosting platforms when settings are manually configured each time, which this deployment setup skill solves by automatically detecting platform settings and persisting them to CLAUDE.md.