What problem does it solve?
This Skill helps you implement Supabase features correctly and safely by guiding you through version-aware setup, verification, and security best practices for database, auth, and API access.
Core Features & Use Cases
- Supabase change-proofing: Verifies breaking changes by checking the Supabase changelog before implementing.
- Reliability through validation: Ensures fixes are confirmed with test queries instead of assumptions.
- Security-first guidance: Covers RLS correctness, Data API exposure, JWT/auth pitfalls, views and security definer gotchas, and storage permission requirements.
- Workflow coverage: Addresses common tasks across Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues) plus CLI and Supabase MCP server usage.
- Schema & migration practices: Recommends safe iteration (SQL execution) and a disciplined path to committing schema changes via migrations.
Quick Start
Use the supabase skill when you need help fixing a login/session or RLS policy issue for your Supabase project.