setup-deploy

Detect deployment platforms and configure settings, health checks, and status commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, read, write, edit, glob, grep, askuserquestion, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of configuring deployment settings for various platforms, making it efficient and automated.

Core Features & Use Cases

  • Deploy Platform Detection: Identifies your deploy platform automatically.
  • Configuration Management: Manages and writes configuration settings for seamless deploys.
  • Health Checks & Status: Provides commands for health checks and deployment status verification.
  • Use Case: If you are setting up deployment for a new project, this Skill can help configure the platform, URL, and health checks, simplifying the process.

Quick Start

Run the 'setup-deploy' command to automatically configure deployment settings for your project.

Frequently Asked Questions about setup-deploy

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

FAQPage Schema
How do I automatically detect and configure deployment settings for platforms like Vercel or Render?

Automatic deployment configuration detects your target platform, such as Vercel, Render, or Fly.io, and writes the necessary configuration files for you. This streamlines the setup process by managing platform-specific settings without manual file editing.

How do I set up health check endpoints and deployment status commands for a new project?

Setting up health checks involves defining specific endpoint URLs and verification commands to monitor application status post-deployment. You can configure these endpoints to automatically validate that your deployment is running correctly and returning successful responses.

Can I use automated deploy configuration with GitHub Actions and custom environments?

Yes, automated deploy configuration supports GitHub Actions and custom environments alongside platforms like Heroku and Netlify. It identifies the target environment and generates the appropriate configuration settings to ensure seamless deployments across different infrastructure setups.

What is the best way to manage deployment configuration across multiple hosting platforms?

Managing deployment configuration across multiple hosting platforms is best handled by automating platform detection and centralizing configuration management. This approach writes platform-specific settings automatically, reducing manual errors and streamlining the deployment setup process.

Do I need to manually specify my deploy platform when setting up configuration?

No, you do not need to manually specify your deploy platform. The configuration process automatically detects your deployment environment, whether it is Fly.io, Heroku, or Netlify, and configures the settings accordingly to simplify your workflow.