Loading...
Loading...
Found 38 Skills
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.
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.
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".
Manage Supabase projects, databases, migrations, Edge Functions, and storage using the `supabase` CLI.
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.
Netlify JAMstack deployment platform with serverless functions, forms, and identity
Develop serverless edge functions with PubNub Functions 2.0
Vercel and Next.js deployment best practices including server components, edge functions, AI SDK integration, and performance optimization.
Discover and test Supabase Edge Functions for security vulnerabilities and misconfigurations.
Netlify development best practices for serverless functions, edge functions, Blobs storage, build configuration, and deployment workflows.
Core Supabase CLI, migrations, RLS, Edge Functions