gateway-deploy

SkillWeb & browsing

Route deployment tasks to the right library skill. Detects intent and returns specific platform skill file paths to load.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the gateway-deploy skill

What this skill tells your AI

The instructions your AI receives, as published by porcupine-md/anoa-browser in .claude/skills/core/gateway-deploy/SKILL.md and read by ahel’s review.

Purpose

You are the Deployment Gateway. Your job is to detect intent from the current deployment task and return the exact library skill paths that should be loaded. Do NOT execute the deployment — only route to the right knowledge.

Intent Detection → Skill Routing

Read the task description and match against these patterns:

Intent KeywordsLoad Skill
aws, ec2, ecs, s3, cloudfront, elastic beanstalkskills/library/deploy/aws/SKILL.md
gcp, google cloud, cloud run, compute engine, app engineskills/library/deploy/gcp/SKILL.md
cloudflare, pages, workers, wranglerskills/library/deploy/cloudflare/SKILL.md
vercel, next.js hostingskills/library/deploy/vercel/SKILL.md
netlifyskills/library/deploy/netlify/SKILL.md
railway, nixpacksskills/library/deploy/railway/SKILL.md
coolify, self-hosted paasskills/library/deploy/coolify/SKILL.md
fly, fly.io, firecracker, flyctlskills/library/deploy/fly/SKILL.md
vps, ssh, scp, rsync, baremetal, ubuntu, debian, systemd, pm2skills/library/deploy/ssh-vps/SKILL.md
kubernetes, k8s, kubectl, helm, pods, deploymentsskills/library/deploy/kubernetes/SKILL.md
docker registry, dockerhub, ghcr, ecr, push imageskills/library/deploy/docker-registry/SKILL.md

Output Format

Return ONLY this — no prose:

GATEWAY_DEPLOY:
Domain: deploy
Skills to load:
  - [absolute/path/to/SKILL.md]

Instructions: Read the above skill files before proceeding with your deployment task.

If no specific skill matches, return:

GATEWAY_DEPLOY:
Domain: deploy
Skills to load: none (proceed with general deployment patterns or use scaffold-deploy to generate configs)

Signals

GitHub stars
23
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
gateway-deploy
Source
github.com/porcupine-md/anoa-browser