setup-deploy

Detect deployment platforms and generate deployment configuration in CLAUDE.md.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill setup-deploy-alejandrofigini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/AlejandroFigini/artist-portfolio/tree/main/.agent/skills/setup-deploy
Command: npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill setup-deploy-alejandrofigini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings for land-and-deploy by automatically detecting your deployment platform and generating the necessary CLAUDE.md configuration so future deploys are consistent.

Core Features & Use Cases

  • Detects deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom) and writes deployment configuration to CLAUDE.md.
  • Validates health check endpoints, production URL, and deployment status commands to ensure automated deploys.
  • Works across plan modes and file-system states to set up and maintain deployment configuration across environments.

Quick Start

To begin, configure deployment settings by detecting your deployment target and generating CLAUDE.md deployment configuration for 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 configure CLAUDE.md for automated deployment?

Generate deployment configuration in CLAUDE.md by detecting your target platform and capturing production URLs, health-check endpoints, and deployment status commands to enable consistent, repeatable automated deploys.

What deployment platforms are supported for generating CLAUDE.md configuration?

Supported deployment platforms include Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom targets, with the configuration automatically detecting your platform to generate the correct CLAUDE.md deployment settings.

How do I set up health-check endpoints for production deployments?

Health-check endpoints are validated and captured during deployment configuration generation, writing them to CLAUDE.md to ensure your automated deployment workflows can verify production status correctly.

Does land-and-deploy work with GitHub Actions and Vercel for automated deploys?

Yes, the setup detects GitHub Actions, Vercel, and other platforms like Fly.io and Render, automatically writing the appropriate deployment status commands and health-check configurations to CLAUDE.md for automated deploys.

Can I use a custom deployment target if my platform is not listed?

Yes, custom deployment targets are supported alongside Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions, allowing you to generate CLAUDE.md configuration with production URLs and health-check endpoints for any custom environment.