setup-deploy

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

15|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/howdeploy/NekoFree --skill setup-deploy-howdeploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/howdeploy/NekoFree/tree/main/skills/setup-deploy
Command: npx skills add https://github.com/howdeploy/NekoFree --skill setup-deploy-howdeploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual deployment configuration is error-prone and time-consuming. This Skill detects your deployment platform and health-check setup, then writes a CLAUDE.md Deploy Configuration so future deploys are automatic and reproducible.

Core Features & Use Cases

  • Detects platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom) and reads related config files.
  • Extracts production URL, health check endpoints, and deploy commands to persist a single source of truth.
  • Uses CLAUDE.md to ensure future deployments are automated across teams and environments.

Quick Start

Run /setup-deploy to detect your deployment platform and write a CLAUDE.md Deploy Configuration for automatic future deployments.

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 platforms like Fly.io, Render, and Vercel?

Automate deployment configuration by detecting your deployment platform and health endpoints, then writing the settings to CLAUDE.md. This ensures future deploys across Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, and custom setups are automatic and reproducible.

What is a CLAUDE.md Deploy Configuration and how does it work for automatic deployments?

A CLAUDE.md Deploy Configuration is a persisted block containing your production URL, health check endpoints, and deploy commands. It acts as a single source of truth, ensuring future deployments are automated across teams and environments without manual setup.

Can I use this to configure health check endpoints and production URLs for Heroku or GitHub Actions?

Yes, you can configure health check endpoints and production URLs for Heroku and GitHub Actions. The setup reads repository state to detect platform indicators, extracts the necessary deployment details, and persists them for automatic future deploys.

How do I reconfigure deployment settings if my platform or health endpoints change?

To reconfigure deployment settings, simply run the setup command again. The tool reads your repository state to detect the current platform and prompts for confirmation before overwriting the existing CLAUDE.md Deploy Configuration block with the new details.

Does this deployment setup tool work with custom deployment platforms outside of standard providers?

Yes, the deployment setup tool works with custom setups alongside standard providers like Fly.io, Render, Vercel, Netlify, Heroku, and GitHub Actions. It reads repository state to detect platform indicators and extracts the relevant deploy commands and health endpoints.

Why should I persist deploy commands in CLAUDE.md instead of configuring them manually each time?

Persisting deploy commands in CLAUDE.md eliminates manual configuration errors and saves time. By extracting your production URL, health check endpoints, and deploy commands into a single source of truth, future deployments become automated and reproducible across teams.