inngest

18 mods across 2 repositories, 952 stars between them.

inngest-dev

02

inngest/inngest-skills

MCP server Claude CodeCodexCursor +2

MCP server "inngest-dev", hosted remotely at 127.0.0.1, as configured in inngest/inngest-skills.

28 2mo ago A tokens not measured

inngest/inngest-skills

Instructions file CodexOpenCode

AGENTS.md instructions for inngest/inngest-skills, covering agents.md - guidelines for ai agents, repository structure, agent skills specification, editing guidelines and file size & organization.

28 2mo ago A 1,276 tokens

inngest-agent-evals

05

inngest/inngest-skills

Skill Claude CodeCodex

Use when building, migrating, or debugging Agent Evals on Inngest: scoring AI agent or workflow outcomes, deferred scorers, sessions, traces, step experiments, experiment variant attribution, Insights queries, or production eval loops for prompts, models, tools, providers, and agent behavior. Covers TypeScript SDK v4…

28 2mo ago A 121 tokens

inngest-agents

06

inngest/inngest-skills

Skill Claude CodeCodex

Use when building durable AI agents or agentic workflows with Inngest and AgentKit, including model calls, tool calls, multi-agent networks, human approval, realtime progress, provider rate limits, crash-safe execution, and Agent Evals handoff. Covers AgentKit, step.ai, step.run, step.waitForEvent, native realtime…

28 2mo ago A 127 tokens

inngest-api-cli

07

inngest/inngest-skills

Skill Claude CodeCodex

Use when operating Inngest API resources from the terminal with npx inngest-cli@latest api: Cloud/local run debugging, event-run lookup, function traces, function invocation, app syncs, webhooks, environments, keys, account checks, and Insights queries. Provides prescriptive command routing for agents: which CLI…

28 2mo ago A 136 tokens

inngest-api

08

inngest/inngest-skills

Skill Claude CodeCodex

Use when the user explicitly asks for the Inngest REST API v2, raw HTTP, OpenAPI, API docs, API authentication, or an endpoint that the Inngest CLI does not expose. Covers api-docs.inngest.com, llms.txt, the OpenAPI v2 spec, Bearer authentication with API keys or signing keys, production and local base URLs, raw…

28 2mo ago A 112 tokens

inngest/inngest-skills

Skill Claude CodeCodex

Use when analyzing an existing TypeScript or JavaScript codebase to decide where and how to introduce Inngest. Covers repository discovery, framework and package detection, finding durability gaps in HTTP handlers, webhooks, cron jobs, queues, long-running jobs, AI agents, Agent Evals, polling loops, eval loops, and…

28 2mo ago A 87 tokens

inngest-cli

10

inngest/inngest-skills

Skill Claude CodeCodex

Use when installing or running the Inngest CLI and Dev Server for local development, local testing, serve endpoint debugging, Docker or Docker Compose setup, MCP configuration, self-hosted inngest start, or deployment workflow checks. Covers inngest dev, inngest start, auto-discovery, config files, environment…

28 2mo ago B 93 tokens

inngest/inngest-skills

Skill Claude CodeCodex

Use when building functions that must survive process crashes, retry automatically on failure, run on a schedule, react to events, or maintain state across infrastructure failures — e.g., webhook handlers that drop events, flaky cron jobs, background jobs that fail mid-execution, or workflows that need to resume where…

28 2mo ago A 107 tokens

inngest-events

12

inngest/inngest-skills

Skill Claude CodeCodex

Use when designing event-driven workflows, decoupling services, implementing fan-out patterns (one trigger, many downstream handlers), implementing idempotent event handling with IDs (24-hour dedupe window), or handling at-least-once delivery from external sources like Stripe webhooks. Covers Inngest event schema…

28 2mo ago A 95 tokens

inngest/inngest-skills

Skill Claude CodeCodex

Use when handling external API rate limits (e.g., OpenAI 429s, HubSpot or Stripe rate limits), preventing duplicate work from rapid event bursts (debouncing user actions), spreading load over time, ensuring per-tenant fairness, processing events in batches, limiting concurrent runs of the same operation, or assigning…

28 2mo ago A 101 tokens

inngest-middleware

14

inngest/inngest-skills

Skill Claude CodeCodex

Use when adding cross-cutting concerns to durable functions — structured logging or tracing across all functions, error tracking with Sentry, payload encryption for sensitive data, dependency injection of clients (DB, Stripe, etc.) into function handlers, custom telemetry, or behavior that should apply uniformly…

28 2mo ago A 100 tokens

inngest-realtime

15

inngest/inngest-skills

Skill Claude CodeCodex

Use when streaming durable workflow updates to a UI in real time — live order status pages that animate as steps complete, AI agent token streaming from a function to the browser, log tailing for long-running jobs, or human-in-the-loop approval flows that publish a prompt and wait for a user reply. Covers Inngest v4…

28 2mo ago A 104 tokens

inngest-setup

16

inngest/inngest-skills

Skill Claude CodeCodex

Use when adding durable execution to a TypeScript project — building retry-safe webhook handlers, background jobs that survive crashes, scheduled tasks, or long-running workflows that outlive a single request. Covers Inngest SDK installation, client config, environment variables, serve endpoints (Next.js, Express…

28 2mo ago A 80 tokens

inngest-steps

17

inngest/inngest-skills

Skill Claude CodeCodex

Use when implementing delays that must survive process restarts (e.g., 24-hour cart abandonment, scheduled follow-ups), waiting for human approval or external events with timeouts (review gates, webhook callbacks, async API completion), polling external services without losing state on crashes, calling other functions…

28 2mo ago A 130 tokens

inngest/inngest-skills

Skill Claude CodeCodex

Use when upgrading an existing TypeScript codebase from Inngest SDK v3 to v4, or when fixing mixed v3/v4 API usage. Covers detecting current SDK usage, moving triggers into createFunction options, replacing EventSchemas with eventType/staticSchema, moving serve options to the client, updating realtime imports…

28 2mo ago A 93 tokens