jeremylongshore / supabase-common-errors
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/supabase-common-errors && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1228" && unzip -o skill.zip -d .claude/skills/supabase-common-errors && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/supabase-common-errors/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Execute diagnose and fix Supabase common errors and exceptions. Use when encountering Supabase errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "supabase error", "fix supabase", "supabase not working", "debug supabase".
0 views
0 installs
Skill Content
---
name: supabase-common-errors
description: |
Execute diagnose and fix Supabase common errors and exceptions.
Use when encountering Supabase errors, debugging failed requests,
or troubleshooting integration issues.
Trigger with phrases like "supabase error", "fix supabase",
"supabase not working", "debug supabase".
allowed-tools: Read, Grep, Bash(curl:*)
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
---
# Supabase Common Errors
## Prerequisites
- Supabase SDK installed
- API credentials configured
- Access to error logs
## Instructions
### Step 1: Identify the Error
Check error message and code in your logs or console.
### Step 2: Find Matching Error Below
Match your error to one of the documented cases.
### Step 3: Apply Solution
Follow the solution steps for your specific error.
## Output
- Identified error cause
- Applied fix
- Verified resolution
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- [Supabase Status Page](https://status.supabase.com)
- [Supabase Support](https://supabase.com/docs/support)
- [Supabase Error Codes](https://supabase.com/docs/errors)