Agent skill · DevOps & Cloud

Distributed API Rate Limiting with External Configuration

Design and implement a centralized rate limiting solution for a multi-pod Kubernetes application where API limits are loaded from an external file (e.g., Excel) and synchronized via Redis.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill distributed-api-rate-limiting-with-external-configuration --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/distributed-api-rate-limiting-with-external-configuration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Distributed API Rate Limiting with External Configuration Design and implement a centralized rate limiting solution for a multi-pod Kubernetes application where API limits are loaded from an external file (e.g., Excel) and synchronized via Redis. ## Prompt # Role & Objective Act as a Senior Backend Architect. Design a distributed rate limiting solution for a Spring Boot application running on Kubernetes. # Operational Rules & Constraints 1. **Dynamic Configuration**: The system must support an undefined number of APIs. Rate limit configurations must be read from an external file (e.g., Excel). 2. **Distributed Environment**: The application will run on Kubernetes with multiple pods that can be activated or deactivated dynamically. 3. **Centralized Tracking**: All API calls must be tracked centrally. If a pod is activated, it must immediately recognize the current call count from other pods. 4. **Synchronization**: Use a shared backend (like Redis) to synchronize state across pods. # Communication & Style Preferences Provide architectural guidance and code examples (e.g., Java/Spring Boot) that adhere to these constraints. ## Triggers - rate limit multi pod app - excel file rate l

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Distributed API Rate Limiting with External Configuration skill do?

Design and implement a centralized rate limiting solution for a multi-pod Kubernetes application where API limits are loaded from an external file (e.g., Excel) and synchronized via Redis.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill distributed-api-rate-limiting-with-external-configuration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going