create-new-n8n-workflow

Convert drawio or BPMN diagrams into deployable n8n JSON workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/brianbartilet/harqis-work --skill create-new-n8n-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-new-n8n-workflow
Source: https://github.com/brianbartilet/harqis-work/tree/main/.claude/skills/create-new-n8n-workflow
Command: npx skills add https://github.com/brianbartilet/harqis-work --skill create-new-n8n-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of building and deploying n8n workflows from visual diagrams, XML, BPMN files, or text descriptions, reducing manual effort and errors.

Core Features & Use Cases

  • Workflow Conversion: Transforms diagrams or descriptions into executable n8n JSON workflows.
  • Automated Deployment: Imports workflows directly into a local n8n instance for testing and production.
  • Use Case: A user provides a drawio diagram of a data pipeline; this Skill converts it into an n8n workflow, imports it into a running instance, and prepares it for activation.

Quick Start

Build an n8n workflow from your flowchart file and import it into your local n8n server for execution.

Frequently Asked Questions about create-new-n8n-workflow

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

FAQPage Schema
How do I convert a drawio diagram into an n8n workflow?

To deploy an n8n workflow from a diagram, this Skill converts your visual file into n8n JSON configurations and imports it into a running local n8n server. This bridges visual design and automated deployment for quick iteration.

How do I convert a BPMN file into an n8n workflow?

To convert a BPMN file into an n8n workflow, this Skill parses the BPMN structure and translates its elements into accurate n8n JSON configurations. This allows you to deploy BPMN-modeled processes directly into n8n.

Can I generate n8n JSON from text descriptions?

To generate n8n JSON from text descriptions, this Skill interprets your written automation steps and outputs valid n8n workflow configurations. This enables seamless setup of n8n workflows without manual node creation.

Does this workflow converter support automated deployment to a local n8n instance?

Yes, you can import generated n8n workflows directly into a local n8n instance. This Skill facilitates automated deployment by preparing the generated JSON for immediate testing and activation in your local environment.

What's the best way to deploy an n8n workflow from a diagram?

To deploy an n8n workflow from a diagram, this Skill converts your visual file into n8n JSON configurations and imports it into a running local n8n server. This bridges visual design and automated deployment for quick iteration.