Content Preview
--- name: rate-limiting-apis description: | Implement sophisticated rate limiting with sliding windows, token buckets, and quotas. Use when protecting APIs from excessive requests. Trigger with phrases like "add rate limiting", "limit API requests", or "implement rate limits". allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:ratelimit-*) version: 1.0.0 author: Jeremy Longshore <[email protected]> license: MIT compatible-with: claude-code, codex, openclaw --- # Rate Limitin
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/rate-limiting-apis.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/api-rate-limiter/skills/rate-limiting-apis/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/api-development/api-rate-limiter/skills/rate-limiting-apis/SKILL.md
Related Skills
rate-limiting
Tests rate limit headers, 429 response, and Retry-After handling.
engineering-teamratelimiting
by alirezarezvani · alirezarezvani-claude-skills
rate-limiter-config
This skill provides automated assistance for rate limiter config tasks within the Security Fundamentals dom
rate-limiter-configratelimiterconfig
by jeremylongshore · plugins-plus-skills
rate-limit-middleware
This skill provides automated assistance for rate limit middleware tasks within the Backend Developmen
rate-limit-middlewareratelimitmiddleware
by jeremylongshore · plugins-plus-skills
learning-rate-scheduler
This skill provides automated assistance for learning rate scheduler tasks within the ML Tr
learning-rate-schedulerlearningratescheduler
by jeremylongshore · plugins-plus-skills