gr8monk3ys

Edge Function New — Development skill for Claude Code

Development community

Create a new Supabase Edge Function with Deno.

How to install Edge Function New

Installs to ~/.claude/skills/gr8monk3ys-skills-edge-function-new/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gr8monk3ys-skills-edge-function-new && curl -fsSL https://raw.githubusercontent.com/gr8monk3ys/skills/HEAD/commands/edge-function-new.md -o ~/.claude/skills/gr8monk3ys-skills-edge-function-new/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Edge Function New does


description: Create a new Supabase Edge Function with Deno model: claude-opus-4-8

Create a new Supabase Edge Function.

Function Specification

$ARGUMENTS

Supabase Edge Functions Overview

Edge Functions run on Deno Deploy (not Node.js):

  • TypeScript/JavaScript support
  • Run globally at the edge
  • Access to Supabase client
  • HTTP triggers
  • Fast cold starts

Create Edge Function

1. **Initialize Function**

npx supabase functions new function-name

2. **Fu

Alternatives in Development

  • Dive — Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting functi 1.8k ★
  • Codenotch — A macOS app that pins usage limits from Claude Code, Cursor, Codex, and Antigravity to a screen edge 1.3k ★
  • Claude Code Sub Agent Collective — 🧠 Context Engineering Research - Not just another agent collection, but using research and context engineerin 523 ★

Full documentation available on GitHub

View Source Repository