supabase-reliability-patterns

Supabase Reliability Patterns

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "supabase-reliability-patterns" with this command: npx skills add jeremylongshore/claude-code-plugins-plus-skills/jeremylongshore-claude-code-plugins-plus-skills-supabase-reliability-patterns

Supabase Reliability Patterns

Prerequisites

  • Understanding of circuit breaker pattern

  • opossum or similar library installed

  • Queue infrastructure for DLQ

  • Caching layer for fallbacks

Instructions

Step 1: Implement Circuit Breaker

Wrap Supabase calls with circuit breaker.

Step 2: Add Idempotency Keys

Generate deterministic keys for operations.

Step 3: Configure Bulkheads

Separate queues for different priorities.

Step 4: Set Up Dead Letter Queue

Handle permanent failures gracefully.

Output

  • Circuit breaker protecting Supabase calls

  • Idempotency preventing duplicates

  • Bulkhead isolation implemented

  • DLQ for failed operations

Error Handling

See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

  • Circuit Breaker Pattern

  • Opossum Documentation

  • Supabase Reliability Guide

Overview

Implement Supabase reliability patterns including circuit breakers, idempotency, and graceful degradation.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

backtesting-trading-strategies

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

svg-icon-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

performance-lighthouse-runner

No summary provided by upstream source.

Repository SourceNeeds Review