n8n-workflow-patterns
π―Skillfrom czlonkowski/n8n-skills
Provides proven architectural patterns for building n8n workflows including webhook processing, HTTP API integration, database operations, AI agent workflows, and scheduled tasks.
Overview
The n8n-workflow-patterns skill provides proven architectural patterns for building n8n workflows, distilled from analysis of real workflow usage. It gives Claude expert knowledge of five core workflow patterns β webhook processing, HTTP API integration, database operations, AI agent workflows, and scheduled tasks β so it can recommend the right architecture for any automation need.
Key Features
- 5 Core Workflow Patterns β Covers webhook processing (most common), HTTP API integration, database operations, AI agent workflows, and scheduled tasks with clear pattern structures
- Pattern Selection Guide β Provides decision criteria for choosing the right pattern based on use case, such as receiving external data, syncing with APIs, running ETL, or building conversational AI
- Common Building Blocks β Documents shared workflow components including triggers (webhook, schedule, manual, polling), data sources (HTTP, database, service nodes), and transformation tools (Set, Code, IF/Switch, Merge)
Who is this for?
Developers and automation engineers building n8n workflows who want their AI assistant to suggest well-structured, proven architectures. Especially helpful for those new to n8n who need guidance on which pattern fits their use case, or experienced users who want consistent, best-practice workflow designs.
Same repository
czlonkowski/n8n-skills(9 items)
Installation
npx vibeindex add czlonkowski/n8n-skills --skill n8n-workflow-patternsnpx skills add czlonkowski/n8n-skills --skill n8n-workflow-patterns~/.claude/skills/n8n-workflow-patterns/SKILL.mdSKILL.md
More from this repository8
Seven complementary Claude Code skills for building production-ready n8n workflows using the n8n-mcp MCP server, covering expression syntax, workflow patterns, and validation error handling.
Expert skills for building n8n workflows
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
Operation-aware node configuration guidance for n8n covering property dependencies, required field determination, progressive disclosure detail levels, and common configuration patterns by node type.
Executes custom JavaScript code within n8n workflows, enabling complex data transformations, calculations, and dynamic logic across workflow nodes
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.
Skill for validating and writing correct n8n expression syntax, covering double curly brace format, $json/$node variables, webhook data access, and common error fixes
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