gateway-backend

Route backend task descriptions to matching library skill SKILL.md paths.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes backend tasks to the correct library skill by detecting intent from the current task and returning the exact SKILL.md path to load.

Core Features & Use Cases

  • Intent-based routing: maps task descriptions to dedicated backend skills.
  • Safe delegation: returns load paths without executing tasks, ensuring isolation.
  • Extensible coverage: supports multiple backend domains like auth, middleware, caching, async jobs, and error handling.

Quick Start

Provide a backend task description and the gateway will return the exact library skill path to load for routing.

Frequently Asked Questions about gateway-backend

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

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

You route backend tasks by providing a task description to the gateway, which detects intent and returns the exact SKILL.md path to load for safe delegation.

What is intent-based routing for server-side codebases?

Intent-based routing maps task descriptions to dedicated backend skills by detecting intent and returning the exact library skill path to load without executing the task.

Which backend domains are supported by intent-based routing?

Intent-based routing supports multiple backend domains, matching intents like backend logic, auth, middleware, caching, async jobs, realtime connections, and error handling to corresponding skills.

Does backend task routing execute the matched skill automatically?

No, backend task routing returns the absolute path to the matched skill's SKILL.md for loading without executing the task, ensuring safe and deterministic delegation.

Can I use backend task routing across multiple languages and frameworks?

Yes, backend task routing applies to server-side codebases where tasks require modular knowledge routing across multiple languages and frameworks.

What's the best way to delegate modular backend logic without direct execution?

Use a gateway that detects intent from the task description and returns the exact SKILL.md path to load, enabling safe delegation without executing the task directly.