n8n-to-inngest

Translate n8n workflow JSON exports into Inngest durable execution TypeScript functions.

2|2|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/adolfoaranaes12/BMAD-ENHANCED --skill n8n-to-inngest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-to-inngest
Source: https://github.com/adolfoaranaes12/BMAD-ENHANCED/tree/main/.claude/skills/n8n-to-inngest
Command: npx skills add https://github.com/adolfoaranaes12/BMAD-ENHANCED --skill n8n-to-inngest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires parse_n8n_workflow, and includes scripts (resource) and assets (resource) and references (resource) components.

What problem does it solve?

This Skill provides a method to translate n8n workflow JSON exports into Inngest durable execution workflows, mapping nodes to Inngest steps and generating production-ready TypeScript.

Core Features & Use Cases

  • Parse n8n workflow JSON and extract nodes/connections
  • Map to Inngest steps with deterministic step IDs
  • Generate TS templates for common workflow patterns
  • Provide utility for validating edge cases and retries

Quick Start

Convert an n8n workflow JSON to Inngest TS functions.

Frequently Asked Questions about n8n-to-inngest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate n8n workflows into Inngest durable execution patterns?

Translate n8n workflow JSON exports by parsing nodes and connections, then mapping them to Inngest steps with deterministic IDs. The Skill generates production-ready TypeScript functions with proper error handling, idempotent steps, explicit event types, and end-to-end observability integration.

Can I convert my n8n workflow JSON directly to TypeScript functions?

Yes. This Skill parses n8n workflow JSON exports, extracts node and connection structures, and generates TypeScript templates for common workflow patterns mapped to Inngest steps, ready for production deployment.

What's required before converting an n8n workflow to Inngest?

You need an n8n workflow JSON export and the ability to parse its node structure. The Skill handles node extraction and mapping; ensure your workflow follows standard n8n JSON format for accurate conversion.

Does this handle edge cases like retries and deterministic step IDs in Inngest?

Yes. The Skill maps n8n nodes to Inngest steps with deterministic IDs, applies idempotent step logic, and provides utilities for validating retries and error handling to meet Inngest's durable execution requirements.

How do I ensure observability when translating workflows to Inngest?

The generated TypeScript functions include end-to-end observability integration as part of the translation. Inngest step mapping preserves workflow logic while enabling full tracing and monitoring across distributed execution.

What workflow patterns does this Skill support?

The Skill generates TypeScript templates for common n8n workflow patterns. It validates edge cases, handles retries, and applies Inngest patterns for deterministic execution, idempotent steps, and explicit event typing.