setup-deploy

Detects deploy platform and writes deployment configuration to CLAUDE.md for automated deploys.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually configuring deployment settings for every project is repetitive and error-prone. This Skill detects your deploy platform, production URL, health check endpoints, and deploy status commands, then persists them to CLAUDE.md so future deploys run automatically. ## Core Features & Use Cases - Platform Detection: Identifies Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom deploy setups from project files. - Persistent Configuration: Writes deploy platform, production URL, health check endpoints, and status commands into CLAUDE.md for reuse by the land-and-deploy workflow. - Use Case: After adding a new web service to a repo, run this Skill once so every subsequent ship or deploy command knows where the app lives and how to verify it is healthy. ## 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 deployment for my project?

Run the setup-deploy Skill once. It detects your deploy platform, production URL, and health check endpoints, then writes them to CLAUDE.md so future deploy commands run without reconfiguration.

Which deploy platforms does setup-deploy detect?

It detects Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom deploy setups. Detection is based on configuration files and tooling present in the repository.

Where does setup-deploy store the deployment configuration?

It writes the configuration to CLAUDE.md in the project root. This makes the settings visible to future deploy workflows such as land-and-deploy.

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

Yes. Custom platforms are supported alongside the named providers. You confirm or supply the deploy commands, health check endpoint, and production URL during the interactive setup.

What happens if my deploy platform is not detected correctly?

The Skill asks you to confirm or correct the detected platform through an interactive question. You can override the detection and specify the correct platform and commands before anything is written.