Implement Supabase rate limiting, backoff, and idempotency patterns. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for Supabase. Trigger with phrases like "supabase rate limit", "supabase throttling", "supabase 429", "supabase retry", "supabase backoff".
3.1
Rating
0
Installs
Backend Development
Category
The skill addresses a specific backend concern (Supabase rate limiting) with appropriate structure by referencing implementation details in separate files. However, the description lacks concrete invocation guidance—it doesn't specify what parameters or context the skill needs, what concrete actions it performs, or what outputs it generates. Task knowledge appears delegated to referenced files (assumed present per instructions), but the main SKILL.md provides minimal actionable content beyond prerequisites and high-level outputs. Structure is reasonable with references to implementation, errors, and examples files. Novelty is limited: while rate limiting patterns are useful, they're relatively straightforward for modern CLI agents to implement using standard retry libraries, and the skill doesn't demonstrate complex orchestration or domain-specific optimization that would significantly reduce token costs.
Loading SKILL.md…