setup-deploy

Detect deployment platforms and write deploy configuration to CLAUDE.md.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Intension-us/attention-diagnostic --skill setup-deploy-intension-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/Intension-us/attention-diagnostic/tree/main/.claude/skills/gstack/setup-deploy
Command: npx skills add https://github.com/Intension-us/attention-diagnostic --skill setup-deploy-intension-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects and configures deployment settings for /land-and-deploy, removing manual setup steps by automatically identifying the target platform, production URL, health checks, and deploy status commands.

Core Features & Use Cases

  • Platform detection for Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom deployments.
  • Production URL discovery and health-check endpoint identification.
  • Writes a Deploy Configuration section into CLAUDE.md to enable automatic deployments moving forward.

Quick Start

Run /setup-deploy to generate and save the 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 configuration for multiple hosting platforms?

Deployment configuration is automated by detecting the target platform, production URL, and health-check endpoints, then writing the settings to CLAUDE.md to enable future automatic deployments.

Does deployment automation work with Vercel, Netlify, Render, and Fly.io?

Yes, deployment automation works with Vercel, Netlify, Render, Fly.io, Heroku, GitHub Actions, and custom providers to identify platform settings and health checks.

What's the best way to save deployment settings for reuse across projects?

Saving deployment settings for reuse is done by writing the platform detection results, production URL, and health-check endpoints into a CLAUDE.md configuration file.

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

Health-check endpoints are set up during platform detection by identifying the production URL and status commands, then saving them to CLAUDE.md for automated deployment workflows.

Can I configure deployment for a custom hosting provider?

Yes, you can configure deployment for a custom hosting provider alongside standard platforms like Heroku and GitHub Actions by detecting the platform and gathering deploy status commands.

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

Deployment configuration is written to CLAUDE.md so the detected platform, production URL, and health-check settings persist, allowing future deployments to run automatically without manual setup.