Best use case
Use Rate-Limiting Architect when you need to implement distributed rate limiting with token buckets, predictable headers, and production-safe behavior under load, especially when the work is driven by rate limit and token bucket.
Backend · Global library
Implement distributed rate limiting with token buckets, predictable headers, and production-safe behavior under load.
Best use case
Use Rate-Limiting Architect when you need to implement distributed rate limiting with token buckets, predictable headers, and production-safe behavior under load, especially when the work is driven by rate limit and token bucket.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show rate-limiting-architectUse
orchestrator-mcp skills export rate-limiting-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/rate-limiting-architect ./your-agent-skills/rate-limiting-architect
# or open skills/rate-limiting-architect/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Sunset APIs with clear migration windows, explicit headers, and communication paths that reduce client breakage.
Create unified API entry points with routing, transformation, rate limiting, and security
Replace offset-heavy APIs with cursor pagination that scales cleanly and remains client-friendly.