setup-deploy

Detect deployment platforms and write configuration to AGENTS.md.

1|2|Updated Jan 4, 2024
One-click install
npx skills add https://github.com/NaKMiers/Port4lio --skill setup-deploy-nakmiers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/NaKMiers/Port4lio/tree/main/.agents/skills/setup-deploy
Command: npx skills add https://github.com/NaKMiers/Port4lio --skill setup-deploy-nakmiers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment for /land-and-deploy by detecting your platform, production URL, health check endpoints, and deploy status commands, then persist the configuration to AGENTS.md so future deployments are automatic.

Core Features & Use Cases

  • Automatic platform detection (Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions, or custom) and inferred production URL
  • Idempotent AGENTS.md updates with a complete Deploy Configuration section that enables automated deployment workflows
  • Verification steps and guidance to reconfigure when project changes

Quick Start

Run /setup-deploy to generate and save deployment configuration in AGENTS.md.

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 and health checks for my project?

Automate deployment configuration by detecting your platform, production URL, and health check endpoints, then persisting these settings to AGENTS.md. This ensures future deployments are automatic and verifies deployment status through built-in health checks.

What platforms does automatic deployment detection support for generating deploy configs?

Automatic deployment detection supports Fly.io, Render, Vercel, Netlify, Heroku, Railway, GitHub Actions, and custom platforms. It identifies the hosting provider and infers the production URL to generate an idempotent deploy configuration section.

How do I set up land-and-deploy workflows to run automatically in the future?

Set up land-and-deploy workflows by running the setup command to detect deployment details and write them to AGENTS.md. This idempotent update creates a complete Deploy Configuration section that enables fully automated deployment workflows going forward.

Does automated deployment configuration work with GitHub Actions and custom hosting providers?

Automated deployment configuration works with GitHub Actions and custom hosting providers, alongside platforms like Fly.io, Render, Vercel, Netlify, Heroku, and Railway. It detects deploy status commands and health check endpoints for each specific environment.

Why do I need to reconfigure deployment settings when my project changes platforms?

Reconfigure deployment settings when your project changes platforms to ensure the production URL, health check endpoints, and deploy status commands in AGENTS.md remain accurate. The setup includes verification steps and guidance to update the configuration idempotently.