Implement Vercel rate limiting, backoff, and idempotency patterns. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for Vercel. Trigger with phrases like "vercel rate limit", "vercel throttling", "vercel 429", "vercel retry", "vercel backoff".
4.0
Rating
0
Installs
Backend Development
Category
The skill addresses Vercel rate limiting with a clean structure that delegates details to referenced files. However, the description lacks sufficient detail for a CLI agent to invoke the skill effectively—it doesn't specify what actions the skill performs (e.g., 'generate retry wrapper', 'add rate limit middleware', 'diagnose 429 errors'). The task knowledge is assumed adequate via referenced implementation.md, errors.md, and examples.md files. Structure is reasonable but SKILL.md itself is quite sparse, offering minimal guidance without the references. Novelty is low: rate limiting with exponential backoff is a common pattern that CLI agents can implement with moderate token usage, and the skill doesn't demonstrate significant complexity or cost savings beyond basic retry logic.
Loading SKILL.md…

Skill Author