Execute collect Supabase debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Supabase problems. Trigger with phrases like "supabase debug", "supabase support bundle", "collect supabase logs", "supabase diagnostic".
Scanned 2/12/2026
Install to Claude Code
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill supabase-debug-bundle --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Supabase Debug Bundle?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jeremylongshore-supabase-debug-bundle)More formats (shields.io, HTML) on the badges page.
---
name: supabase-debug-bundle
description: |
Execute collect Supabase debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for Supabase problems.
Trigger with phrases like "supabase debug", "supabase support bundle",
"collect supabase logs", "supabase diagnostic".
allowed-tools: Read, Bash(grep:*), Bash(curl:*), Bash(tar:*), Grep
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
---
# Supabase Debug Bundle
## Prerequisites
- Supabase SDK installed
- Access to application logs
- Permission to collect environment info
See `{baseDir}/references/implementation.md` for detailed implementation guide.
## Output
- `supabase-debug-YYYYMMDD-HHMMSS.tar.gz` archive containing:
- `summary.txt` - Environment and SDK info
- `logs.txt` - Recent redacted logs
- `config-redacted.txt` - Configuration (secrets removed)
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- [Supabase Support](https://supabase.com/docs/support)
- [Supabase Status](https://status.supabase.com)
No comments yet. Be the first to comment!