What problem does it solve? Building n8n workflows from scratch often leads to structural mistakes, missed error handling, and common gotchas like incorrect webhook data access or SQL injection risks. This Skill provides five proven architectural patterns so workflows follow tested structures from the start. ## Core Features & Use Cases - Five Core Patterns: Webhook processing, HTTP API integration, database operations, AI agent workflows, and scheduled tasks, each with complete node configurations and examples. - Pattern Selection Guide: Decision criteria for choosing the right pattern based on your use case, plus statistics from 2,653+ real n8n templates. - Gotcha Prevention: Documented fixes for frequent mistakes like accessing webhook data under $json.body, SQL injection prevention with parameterized queries, and correct ai_tool port connections. - Use Case: When asked to build a workflow that receives Stripe payment webhooks and updates a database, the Skill guides you through the webhook pattern with signature verification, validation, and error handling. ## Quick Start Ask the AI to design an n8n workflow for your use case, such as receiving form submissions via webhook and sending Slack notifications.