Implement subscription-tier aware API rate limiting with sliding window algorithm. Use when building SaaS APIs that need per-user or per-tier rate limits with Redis or in-memory storage.
$npx -y skills add dadbodgeoff/drift --skill rate-limitingInstalls into the current project.
Run `npx skills use "https://github.com/dadbodgeoff/drift" --skill "dadbodgeoff/drift/rate-limiting"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dadbodgeoff/drift" that are relevant to the current task. Run `npx skills add "https://github.com/dadbodgeoff/drift"` and select the relevant skills, then follow their instructions.