rate-limiting
✓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.
Installation
SKILL.md
More accurate than fixed windows, prevents burst at window boundaries:
| Free | 60 | 10 | | Pro | 600 | 100 | | Enterprise | 6000 | 1000 |
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. Source: dadbodgeoff/drift.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dadbodgeoff/drift --skill rate-limiting Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/dadbodgeoff/drift --skill rate-limiting- Source
- dadbodgeoff/drift
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is rate-limiting?
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. Source: dadbodgeoff/drift.
How do I install rate-limiting?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dadbodgeoff/drift --skill rate-limiting Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/dadbodgeoff/drift
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05