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 complete node configurations. - Pattern Selection Guide: Decision criteria for choosing the right pattern based on triggers, data flow, and output requirements. - Gotchas & Best Practices: Documented fixes for frequent errors such as accessing webhook data under $json.body, SQL injection prevention, and timezone handling. - Use Case: When asked to build a workflow that receives Stripe payment webhooks and updates a database, the Skill supplies the webhook validation, signature verification, and database write pattern with proper error handling. ## Quick Start Ask the AI to design an n8n workflow for your use case, such as receiving a form submission webhook and posting it to Slack, and it will apply the matching pattern.