oRPC Dedupe Middleware
Installation
SKILL.md
Dedupe Middleware
Optimize middleware for fast and efficient repeated execution.
Problem
When a procedure calls another procedure, overlapping middleware may run in both. Similarly, .use(auth).router(router) may run auth multiple times.
Solution
Track middleware execution via context to prevent duplication: