What problem does it solve? Building n8n workflows from scratch often leads to structural mistakes, missed error handling, and common gotchas like misreading webhook payloads. This Skill provides five proven architectural patterns so workflows follow tested structures instead of ad-hoc designs. ## Core Features & Use Cases - Five Core Patterns: Webhook Processing, HTTP API Integration, Database Operations, AI Agent Workflows, and Scheduled Tasks, each with structure, configuration examples, and checklists. - Pattern Selection Guide: Decision criteria for choosing the right pattern based on triggers, data flow, and use case. - Gotchas & Best Practices: Documents frequent mistakes such as accessing webhook data under $json.body, SQL injection prevention with parameterized queries, and ai_tool port connections. - Use Case: When asked to build a workflow that receives Stripe payment webhooks, updates a Postgres database, and sends Slack confirmations, the Skill supplies the webhook pattern structure, signature verification approach, and error handling checklist. ## Quick Start Ask the AI to design an n8n workflow for your use case, such as a daily scheduled report that fetches analytics and emails the team, and it will apply the matching pattern.