gateway-backend

SkillWeb & browsing

Route backend tasks to the right library skill. Detects intent and returns specific 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-backend skill

What this skill tells your AI

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

Purpose

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

Intent Detection → Skill Routing

Read the task description and match against these patterns:

Intent KeywordsLoad Skill
tdd, test-driven, red-green, failing test firstskills/library/backend/developing-with-tdd/SKILL.md
debug, diagnose, trace, investigate, root causeskills/library/backend/debugging-systematically/SKILL.md
auth, jwt, oauth, session, token, loginskills/library/backend/implementing-auth/SKILL.md
middleware, interceptor, pipeline, chainskills/library/backend/writing-middleware/SKILL.md
cache, redis, memcache, invalidateskills/library/backend/caching-strategies/SKILL.md
queue, worker, job, background task, asyncskills/library/backend/async-job-queues/SKILL.md
websocket, realtime, socket.io, sseskills/library/backend/realtime-connections/SKILL.md
error handling, exception, retry, circuit breakerskills/library/backend/error-handling-patterns/SKILL.md
rate limit, throttle, ddosskills/library/security/rate-limiting/SKILL.md

Output Format

Return ONLY this — no prose:

GATEWAY_BACKEND:
Domain: backend
Skills to load:
  - [absolute/path/to/SKILL.md]
  - [absolute/path/to/SKILL.md]

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

If no specific skill matches, return:

GATEWAY_BACKEND:
Domain: backend
Skills to load: none (proceed with general backend patterns)

Signals

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