๐Ÿช

czlonkowski-n8n-skills

๐ŸชMarketplace

czlonkowski/n8n-skills

VibeIndex|
What it does
|

Expert skills for building n8n workflows

Overview

n8n Skills is a set of 7 complementary Claude Code skills that teach AI assistants how to build production-ready n8n workflows using the n8n-mcp MCP server. It addresses common challenges like incorrect MCP tool usage, validation error loops, misconfigured nodes, and choosing the right workflow patterns by embedding expert knowledge directly into the AI's context.

Key Features

  • n8n Expression Syntax skill โ€” Teaches correct expression syntax including core variables ($json, $node, $now, $env), critical gotchas like webhook data being under $json.body, and a catalog of common mistakes with fixes.
  • MCP Tools Expert skill โ€” The highest-priority skill that guides correct n8n-mcp tool usage, covering tool selection, nodeType format differences, validation profiles, smart parameters, and auto-sanitization.
  • Workflow Patterns skill โ€” Provides 5 proven architectural patterns (webhook processing, HTTP API, database, AI, scheduled) drawn from 2,653+ real n8n templates, with a creation checklist and pattern selection guide.
  • Validation Expert skill โ€” Interprets validation errors, guides fixing them, and handles false positives, preventing agents from getting stuck in validation error loops.
  • Operation-aware configuration โ€” Teaches correct node configuration based on operation type, ensuring nodes are set up properly with their dependencies.

Who is this for?

n8n Skills is for developers and teams who use Claude Code to build n8n automation workflows. It is especially valuable if you have experienced issues with AI-generated workflows having incorrect expressions, misconfigured nodes, or validation errors, as these skills provide the expert knowledge needed to produce reliable, production-quality workflows.

automationbuildingbundlecodecompleteconfigurationexpertexpressionexpressionsflawless

Add this Marketplace

Add marketplace in Claude Code:
/plugin marketplace add czlonkowski/n8n-skills
1Plugins
4,110
Last UpdatedJan 8, 2026

More from this repository7

๐ŸŽฏ
n8n-workflow-patterns๐ŸŽฏSkill

Provides proven architectural patterns for building n8n workflows including webhook processing, HTTP API integration, database operations, AI agent workflows, and scheduled tasks.

๐ŸŽฏ
n8n-mcp-tools-expert๐ŸŽฏSkill

Expert guide skill for using n8n-mcp MCP tools to build workflows, covering node discovery, configuration validation, workflow management, and a library of 2,700+ templates

๐ŸŽฏ
n8n-node-configuration๐ŸŽฏSkill

Operation-aware node configuration guidance for n8n covering property dependencies, required field determination, progressive disclosure detail levels, and common configuration patterns by node type.

๐ŸŽฏ
n8n-code-javascript๐ŸŽฏSkill

Executes custom JavaScript code within n8n workflows, enabling complex data transformations, calculations, and dynamic logic across workflow nodes

๐ŸŽฏ
n8n-validation-expert๐ŸŽฏSkill

Expert guide for interpreting and fixing n8n validation errors, covering error severity levels (errors, warnings, suggestions), false positives, operator structure issues, and the iterative validation loop process.

๐ŸŽฏ
n8n-expression-syntax๐ŸŽฏSkill

Skill for validating and writing correct n8n expression syntax, covering double curly brace format, $json/$node variables, webhook data access, and common error fixes

๐ŸŽฏ
n8n-code-python๐ŸŽฏSkill

Skill for writing Python code in n8n Code nodes, covering _input/_json/_node syntax, standard library usage, and Python-specific limitations compared to JavaScript nodes