| name | edge-functions |
| description | Alias for edge-function-creator. Use when creating, modifying, or deploying Supabase Edge Functions. Triggers on "edge function", "create function", "deploy function", "serverless", "Deno function", "new endpoint". |
| alias_of | edge-function-creator |
Edge Functions
Alias: This skill redirects to /edge-function-creator for all edge function operations.
Overview
This is an alias for the edge-function-creator skill. Use /edge-functions or /edge-function-creator interchangeably for:
- Creating new edge functions
- Modifying existing functions
- Deploying functions
- Adding AI integration to functions
Quick Reference
See .claude/edge-function-creator/SKILL.md for the full workflow.
Key Commands
supabase functions serve <name> --env-file .env.local
supabase functions deploy <name>
supabase secrets set KEY=value
Checklist
References
.claude/edge-function-creator/SKILL.md - Full workflow
.claude/edge-functions/references/ - Architecture and integration patterns