mj-n8n-author

Generate n8n workflow JSON templates with nodes and connections from design specifications.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/MJ-AgentLab/mj-agentlab-marketplace --skill mj-n8n-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mj-n8n-author
Source: https://github.com/MJ-AgentLab/mj-agentlab-marketplace/tree/main/plugins/mj-n8n/skills/mj-n8n-author
Command: npx skills add https://github.com/MJ-AgentLab/mj-agentlab-marketplace --skill mj-n8n-author

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the creation of n8n workflow JSON from design specifications, eliminating the need for manual UI configuration and enabling programmatic workflow generation.

Core Features & Use Cases

  • Programmatic Workflow Generation: Creates complete n8n workflow JSON templates with placeholders directly from design requirements.
  • No UI Required: Builds entire workflows by defining nodes and connections programmatically.
  • Use Case: When you need to rapidly prototype or deploy multiple similar n8n workflows based on a set of requirements, this skill can generate the base JSON structure, saving significant development time.

Quick Start

Generate an n8n workflow JSON for a data collection task triggered by a schedule.

Frequently Asked Questions about mj-n8n-author

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

FAQPage Schema
How do I generate n8n workflow JSON programmatically without using the UI?

You generate n8n workflow JSON programmatically by defining design specifications that the skill uses to build complete node and connection templates from scratch, bypassing manual UI configuration.

What types of triggers and logic nodes can I include when building n8n workflows from scratch?

When building n8n workflows from scratch, you can include trigger types like Schedule, DBTrigger, Webhook, and Manual, alongside core logic nodes such as HTTP Request, PostgreSQL Query, Code, and IF.

Can I use placeholders in my n8n workflow JSON templates for environment-specific values?

Yes, you can use placeholders in your n8n workflow JSON templates. The programmatic generation process supports placeholder application, allowing you to inject environment-specific values later during deployment.

What is the best way to rapidly prototype multiple similar n8n workflows?

The best way to rapidly prototype multiple similar n8n workflows is by programmatically generating the base JSON structure from shared design requirements, eliminating repetitive manual UI configuration.

Does programmatic n8n workflow generation support detailed connection mapping between nodes?

Yes, programmatic n8n workflow generation supports detailed connection mapping between nodes. It constructs the underlying JSON connections based on your design specifications without manual UI wiring.