setup-deploy

Detects deployment platform settings and writes deploy configuration to CLAUDE.md.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/adamtpang/summon.company --skill setup-deploy-adamtpang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/adamtpang/summon.company/tree/main/.claude/skills/setup-deploy
Command: npx skills add https://github.com/adamtpang/summon.company --skill setup-deploy-adamtpang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually configuring deployment settings for every project is repetitive and error-prone. This Skill automatically detects your deploy platform, production URL, health check endpoints, and deploy status commands, then persists them so future deploys run without reconfiguration. ## Core Features & Use Cases - Platform Detection: Identifies Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom deploy setups automatically. - Persistent Configuration: Writes detected deploy settings to CLAUDE.md so the /land-and-deploy workflow runs automatically on future sessions. - Health Check Discovery: Locates production URLs and health check endpoints to verify deploys after shipping. - Use Case: After setting up a new web app on Fly.io, invoke this Skill once to record the platform, URL, and status commands; every subsequent deploy via /land-and-deploy then works without manual setup. ## Quick Start Ask the assistant to set up deployment configuration for this project so future deploys run automatically.

Frequently Asked Questions about setup-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure automatic deployments for my project?

Invoke the setup-deploy skill once in your project. It detects your deploy platform, production URL, and health check endpoints, then writes the configuration to CLAUDE.md so future deploys through /land-and-deploy run automatically.

Which deployment platforms does setup-deploy support?

The skill detects Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom deploy setups. It identifies the platform from your project files and records the matching deploy status commands.

Where does setup-deploy store the deployment configuration?

Detected settings are written to the project's CLAUDE.md file. This makes the configuration visible to all future agent sessions, so deploys, health checks, and status lookups work without re-running detection.

Can I use setup-deploy with a custom deploy pipeline?

Yes, custom platforms are supported alongside the named providers. The skill records your custom deploy commands, production URL, and health check endpoints in CLAUDE.md for reuse by the deploy workflow.

When should I re-run deployment configuration?

Re-run it when you change hosting platforms, move to a new production URL, or modify health check endpoints. The stored CLAUDE.md configuration is static, so infrastructure changes require refreshing it.