---
title: "new"
description: "Creates a new Edge Function with boilerplate code in the `supabase/functions` directory."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/new
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:31:21.562Z
license: CC-BY-4.0
attribution: "new — Claudary (https://claudary.paisolsolutions.com/skills/new)"
---

# new
Creates a new Edge Function with boilerplate code in the `supabase/functions` directory.

## Overview

## supabase-functions-new

Creates a new Edge Function with boilerplate code in the `supabase/functions` directory.

This command generates a starter TypeScript file with the necessary Deno imports and a basic function structure. The function is created as a new directory with the name you specify, containing an `index.ts` file with the function code.

After creating the function, you can edit it locally and then use `supabase functions serve`  to test it before deploying with `supabase functions deploy`.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/new) · https://claudary.paisolsolutions.com
