This handles deployment and invocation of Supabase Edge Functions, which are serverless TypeScript/JavaScript functions running on Deno Deploy. You can invoke functions via the REST API with authentication and custom headers, create new functions from templates, deploy them with the Supabase CLI, and manage secrets for production. The skill includes patterns for retry logic, batch invocations, and local development workflows. It's practical if you're already using Supabase and want to add serverless compute without managing infrastructure. The examples cover both the API calls for runtime invocation and the CLI commands for deployment, which is the split you'll actually deal with day to day.
npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-edge-functions