Agent skill · Workflow & Productivity

n8n-workflow-patterns

Proven architectural patterns for building n8n workflows.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/n8n-workflow-patterns/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. The 5 Core Patterns
  3. Pattern Selection Guide
  4. When to use each pattern:
  5. Common Workflow Components
  6. 1. Triggers
  7. 2. Data Sources
  8. 3. Transformation
  9. 4. Outputs
  10. 5. Error Handling
  11. Workflow Creation Checklist
  12. Planning Phase
  13. Implementation Phase
  14. Validation Phase
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going