Supabase Debug Bundle
Helps with Supabase, debugging as part of working with databases and data persistence workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add supabase-debug-bundle npx -- -y @trustedskills/supabase-debug-bundle
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"supabase-debug-bundle": {
"command": "npx",
"args": [
"-y",
"@trustedskills/supabase-debug-bundle"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The supabase-debug-bundle skill allows AI agents to interact with and debug Supabase databases. It provides tools for executing SQL queries, inspecting table schemas, and analyzing query performance directly within the agent's workflow. This facilitates rapid troubleshooting and development of applications using Supabase.
When to use it
- Debugging slow database queries: Identify bottlenecks in your application by having the agent analyze and optimize SQL queries.
- Exploring a new Supabase project: Quickly understand the structure and contents of an unfamiliar Supabase database.
- Data validation and testing: Generate test data or validate existing data against specific criteria within the Supabase environment.
- Schema inspection: Get details about table structures, column types, and relationships in your Supabase databases.
Key capabilities
- SQL query execution
- Table schema retrieval
- Query performance analysis
Example prompts
- "Run this SQL query:
SELECT * FROM users LIMIT 10against my Supabase database." - "Describe the schema for the 'products' table in my Supabase project."
- "Analyze the execution plan of this query and suggest optimizations:
...query string..."
Tips & gotchas
- Requires proper authentication credentials to access your Supabase project. Ensure these are securely provided to the AI agent.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.