n8n-workflow-patterns

Proven architectural patterns for building n8n workflows.

Content Preview
---
name: n8n-workflow-patterns
description: "Proven architectural patterns for building n8n workflows."
risk: unknown
source: community
---

# n8n Workflow Patterns

Proven architectural patterns for building n8n workflows.

---

## 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 AP
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/n8n-workflow-patterns.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/n8n-workflow-patterns/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/n8n-workflow-patterns/SKILL.md

Related Skills