n8n-workflow-patterns
Agent workflowsczlonkowski/n8n-skillsskills.sh ↗
Installs
10,464
deduplicated, at the last sync
Since we started
+0.9%
37 readings, about 2 hours apart. Not a live curve.
Our category
Agent workflows
ours
Last read
Sep 3, 2026
from the directory
Our brief
oursThis skill provides proven architectural patterns and best practices for building complex n8n workflows. It guides users on selecting the correct pattern—such as Webhook Processing, HTTP API Integration, or AI Agent Workflow—and outlines common components like triggers, data sources, and error handling.
- Workflow structure and design patterns
- Best practices for n8n workflows
- Checklists for workflow creation
- None
not detected
The evidence does not contain information regarding paid services, APIs, or credentials.
not detected
The evidence does not contain information regarding required registration.
It cannot decide if a specific workflow implementation is optimal for all use cases. It also cannot handle real-time debugging of live workflows or predict external API changes, only providing structural guidance.
Evidencestatic findingsskills/n8n-workflow-patterns/README.md:1-252skills/n8n-workflow-patterns/SKILL.md:1-279
[{"code":"payment","match":"Stripe","path":"SKILL.md"}]# n8n Workflow Patterns Proven architectural patterns for building n8n workflows. --- ## Purpose Teaches architectural patterns for building n8n workflows. Provides structure, best practices, and proven approaches for common use cases. ## Activates On - build workflow - workflow pattern - workflow architecture - workflow structure - webhook processing - http api - api integration - database sync - ai agent - chatbot - scheduled task - automation pattern ## File Count 7 files ## Priority **HIGH** - Addresses 813 webhook searches (most common use case) ## Dependencies **n8n-mcp tools**: - search_nodes (find nodes for patterns) - get_node (understand node operations) - search_templates (find example workflows) - tools_documentation with topic "ai_agents_guide" (AI pattern guidance) **Related skills**: - n8n MCP Tools Expert (find and configure nodes) - n8n Expression Syntax (write expressions in patterns) - n8n Node Configuration (configure pattern nodes) - n8n Validation Expert (validate pattern implementations) ## Coverage ### The 5 Core Patterns 1. **Webhook Processing** (Most Common - 813 searches) - Receive HTTP requests → Process → Respond - Critical gotcha
--- name: n8n-workflow-patterns description: 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 tasks. Always consult this skill when the user asks to create, build, or design an n8n workflow, automate a process, or connect services — even if they don't explicitly mention 'patterns'. Covers webhook, API, database, AI, batch processing, and scheduled automation architectures. Also use when optimizing a slow workflow or speeding up large-item-count processing (node count, batchSize, all-items vs per-item). --- # n8n Workflow Patterns Proven architectural patterns for building n8n workflows. --- ## The 6 Core Patterns Based on analysis of real workflow usage: 1. **[Webhook Processing](webhook_processing.md)** (Most Common) - Receive HTTP requests → Process → Output - Pattern: Webhook → Validate → Transform → Respond/Notify 2. **[HTTP API Integration](http_api_integration.md)** - Fetch from REST APIs → Transf
Read 3 of 3 text files in the skill.
Installfrom the directory
npx skills add https://github.com/czlonkowski/n8n-skillsInstalling happens there, not here. We are an index with an opinion, not a mirror.
What is inside itfrom the directory
7 files — names only. The directory does not report sizes.
What the auditors foundfrom the directory
A skill is instructions your agent will follow and scripts it may run, so who checked it matters as much as how many people installed it.
Installs, reading by readingours
Axis starts at 10.4k, not zero — the range is 10.4k to 10.5k.
Asked out loudspoken, not typed
The same skill in the words people use speaking to an assistant rather than typing into a box. Each one carries the situation it came from, and each answer says only what the skill's own files support.
The skill covers six core architectural patterns: Webhook Processing, HTTP API Integration, Database Operations, AI Agent Workflow, Scheduled Tasks, and Batch Processing. It helps you select the right pattern based on your use case.
The evidence does not contain information about whether payment is required to use this skill.