·inngest-durable-functions
</>

inngest-durable-functions

Create and configure Inngest durable functions. Covers triggers (events, cron, invoke), step execution and memoization, idempotency, cancellation, error handling, retries, logging, and observability.

158Installs·7Trend·@inngest

Installation

$npx skills add https://github.com/inngest/inngest-skills --skill inngest-durable-functions

How to Install inngest-durable-functions

Quickly install inngest-durable-functions AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/inngest/inngest-skills --skill inngest-durable-functions
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: inngest/inngest-skills.

SKILL.md

View raw

Master Inngest's durable execution model for building fault-tolerant, long-running workflows. This skill covers the complete lifecycle from triggers to error handling.

These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages.

If you're hitting these limits, break your function into smaller functions connected via step.invoke() or step.sendEvent().

Create and configure Inngest durable functions. Covers triggers (events, cron, invoke), step execution and memoization, idempotency, cancellation, error handling, retries, logging, and observability. Source: inngest/inngest-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/inngest/inngest-skills --skill inngest-durable-functions
Category
</>Dev Tools
Verified
First Seen
2026-02-19
Updated
2026-03-10

Browse more skills from inngest/inngest-skills

Quick answers

What is inngest-durable-functions?

Create and configure Inngest durable functions. Covers triggers (events, cron, invoke), step execution and memoization, idempotency, cancellation, error handling, retries, logging, and observability. Source: inngest/inngest-skills.

How do I install inngest-durable-functions?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/inngest/inngest-skills --skill inngest-durable-functions Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/inngest/inngest-skills