Skip to main content
Back to registry

inngest-durable-functions

inngest/inngest-skills

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

Installs191
Install command
npx skills add https://github.com/inngest/inngest-skills --skill inngest-durable-functions
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
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. Every Inngest function has these hard limits: If you're hitting these limits, break your function into smaller functions connected via step.invoke() or step.sendEvent() . Always wrap in step.run() : Never wrap in step.run() : In expressions, event = the original triggering event, async = the new event being matched. See Expression Syntax Reference for full details.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does inngest-durable-functions do?

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

Is inngest-durable-functions good?

inngest-durable-functions does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does inngest-durable-functions work with?

inngest-durable-functions currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to inngest-durable-functions?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install inngest-durable-functions?

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

Related skills

More from inngest/inngest-skills

Related skills

Alternatives in Software Engineering