If you're building with Supabase, this gives Claude solid context on security patterns, RLS policies, and type safety workflows. The skill emphasizes keeping RLS enabled on user tables, using the right keys in the right contexts (service role server-side, anon client-side), and generating TypeScript types from your schema. It covers the standard Supabase stack including Edge Functions and real-time features. The approach is practical and security-focused, which matters since Supabase makes it easy to shoot yourself in the foot with permissions. Worth having if you're doing more than basic CRUD and want Claude to suggest patterns that won't leak data.
npx skills add https://github.com/eddiebe147/claude-settings --skill supabase-expert