reversa-n8n

Parses N8N JSON workflows into SDD specifications for architecture, requirements, and design.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-n8n-pabloprogramador23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-n8n
Source: https://github.com/Pabloprogramador23/loja/tree/main/.agents/skills/reversa-n8n
Command: npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-n8n-pabloprogramador23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill transforma exportações de workflows do N8N em JSON em especificações SDD independentes, facilitando a documentação, a validação e a portabilidade para Python ou outras linguagens.

Core Features & Use Cases

  • Gera uma visão geral do fluxo de trabalho (workflow-overview) incluindo entradas, saídas e dependências.
  • Produz requisitos funcionais (RF) e o design técnico necessários para reimplementação sem depender do N8N.
  • Use cases: documentar fluxos complexos de integração ou portar um fluxo existente para código em outra base.

Quick Start

Faça o upload de um arquivo JSON exportado do N8N e rode o tradutor para gerar a spec SDD correspondente.

Frequently Asked Questions about reversa-n8n

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

FAQPage Schema
How do I convert n8n workflow JSON to Python code specifications?

This skill translates n8n JSON workflows into independent SDD specifications, parsing nodes and connections to output workflow-overview, requirements, and design artifacts for Python porting.

What is the best way to document n8n workflows for reverse engineering?

Generating SDD specifications from n8n JSON exports provides the best documentation method, extracting nodes and connections to produce workflow-overview, requirements, and design artifacts for reverse engineering.

Can I port n8n workflows to another programming language without losing logic?

You can port n8n workflows to another language by translating the n8n JSON structure into complete SDD requirements and technical design specifications, ensuring accurate reimplementation without losing logic.

Does the n8n to SDD specification converter require any external dependencies?

The n8n to SDD specification converter requires no external dependencies, operating entirely on the uploaded n8n JSON export to parse nodes and generate independent specification artifacts.

What artifacts are generated when converting n8n JSON to SDD specifications?

Converting n8n JSON to SDD specifications generates three distinct artifacts: a workflow-overview with dependencies, functional requirements, and technical design necessary for reimplementation.