plugins marketplace
← All plugins

n8n-workflow-designer

v1.13.0

Design complex n8n workflows with AI assistance - loops, branching, error handling

Claude Code

by Claude Code Plugin HubMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/n8n-workflow-designer/ inside the repository.

Layout

plugins/ai-agency/n8n-workflow-designer/
└── .claude-plugin/plugin.json

Manifests1

plugins/ai-agency/n8n-workflow-designer/.claude-plugin/plugin.json
{
  "name": "n8n-workflow-designer",
  "version": "1.13.0",
  "description": "Design complex n8n workflows with AI assistance - loops, branching, error handling",
  "author": {
    "name": "Claude Code Plugin Hub",
    "url": "https://github.com/jeremylongshore/claude-code-plugins"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "n8n",
    "workflow",
    "automation",
    "self-hosted",
    "open-source",
    "ai-agency"
  ]
}