Sidecar Management banner
inngest inngest

Sidecar Management

Development community

Description

--- name: Sidecar Management description: How to create, update, and manage dynamic Inngest functions in the sidecar process (cron jobs, event handlers, workflows). --- # Sidecar Management The sidecar is a separate process that dynamically loads Inngest functions from a `functions/` subdirectory within the configured workspace and connects them to Inngest via WebSocket. Use it to add scheduled automations, event-driven handlers, and multi-step workflows without modifying the core agent. The

Installation

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

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

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

Full documentation available on GitHub

View Source Repository