Walks you through the complete Inngest setup for TypeScript projects, from npm install to running your first durable function. Covers both HTTP serve endpoints (Next.js, Express, Fastify) and WebSocket connect mode for long-running workers. The skill is careful about v4's breaking changes, especially that it defaults to Cloud mode now, so you need INNGEST_DEV=1 set locally or you'll get cryptic 500 errors. Includes typed event schemas with Zod, environment variable setup, and framework-specific gotchas like Express needing a larger JSON body limit. If you're adding background jobs or webhook handlers that need to survive crashes, this gets you configured properly without the usual trial and error.
npx skills add https://github.com/inngest/inngest-skills --skill inngest-setup