Best use case
Use LLM Rate Limiter Designer when you need to design sophisticated rate limiting for LLM APIs with token-based quotas, tiered limits, and burst handling, especially when the work is driven by rate limit and throttle.
AI/ML · Global library
Design sophisticated rate limiting for LLM APIs with token-based quotas, tiered limits, and burst handling
Best use case
Use LLM Rate Limiter Designer when you need to design sophisticated rate limiting for LLM APIs with token-based quotas, tiered limits, and burst handling, especially when the work is driven by rate limit and throttle.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show llm-rate-limiter-designerUse
orchestrator-mcp skills export llm-rate-limiter-designer --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/llm-rate-limiter-designer ./your-agent-skills/llm-rate-limiter-designer
# or open skills/llm-rate-limiter-designer/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Design robust communication protocols for agent systems with message schemas, serialization, and delivery guarantees
Manage complete agent lifecycles from initialization through graceful shutdown with health monitoring, scaling, and resource optimization
Design short-term, long-term, and episodic memory layers for agents without turning retrieval into an unbounded context leak.