implement-api-rate-limiting

Installation
SKILL.md

Implement API Rate Limiting

Workflow

  1. Identify actors, endpoints, authentication mode, abuse risk, and expected traffic.
  2. Configure named Laravel rate limiters with meaningful keys.
  3. Apply throttles at the route or middleware boundary.
  4. Return safe error responses without leaking sensitive details.
  5. Add tests for allowed requests, exceeded limits, guests, and authenticated users.

Verification

  • Rate limit tests pass.
  • Limits are documented for API consumers when public.
Installs
2
GitHub Stars
1
First Seen
Jul 26, 2026
implement-api-rate-limiting — alizharb/agent-skills