Files
gh-claudeforge-marketplace-…/.claude-plugin/plugin.json
2025-11-29 18:11:38 +08:00

12 lines
399 B
JSON

{
"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"
]
}