Loading...
Loading...
Found 36 Skills
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".
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.
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.
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.
Core Supabase CLI, migrations, RLS, Edge Functions
Netlify JAMstack deployment platform with serverless functions, forms, and identity
Expert in Supabase backend development with authentication and database patterns
Supabase development guidelines for database, authentication, real-time subscriptions, and Edge Functions.