Supabase Edge Functions Overview This skill provides operations for working with Supabase Edge Functions - serverless TypeScript/JavaScript functions that run on Deno Deploy. Use for invoking functions, deploying code, and managing function lifecycles. Prerequisites Required environment variables: Required tools: - Supabase CLI ( command) - Deno (for local development) Install Supabase CLI: Helper script: This skill uses the shared Supabase API helper for invoking functions: Invoke Edge Functions Basic Invocation Invoke a function with POST: Invoke with GET: Invoke with Headers Pass custom he…