Loading...
Loading...
Found 39 Skills
Best practices for developing, deploying, and debugging Supabase Edge Functions (Deno runtime). Use when working with Edge Functions for tasks like ingest pipelines, webhooks, scheduled jobs, or database triggers. Covers authentication patterns (service role vs anon key), error debugging, database integration, and common pitfalls.
Guide for writing Netlify Edge Functions. Use when building middleware, geolocation-based logic, request/response manipulation, authentication checks, A/B testing, or any low-latency edge compute. Covers Deno runtime, context.next() middleware pattern, geolocation, and when to choose edge vs serverless.
Deploy and manage Supabase Edge Functions. Use for invoking serverless functions, deploying new functions, and managing function deployments.
Execute Vercel secondary workflow: Edge Functions. Use when API routes with minimal latency, or complementing primary workflow. Trigger with phrases like "vercel edge function", "deploy edge function with vercel".
Create and manage InsForge projects using the CLI. Handles authentication, project setup, database management, edge functions, storage, deployments, and secrets. For writing application code with the InsForge SDK, use the insforge (SDK) skill instead.
Manage Supabase projects, databases, migrations, Edge Functions, and storage using the `supabase` CLI.
Develop serverless edge functions with PubNub Functions 2.0
Supabase development guidelines for database, authentication, real-time subscriptions, and Edge Functions.
Core Supabase CLI, migrations, RLS, Edge Functions
Discover and test Supabase Edge Functions for security vulnerabilities and misconfigurations.
Netlify JAMstack deployment platform with serverless functions, forms, and identity
Expert in Supabase backend development with authentication and database patterns