A straightforward wrapper around Supabase's REST API for CRUD operations on your database tables. You get helper functions for GET, POST, PATCH, and DELETE that handle auth headers automatically, plus support for all the PostgREST query operators (filtering, ordering, pagination, the works). The documentation is comprehensive with real examples for everything from basic selects to upserts and RPC calls. If you're already using Supabase and want to script database operations from Claude without writing curl commands by hand, this does exactly that. Just set your project URL and API key as environment variables and you're off.
npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-database