# 513 Supabase Rate Limits Fa772457

> supabase-rate-limits

- Skill: `tools-only/513-supabase-rate-limits-fa772457` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/513-supabase-rate-limits-fa772457`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/513-supabase-rate-limits-fa772457/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/513-supabase-rate-limits-fa772457

---

# supabase-rate-limits

## File Scaffold

```
supabase-rate-limits/
-- SKILL.md
```

## File Descriptions

### 1. SKILL.md
**Purpose:** Implement Supabase rate limiting, backoff, and idempotency patterns. Handles 429 errors gracefully with exponential backoff and jitter.
**Workflow:** Operational skill for production reliability. Should be implemented before going to production.
**Relates to:** Complements supabase-sdk-patterns with rate limit handling; prerequisite for supabase-prod-checklist.

## Summary

This skill provides comprehensive guidance on handling Supabase rate limits. It covers understanding rate limit tiers, implementing exponential backoff with jitter, adding idempotency keys for safe retries, queue-based rate limiting, and monitoring rate limit usage. Use this skill when experiencing 429 errors, implementing retry logic, or preparing for production deployment.

