Marketplace
supabase-sdk-patterns
Execute apply production-ready Supabase SDK patterns for TypeScript and Python. Use when implementing Supabase integrations, refactoring SDK usage, or establishing team coding standards for Supabase. Trigger with phrases like "supabase SDK patterns", "supabase best practices", "supabase code patterns", "idiomatic supabase".
allowed_tools: Read, Write, Edit
$ Instalar
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills /tmp/claude-code-plugins-plus-skills && cp -r /tmp/claude-code-plugins-plus-skills/plugins/saas-packs/supabase-pack/skills/supabase-sdk-patterns ~/.claude/skills/claude-code-plugins-plus-skills// tip: Run this command in your terminal to install the skill
SKILL.md
name: supabase-sdk-patterns description: | Execute apply production-ready Supabase SDK patterns for TypeScript and Python. Use when implementing Supabase integrations, refactoring SDK usage, or establishing team coding standards for Supabase. Trigger with phrases like "supabase SDK patterns", "supabase best practices", "supabase code patterns", "idiomatic supabase". allowed-tools: Read, Write, Edit version: 1.0.0 license: MIT author: Jeremy Longshore jeremy@intentsolutions.io
Supabase Sdk Patterns
Prerequisites
- Completed
supabase-install-authsetup - Familiarity with async/await patterns
- Understanding of error handling best practices
See {baseDir}/references/implementation.md for detailed implementation guide.
Output
- Type-safe client singleton
- Robust error handling with structured logging
- Automatic retry with exponential backoff
- Runtime validation for API responses
Error Handling
See {baseDir}/references/errors.md for comprehensive error handling.
Examples
See {baseDir}/references/examples.md for detailed examples.
Resources
Repository

jeremylongshore
Author
jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/supabase-pack/skills/supabase-sdk-patterns
878
Stars
101
Forks
Updated4d ago
Added5d ago