n8n-workflow-patterns
Proven architectural patterns for building n8n workflows.
npx skills add sickn33/agentic-awesome-skills --skill n8n-workflow-patterns --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# n8n Workflow Patterns Proven architectural patterns for building n8n workflows. ## When to Use - You need to choose an architectural pattern for an n8n workflow before building it. - The task involves webhook processing, API integration, scheduled jobs, database sync, or AI-agent workflow design. - You want a high-level workflow structure rather than node-by-node troubleshooting. --- ## The 5 Core Patterns Based on analysis of real workflow usage: 1. **Webhook Processing** (Most Common) - Receive HTTP requests → Process → Output - Pattern: Webhook → Validate → Transform → Respond/Notify 2. **[HTTP API Integration]** - Fetch from REST APIs → Transform → Store/Use - Pattern: Trigger → HTTP Request → Transform → Action → Error Handler 3. **Database Operations** - Read/Write/Sync database data - Pattern: Schedule → Query → Transform → Write → Verify 4. **AI Agent Workflow** - AI agents with tools and memory - Pattern: Trigger → AI Agent (Model + Tools + Memory) → Output 5. **Scheduled Tasks** - Recurring automation workflows - Pattern: Schedule → Fetch → Process → Deliver → Log --- ## Pattern Selection Guide ### When to use each pattern: **Webhook Processing** - Use when: - Receiving
- When to Use
- The 5 Core Patterns
- Pattern Selection Guide
- When to use each pattern:
- Common Workflow Components
- 1. Triggers
- 2. Data Sources
- 3. Transformation
- 4. Outputs
- 5. Error Handling
- Workflow Creation Checklist
- Planning Phase
- Implementation Phase
- Validation Phase
What does the n8n-workflow-patterns skill do?
Proven architectural patterns for building n8n workflows.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill n8n-workflow-patterns --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.