Inngest Functions banner
inngest inngest

Inngest Functions

Development community

Description

--- name: Inngest Functions description: How to create dynamic Inngest functions that the sidecar loads automatically. --- # Inngest Functions — Sidecar Reference How to create dynamic Inngest functions that the sidecar loads automatically. ## File Conventions - **One function per file** in the `{workspace.root}/functions/` directory (workspace root is configured in `src/config.ts`) - **Default export** — each file must `export default` an Inngest function - **Import the shared client** from

Installation

Installs to ~/.claude/skills/inngest-utah-inngest-functions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/inngest-utah-inngest-functions && curl -fsSL https://raw.githubusercontent.com/inngest/utah/HEAD/skills/inngest-functions.md -o ~/.claude/skills/inngest-utah-inngest-functions/SKILL.md

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

Full documentation available on GitHub

View Source Repository