building-api-gateway

|

Content Preview
---
name: building-api-gateway
description: |
  Create API gateways with routing, load balancing, rate limiting, and authentication.
  Use when routing and managing multiple API services.
  Trigger with phrases like "build API gateway", "create API router", or "setup API gateway".
  
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:gateway-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Building API Gat
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/building-api-gateway.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/api-gateway-builder/skills/building-api-gateway/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/api-development/api-gateway-builder/skills/building-api-gateway/SKILL.md

Related Skills

Building AutoML Pipelines
This skill empowers Claude to build AutoML pipelines using the automl-pipeline-builder plugin. It is triggered when the user requests the creation of an automated machine learning pipeline, specifies the use of AutoML techniques, or asks for assistance in automating the machine learning model buildi
skill-adapterbuilding automl pipelines

by jeremylongshore · plugins-plus-skills

Building CI/CD Pipelines
This skill enables Claude to generate CI/CD pipeline configurations for various platforms, including GitHub Actions, GitLab CI, and Jenkins. It is used when a user requests the creation of a CI/CD pipeline, specifies a platform (e.g., "GitHub Actions"), or mentions specific pipeline stages like "tes
skill-adapterbuilding ci/cd pipelines

by jeremylongshore · plugins-plus-skills

Building Classification Models
This skill enables Claude to construct and evaluate classification models using provided datasets or specifications. It leverages the classification-model-builder plugin to automate model creation, optimization, and reporting. Use this skill when the user requests to "build a classifier", "create a
skill-adapterbuilding classification models

by jeremylongshore · plugins-plus-skills

Building GitOps Workflows
This skill enables Claude to construct GitOps workflows using ArgoCD and Flux. It is designed to generate production-ready configurations, implement best practices, and ensure a security-first approach for Kubernetes deployments. Use this skill when the user explicitly requests "GitOps workflow", "A
skill-adapterbuilding gitops workflows

by jeremylongshore · plugins-plus-skills