czlonkowski

67 mods across 5 repositories, 29k stars between them.

czlonkowski/n8n-mcp

Skill Claude CodeCodex

Use when building, editing, validating, testing, or debugging an n8n workflow through the n8n-mcp MCP server — designing a flow, configuring a node, writing an expression or Code node, wiring credentials, or fixing one that misbehaves. The entry-point skill for the n8n-mcp-skills pack: it routes you to the right…

23k 2d ago A 164 tokens original MIT

n8n-skills

27

czlonkowski/n8n-skills

Plugin Claude Code

Expert skills for building n8n workflows with n8n-mcp, with a hooks enforcement layer.

6.2k 3d ago A tokens not measured original MIT

czlonkowski/n8n-skills

Instructions file

Instructions for czlonkowski/n8n-skills, covering claude.md, project overview, repository structure, the 14 skills and 1. n8n expression syntax.

6.2k 3d ago A 2,609 tokens original MIT

SessionStart

29

czlonkowski/n8n-skills

Hook

Runs when a session starts on startup, resume, clear and compact, executing session-start.sh. From czlonkowski/n8n-skills.

6.2k 3d ago A tokens not measured original MIT

PreToolUse

30

czlonkowski/n8n-skills

Hook

Runs before the agent uses a tool for ^mcp__.*__get_node$, ^mcp__.*__n8n_create_workflow$, ^mcp__.*__(n8n_update_partial_workflow, n8n_update_full_workflow)$, ^mcp__.*__(validate_workflow, n8n_validate_workflow)$, ^mcp__.*__n8n_test_workflow$, ^mcp__.*__n8n_instances$ and ^mcp__.*__n8n_manage_credentials$ tool calls…

6.2k 3d ago A tokens not measured original MIT

PostToolUse

31

czlonkowski/n8n-skills

Hook

Runs after a tool call finishes for ^mcp__.*__validate_workflow$ tool calls, executing validate-workflow.sh. From czlonkowski/n8n-skills.

6.2k 3d ago A tokens not measured original MIT

n8n-agents

32

czlonkowski/n8n-skills

Skill Claude CodeCodex

Design n8n AI agents the right way. Use when building or editing any @n8n/n8n-nodes-langchain. AI node — an AI Agent, LLM chain, Text Classifier, or Information Extractor — and whenever the user mentions AI agents, LLM with tools, tool calling, $fromAI, system prompts, agent memory, sessionId, structured/JSON output…

6.2k 3d ago A 156 tokens copy · 100% MIT

n8n-binary-and-data

33

czlonkowski/n8n-skills

Skill Claude CodeCodex

Handle files and binary data in n8n correctly. Use when working with files, images, PDFs, attachments, uploads or downloads, base64, vision/multimodal input, or when an AI agent needs a file as tool input or output — and whenever the user mentions $binary, binaryPropertyName, "read the PDF", "attach the file", "send…

6.2k 3d ago A 135 tokens copy · 100% MIT

n8n-code-javascript

34

czlonkowski/n8n-skills

Skill Claude CodeCodex

Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with this.helpers / the $helpers global, working with dates using DateTime, troubleshooting Code node errors, choosing between Code node modes, or doing any custom data transformation in…

6.2k 3d ago C 216 tokens copy · 100% MIT

n8n-code-python

35

czlonkowski/n8n-skills

Skill Claude CodeCodex

Write Python code in n8n Code nodes. Use when writing Python in n8n, using input/json/node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes. Use this skill when the user specifically requests Python for an n8n Code node. Note — JavaScript is recommended for 95% of use…

6.2k 3d ago C 157 tokens copy · 100% MIT

n8n-code-tool

36

czlonkowski/n8n-skills

Skill Claude CodeCodex

Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will invoke, parsing the query input, returning a string result, defining an input schema…

6.2k 3d ago A 221 tokens copy · 100% MIT

n8n-error-handling

37

czlonkowski/n8n-skills

Skill Claude CodeCodex

Wire n8n error handling so failures are loud, structured, and recoverable. Use when building any webhook/API workflow, a scheduled or unattended workflow, or any path where a silent failure would drop user-visible work — and whenever the user mentions error handling, onError, continueErrorOutput, error…

6.2k 3d ago A 128 tokens copy · 100% MIT

czlonkowski/n8n-skills

Skill Claude CodeCodex

Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, mapping data between nodes, or referencing webhook data in workflows. Use this skill whenever configuring node fields that reference data from…

6.2k 3d ago A 104 tokens copy · 100% MIT

czlonkowski/n8n-skills

Skill Claude CodeCodex

Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, organizing workflows into folders, managing credentials, auditing instance security, or using any n8n-mcp tool. Provides tool selection guidance, parameter formats…

6.2k 3d ago A 135 tokens copy · 100% MIT

n8n-multi-instance

40

czlonkowski/n8n-skills

Skill Claude CodeCodex

Use when an n8n-mcp account targets more than one n8n instance — i.e. the n8ninstances tool is available, the user mentions multiple n8n instances or environments (prod vs staging, several teams or clients), a workflow / datatable / credential / execution call returns an unexpected NOTFOUND or reads data you don't…

6.2k 3d ago A 181 tokens copy · 100% MIT

czlonkowski/n8n-skills

Skill Claude CodeCodex

Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between getnode detail levels, or learning common configuration patterns by node type. Always use this skill when setting up node parameters — it explains which fields are…

6.2k 3d ago A 84 tokens copy · 100% MIT

n8n-self-hosting

42

czlonkowski/n8n-skills

Skill Claude CodeCodex

Deploy a production self-hosted n8n end-to-end to a fresh Linux VM over SSH, using Docker Compose behind a Caddy reverse proxy with automatic HTTPS. Use whenever the user wants to self-host, install, set up, provision, or deploy n8n on their own server/VPS/box (Hetzner, DigitalOcean, AWS EC2, bare metal, etc.) — in…

6.2k 3d ago B 265 tokens copy · 100% MIT

n8n-subworkflows

43

czlonkowski/n8n-skills

Skill Claude CodeCodex

Build reusable, composable n8n sub-workflows. Use when extracting shared logic, building anything multi-step or reused across workflows, or any workflow over 10 nodes — and whenever the user mentions sub-workflows, Execute Workflow, reuse, shared/common logic, modular workflows, "Define Below" inputs…

6.2k 3d ago A 121 tokens copy · 100% MIT

czlonkowski/n8n-skills

Skill Claude CodeCodex

Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error types, the validation loop process, or auto-fix capabilities.…

6.2k 3d ago A 91 tokens copy · 100% MIT

czlonkowski/n8n-skills

Skill Claude CodeCodex

Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, batch processing, or scheduled…

6.2k 3d ago A 144 tokens copy · 100% MIT

czlonkowski/n8n-skills

Skill Claude CodeCodex

Use when building, editing, validating, testing, or debugging an n8n workflow through the n8n-mcp MCP server — designing a flow, configuring a node, writing an expression or Code node, wiring credentials, or fixing one that misbehaves. The entry-point skill for the n8n-mcp-skills pack: it routes you to the right…

6.2k 3d ago A 164 tokens copy · 100% MIT

czlonkowski/n8n-mcp-cc-buildier

Agent Claude Code

Use this agent when you need to integrate an external API or service into an n8n workflow that doesn't have a dedicated n8n node. This agent specializes in researching API documentation and creating comprehensive integration guides specifically for n8n HTTP Request node implementation. The agent will analyze…

132 10mo ago A 0 tokens

n8n-mcp-tester

48

czlonkowski/n8n-mcp-cc-buildier

Agent Claude Code

Use this agent when you need to test n8n-mcp functionality after implementing fixes or new features. This agent should be invoked proactively after code changes to validate that the MCP tools work correctly with real n8n workflows. The agent tests the actual MCP server tools, not just unit tests. Examples:\n\n…

132 10mo ago A 0 tokens