tag

inngest

8 indexed skills · max 10 per page

skills (8)

inngest

sickn33/antigravity-awesome-skills · Productivity

0

Serverless background jobs and event-driven workflows with durable step-based execution. \n \n Provides Inngest functions with typed events, multi-step workflows, and scheduled/cron execution without managing queues or worker infrastructure \n Each step acts as a checkpoint that survives failures, enabling long-running pipelines (minutes to days) with built-in durability \n Supports fan-out patterns, concurrency control, and durable sleep for complex event-driven systems processing millions of e

inngest-middleware

inngest/inngest-skills · Productivity

0

Master Inngest middleware to handle cross-cutting concerns like logging, error tracking, dependency injection, and data transformation. Middleware runs at key points in the function lifecycle, enabling powerful patterns for observability and shared functionality.

inngest-durable-functions

inngest/inngest-skills · Productivity

0

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

inngest-flow-control

inngest/inngest-skills · Productivity

0

Master Inngest flow control mechanisms to manage resources, prevent overloading systems, and ensure application reliability. This skill covers all flow control options with prescriptive guidance on when and how to use each.

inngest-steps

inngest/inngest-skills · Productivity

0

Build robust, durable workflows with Inngest's step methods. Each step is a separate HTTP request that can be independently retried and monitored.

inngest-events

inngest/inngest-skills · Productivity

0

Master Inngest event design and delivery patterns. Events are the foundation of Inngest - learn to design robust event schemas, implement idempotency, leverage fan-out patterns, and handle system events effectively.

inngest

davila7/claude-code-templates · Productivity

0

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.

inngest-setup

inngest/inngest-skills · Productivity

0

This skill sets up Inngest in a TypeScript project from scratch, covering installation, client configuration, connection modes, and local development.