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, Hono, Fastify), connect-as-worker mode, and the local dev server.
$npx -y skills add inngest/inngest-skills --skill inngest-setupInstalls into the current project.
Run `npx skills use "https://github.com/inngest/inngest-skills" --skill "inngest/inngest-skills/inngest-setup"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/inngest/inngest-skills" that are relevant to the current task. Run `npx skills add "https://github.com/inngest/inngest-skills"` and select the relevant skills, then follow their instructions.