setup-deploy

Detect hosting platforms and write CLAUDE.md deployment blocks for gstack projects.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/vib795/copilot-anatomy --skill setup-deploy-vib795
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/vib795/copilot-anatomy/tree/main/.github/skills/gstack-setup-deploy
Command: npx skills add https://github.com/vib795/copilot-anatomy --skill setup-deploy-vib795

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configuring deployments for gstack projects is repetitive and error-prone. This skill automates platform detection and CLAUDE.md configuration so future deployments work with minimal manual setup.

Core Features & Use Cases

  • Auto-detected deployment platform: Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, or custom environments.
  • CLAUDE.md auto-configuration: writes deployment blocks and health-check commands to enable one-click re-deploys.
  • Project-aware prompts: supports editing deployment settings per project and re-running detection when needed.

Quick Start

Run a single instruction to configure deployment by detecting your platform and creating CLAUDE.md deployment blocks for future runs.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I auto-configure app deployments across multiple hosting platforms?▼

Auto-configure app deployments by detecting your hosting platform and writing a CLAUDE.md deployment block with health checks for one-click re-deploys.

Can I automate Fly.io, Render, and Vercel deployment settings in one workflow?▼

Yes, automate Fly.io, Render, and Vercel deployment settings through platform detection that writes platform-specific blocks and health-check commands to CLAUDE.md.

Does deployment configuration work with GitHub Actions and Heroku?▼

Yes, deployment configuration works with GitHub Actions and Heroku, detecting the active platform and applying the appropriate custom environment blocks and health checks.

What is a CLAUDE.md deployment block used for in DevOps automation?▼

A CLAUDE.md deployment block stores platform-specific deployment settings and health checks to streamline future deployments and enable one-click re-deploys without manual setup.

How do I edit deployment settings after initial platform detection?▼

Edit deployment settings by re-running the platform detection flow, which supports project-aware prompts to update your CLAUDE.md configuration per project as needed.

Why are my gstack project deployments failing due to manual configuration errors?▼

Manual deployment configuration is repetitive and error-prone; automating platform detection and writing CLAUDE.md deployment blocks resolves these setup inconsistencies.