Skill

Netlify Functions

Skill

Serverless endpoints the official way.

Official Netlify skill for functions and background work — not a generic lambda paste.

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

Claude CodeCursorDesktop
Scanned
npx skills add netlify/skills

By Netlify

Input

An endpoint you need.

Output

A function in the right directory.

netlify-functions.skill/invoke

You say

Add a background function for the webhook.

It returns

netlify/functions/stripe-hook-background.ts. Timeout noted.

Prompt notebook

Prompts this skill is built for.

  • You say

    Add a background function for the webhook.

    It returns

    netlify/functions/stripe-hook-background.ts. Timeout noted.

  • You say

    Schedule the digest.

    It returns

    Scheduled function. Cron in toml.

What it teaches

  1. 01Functions
  2. 02Background
  3. 03Scheduled