api-rate-limitinglisted
Install: claude install-skill openshard/openshard
Apply rate limits at the gateway or middleware layer, not inside business logic.
Use sliding-window counters in Redis for accurate per-user limits.
Return 429 with a Retry-After header so clients back off correctly.
Exempt health-check and metrics endpoints from rate limiting.