·yarp

Configures YARP reverse proxy for API gateway routing. Use when: Setting up API gateway routes, configuring path transformations, proxying requests to backend services, or aggregating microservice endpoints.

0Installs·0Trend·@stuartf303

Installation

$npx skills add https://github.com/stuartf303/sorcha --skill yarp

SKILL.md

YARP (Yet Another Reverse Proxy) is the .NET reverse proxy used for API gateway routing in Sorcha. The gateway routes external requests to internal microservices while handling path transformations, security headers, and CORS. Key pattern: gateway-specific endpoints execute BEFORE MapReverseProxy() which must be called last.

| Route | Maps external path to cluster | "Path": "/api/blueprint/{catch-all}" | | Cluster | Backend service destination(s) | "Address": "http://service:8080" | | Transform | Rewrites path before forwarding | "PathPattern": "/api/{catch-all}" | | Catch-all | Captures remaining path segments | {catch-all} or {any} |

Configures YARP reverse proxy for API gateway routing. Use when: Setting up API gateway routes, configuring path transformations, proxying requests to backend services, or aggregating microservice endpoints. Source: stuartf303/sorcha.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuartf303/sorcha --skill yarp Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/stuartf303/sorcha --skill yarp
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is yarp?

Configures YARP reverse proxy for API gateway routing. Use when: Setting up API gateway routes, configuring path transformations, proxying requests to backend services, or aggregating microservice endpoints. Source: stuartf303/sorcha.

How do I install yarp?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuartf303/sorcha --skill yarp Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/stuartf303/sorcha

Details

Category
</>Dev Tools
Source
user
First Seen
2026-02-01