Evaluates and implements traffic management strategies using Redis-based rate limiting.
Install
mkdir -p .claude/skills/rate-limit && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11009" && unzip -o skill.zip -d .claude/skills/rate-limit && rm skill.zipInstalls to .claude/skills/rate-limit
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
레이트 리밋 설계 가이드를 실행합니다.Key capabilities
- →Select rate limiting algorithms
- →Implement Redis rate limiters
- →Design tier-based limits
- →Configure response headers
How it works
It provides comparative analysis and implementation patterns for traffic management algorithms.
Inputs & outputs
When to use rate-limit
- →Designing api rate limiting
- →Selecting traffic management algos
- →Implementing redis rate limiters
About rate-limit
Provides comparative analysis and implementation examples for various rate-limiting algorithms to handle traffic bursts and system load.
레이트 리밋 설계 가이드를 실행합니다.
When not to use it
- →Client-side rate limiting
- →Authentication implementation
Prerequisites
Limitations
- →Requires Redis infrastructure
- →Eventual consistency trade-offs
How it compares
It offers a structured approach to selecting and implementing rate limiting based on system load.
Compared to similar skills
rate-limit side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| rate-limit (this skill) | 0 | 4mo | No flags | Advanced |
| agent-dev-backend-api | 3 | 6mo | No flags | Intermediate |
| pagination | 1 | 6mo | No flags | Intermediate |
| jsonapi | 1 | 2mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by excatt
View all by excatt →You might also like
agent-dev-backend-api
ruvnet
Agent skill for dev-backend-api - invoke with $agent-dev-backend-api
pagination
dadbodgeoff
Implement cursor-based and offset pagination for APIs. Covers efficient database queries, stable sorting, and pagination metadata.
jsonapi
prowler-cloud
Strict JSON:API v1.1 specification compliance. Trigger: When creating or modifying API endpoints, reviewing API responses, or validating JSON:API compliance.
moai-domain-backend
modu-ai
Backend development specialist covering API design, database integration, microservices architecture, and modern backend patterns.
nanoclaw-backend-ts
binidx
Use when editing NanoClaw backend TypeScript under src. Covers Express routes, conversation flow, database persistence, runtime state, providers, scheduler, and agent execution.
backend-patterns
chenqin231
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.