What problem does it solve? Building n8n workflows from scratch often leads to structural mistakes like misreading webhook payloads, missing error handling, SQL injection risks, or misconfigured AI agent connections. This Skill provides five proven architectural patterns distilled from thousands of real n8n templates so workflows follow correct structure 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 structure diagrams, configuration examples, and checklists. - Gotcha Documentation: Covers frequent mistakes such as accessing webhook data under $json.body, connecting tools to the ai_tool port instead of main, and using parameterized queries to prevent SQL injection. - 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 with signature verification, validation steps, and error handling structure. ## Quick Start Ask the AI to design an n8n workflow for your use case, such as a scheduled daily report or a webhook-driven chatbot, and it will select and apply the appropriate pattern.