gateway-deploy

Route deployment tasks to matching library skill file paths by intent.

11|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/porcupine-md/jonggrang --skill gateway-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gateway-deploy
Source: https://github.com/porcupine-md/jonggrang/tree/main/skills/core/gateway-deploy
Command: npx skills add https://github.com/porcupine-md/jonggrang --skill gateway-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route deployment tasks to the right library skill by detecting intent and returning exact library skill file paths to load.

Core Features & Use Cases

  • Intent-based routing: read a deployment task description and map it to the appropriate platform skill.
  • Non-destructive routing: does not execute deployments, only returns paths to load.
  • Platform coverage: supports AWS, GCP, Cloudflare, Vercel, Netlify, SSH-based deployments, Kubernetes, and more via defined mappings.

Quick Start

Describe a deployment task and receive the matching library skill path to load.

Frequently Asked Questions about gateway-deploy

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

FAQPage Schema
How do I route deployment tasks to the correct platform skill?

To route deployment tasks, this skill detects intent from your task description and returns the exact library skill file path to load for platforms like AWS, GCP, or Vercel.

Does deployment routing execute infrastructure changes automatically?

Deployment routing does not execute infrastructure changes. It is a non-destructive mechanism that strictly matches task patterns and returns predefined SKILL.md paths without performing actual deployments.

What cloud providers and hosting platforms are supported for intent-based deployment routing?

Intent-based deployment routing supports major cloud providers and hosting platforms including AWS, GCP, Cloudflare, Vercel, Netlify, Kubernetes, and SSH-based deployments via defined mappings.

When do I need intent detection for deployment orchestration?

You need intent detection for deployment orchestration when you have strict routing requirements and must automatically map task descriptions mentioning platforms like Kubernetes or Netlify to exact library skill paths.

Can I use this gateway skill for SSH-based deployments and Kubernetes orchestration?

You can use this gateway skill for SSH-based deployments and Kubernetes orchestration. It reads the task description, identifies the platform intent, and returns the matching library skill path to load.

What is the best way to find the right library skill for a cloud hosting deployment?

The best way to find the right library skill is describing the cloud hosting deployment task. The gateway detects the platform intent and returns the exact SKILL.md file path to load for that provider.