setup-deploy

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

2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/az9713/paperclip-gstack-company --skill setup-deploy-az9713
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/az9713/paperclip-gstack-company/tree/main/gstack/setup-deploy
Command: npx skills add https://github.com/az9713/paperclip-gstack-company --skill setup-deploy-az9713

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Python, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the detection and setup of deployment configurations for the /land-and-deploy workflow, streamlining the deployment process.

Core Features & Use Cases

  • Platform Detection: Automatically identifies the deployment platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom).
  • Configuration Writing: Writes the configuration details to CLAUDE.md for future automated deploys.
  • Use Case: When setting up a new deployment for a project, this Skill can be used to quickly identify and configure the deployment settings without manual setup.

Quick Start

To set up your deployment, run the 'setup-deploy' skill.

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 detection for platforms like Vercel or Fly.io?

Deployment configuration detection is automated by running a script that identifies your hosting platform (Fly.io, Render, Vercel, Netlify, Heroku, or GitHub Actions) and writes those settings to CLAUDE.md for future automated workflows.

Do I need Bash and Python to automate CI/CD deployment setup?

Yes, Bash and Python are required dependencies to run the automation scripts that detect your deployment platform and write the configuration details to CLAUDE.md.

What's the best way to write deployment platform settings to CLAUDE.md?

The best way to write deployment platform settings to CLAUDE.md is using an automated detection script that identifies whether you use Fly.io, Render, Vercel, Netlify, Heroku, or GitHub Actions and records the configuration automatically.

Can I use this automated deployment setup for custom CI/CD pipelines?

Yes, the platform detection supports custom deployment configurations alongside standard platforms like Heroku and Netlify, writing all identified settings into CLAUDE.md for your CI/CD pipelines.

When do I need automated deployment configuration detection?

You need automated deployment configuration detection when setting up a new project deployment, allowing you to quickly identify and configure hosting settings without manual setup in your CI/CD pipeline.

Why does my deployment platform need to be detected before writing to CLAUDE.md?

Detecting the deployment platform first ensures the correct configuration syntax for your specific host (Fly.io, Render, Vercel, etc.) is accurately written to CLAUDE.md for reliable future automated deploys.