Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:11:38 +08:00
commit 32681d35d2
4 changed files with 330 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "rate-limiter",
"description": "Expert agent for rate limiting with token bucket, sliding window, and fixed window algorithms, Redis-based distributed limiting, DDoS protection, and IP filtering",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/ratelimit-expert.md"
]
}