After reviewing hundreds of real n8n workflows, this skill distills the six most common architectural patterns that actually work in production: webhook processing, HTTP API integration, database operations, AI agents, scheduled tasks, and batch processing. It's not just theory, it's battle-tested patterns with specific node configurations, data flow structures, and gotchas like SplitInBatches output handling. Use it when you're staring at a blank n8n canvas wondering how to structure a workflow, or when you need to process large datasets without hitting API rate limits. The batch processing section alone will save you hours of debugging nested loops.
npx skills add https://github.com/czlonkowski/n8n-skills --skill n8n-workflow-patterns