setup-deploy

Detect hosting platform and write deployment config to CLAUDE.md.

Updated Dec 13, 2017
One-click install
npx skills add https://github.com/dogeared/tnra --skill setup-deploy-dogeared
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/dogeared/tnra/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/dogeared/tnra --skill setup-deploy-dogeared

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for /land-and-deploy by automatically detecting your hosting platform, production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so future deploys are automatic and consistent.

Core Features & Use Cases

  • Detect and configure deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, Railway) and generate appropriate deploy status commands.
  • Support GitHub Actions workflows and custom/manual deployment triggers, with prompts to confirm production URLs.
  • Write an idempotent CLAUDE.md Deploy Configuration block and provide verification steps to ensure the deployment configuration works before applying.

Quick Start

Run /setup-deploy to generate and save deployment configuration 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 setup for hosting platforms like Fly.io, Render, or Vercel?

Automating deployment setup involves scanning your project to detect the hosting platform and inferring production URLs. This Skill configures deployment settings, health checks, and deploy status commands, writing the output to CLAUDE.md for consistent future deploys.

Can I configure deployment settings for GitHub Actions workflows?

Yes, you can configure deployment settings for GitHub Actions workflows. The setup process detects existing workflows, supports custom deployment triggers, and prompts you to confirm production URLs to ensure accurate configuration.

What is the best way to save deployment configuration so future deploys are automatic?

Saving deployment configuration is best handled by writing an idempotent block to CLAUDE.md. This captures your detected platform, health check endpoints, and deploy status commands, ensuring future deployments remain automatic and consistent.

Does this deployment configuration tool support Railway and Netlify?

Yes, this deployment configuration tool supports Railway and Netlify. It scans common platforms including Fly.io, Render, Vercel, Netlify, Heroku, and Railway to infer deployment methods and generate appropriate status commands.

How do I verify my deployment configuration works before applying it?

To verify deployment configuration, the setup process provides specific verification steps after generating the settings. This ensures your health checks and deploy status commands function correctly before the configuration is finalized.