Skill

Netlify Edge Functions

Skill

Edge middleware the official way.

Official Netlify skill for Edge Functions — geo, rewrites, the runtime that is not a Function.

spec·Apache-2.0·Updated this quarter·github.com/netlify/skills

Claude CodeCursorDesktop
Scanned
npx skills add netlify/netlify-edge-functions

By Netlify

Input

A request-time decision.

Output

An edge function in the right directory.

netlify-edge.skill/invoke

You say

Send EU users to /eu.

It returns

Edge function on geo.country. No origin hop.

Prompt notebook

Prompts this skill is built for.

  • You say

    Send EU users to /eu.

    It returns

    Edge function on geo.country. No origin hop.

  • You say

    Add a bot challenge header.

    It returns

    Edge function sets the header. Cached HTML stays.

What it teaches

  1. 01Geo
  2. 02Rewrites
  3. 03Deno