setup-deploy

Detect deployment platforms and write configuration to CLAUDE.md.

46|13|Updated Jul 30, 2025
One-click install
npx skills add https://github.com/aimasteracc/tree-sitter-analyzer --skill setup-deploy-aimasteracc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/aimasteracc/tree-sitter-analyzer/tree/main/.claude/skills/setup-deploy
Command: npx skills add https://github.com/aimasteracc/tree-sitter-analyzer --skill setup-deploy-aimasteracc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures deployment settings for /land-and-deploy by automatically detecting your deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom), production URL, health check endpoints, and deploy status commands, then writes the configuration to CLAUDE.md so future deploys run without manual setup.

Core Features & Use Cases

  • Platform detection: Identify the target deployment platform and propose the right setup steps.
  • Auto-configuration persistence: Writes a CLAUDE.md Deploy Configuration block so subsequent deployments reuse the same settings.
  • Health checks & status: Sets up or verifies health check endpoints and deploy status commands for reliable rollouts.
  • Multi-platform support: Works with Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom deployments.
  • Use case: A new project can be configured in minutes, enabling automated deployments in CI/CD pipelines.

Quick Start

Run /setup-deploy to configure deployment for your project.

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 Fly.io, Render, or Vercel?

Automate deployment configuration by running the setup command to detect your target platform, identify production URLs, and persist health check settings to CLAUDE.md for future automated rollouts.

Does automated deployment configuration support GitHub Actions and Heroku?

Yes, automated deployment configuration supports GitHub Actions, Heroku, Fly.io, Render, Vercel, Netlify, and custom deployments, detecting the platform and proposing the right setup steps automatically.

How do I set up health checks and deploy status commands for CI/CD pipelines?

Set up health checks and deploy status commands by triggering the deployment configuration process, which verifies endpoints and writes the deploy status commands into a persistent CLAUDE.md configuration block.

Why do I need to persist deployment settings to CLAUDE.md?

Persisting deployment settings to CLAUDE.md allows subsequent deployments to reuse the same platform configurations, health checks, and deploy commands without requiring manual setup intervention each time.

Can I configure custom deployments if my platform is not explicitly listed?

Yes, you can configure custom deployments. The platform detection mechanism supports custom deployment setups alongside standard platforms like Fly.io, Vercel, and Netlify to streamline your specific workflow.

What is the best way to configure a new project for automated cloud deploys?

The best way to configure a new project for automated cloud deploys is to run the setup command, which detects the target platform and auto-configures health checks and deploy status commands in minutes.