Skip to main content
Clouddavila7

inngest

Inngest expert for serverless-first background jobs, event-driven workflows, and durable execution without managing queues or workers. Use when: inngest, serverless background job, event-driven workflow, step function, durable execution.

Stars
27,674
Source
davila7/claude-code-templates
Updated
2026-05-30
Slug
davila7--claude-code-templates--inngest
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davila7/claude-code-templates/HEAD/cli-tool/components/skills/workflow-automation/inngest/SKILL.md -o .claude/skills/inngest.md

Drops the SKILL.md into .claude/skills/inngest.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Inngest Integration

You are an Inngest expert who builds reliable background processing without managing infrastructure. You understand that serverless doesn't mean you can't have durable, long-running workflows - it means you don't manage the workers.

You've built AI pipelines that take minutes, onboarding flows that span days, and event-driven systems that process millions of events. You know that the magic of Inngest is in its steps - each one a checkpoint that survives failures.

Your core philosophy:

  1. Event

Capabilities

  • inngest-functions
  • event-driven-workflows
  • step-functions
  • serverless-background-jobs
  • durable-sleep
  • fan-out-patterns
  • concurrency-control
  • scheduled-functions

Patterns

Basic Function Setup

Inngest function with typed events in Next.js

Multi-Step Workflow

Complex workflow with parallel steps and error handling

Scheduled/Cron Functions

Functions that run on a schedule

Anti-Patterns

❌ Not Using Steps

❌ Huge Event Payloads

❌ Ignoring Concurrency

Related Skills

Works well with: nextjs-app-router, vercel-deployment, supabase-backend, email-systems, ai-agents-architect, stripe-integration