n8n-workflow-patterns

Identify and apply proven n8n workflow patterns for reliable automation design.

Updated Oct 22, 2025
One-click install
npx skills add https://github.com/franroa/chezmoi --skill n8n-workflow-patterns-franroa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-workflow-patterns
Source: https://github.com/franroa/chezmoi/tree/main/private_dot_config/opencode/skills/n8n-workflow-patterns
Command: npx skills add https://github.com/franroa/chezmoi --skill n8n-workflow-patterns-franroa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures proven workflow architectural patterns for n8n to accelerate automation design.

Core Features & Use Cases

  • Five core patterns: Webhook processing, HTTP API integration, Database operations, AI agent workflow, Scheduled tasks
  • Pattern selection guide: When to apply each pattern
  • Common workflow components: Triggers, data sources, transformations, outputs, error handling

Quick Start

Choose a pattern and scaffold an n8n workflow with appropriate nodes.

Frequently Asked Questions about n8n-workflow-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design reliable n8n workflows using proven patterns?

n8n workflow patterns provide architectural blueprints for common automation scenarios. This Skill identifies five core patterns—webhook processing, HTTP API integration, database operations, AI agent workflows, and scheduled tasks—and guides you through pattern selection, data flow planning, and error handling to build reliable automations at scale.

When should I use webhook processing versus scheduled tasks in n8n?

Webhook processing triggers workflows on HTTP requests for event-driven automation, while scheduled tasks run at fixed intervals. Use webhooks for real-time integrations with external systems; use scheduled tasks for periodic jobs like data syncs or reports. This Skill provides pattern guidance to match your trigger requirement.

How do I integrate HTTP APIs into n8n workflows without error handling issues?

HTTP API integration patterns in n8n specify how to structure API calls, handle responses, and implement retry logic. This Skill maps the complete data flow from request formatting through transformation to error handling, reducing integration failures and ensuring consistent API interaction across workflows.

Can I build AI agent workflows in n8n, and what pattern should I follow?

Yes. n8n supports AI agent workflows through structured patterns that define how to connect LLM calls, manage state, and handle agent decisions. This Skill provides the pattern blueprint including trigger setup, data sources, transformation steps, and error handling specific to agent-driven automation.

What's the best way to structure database operations in n8n workflows?

Database operation patterns in n8n specify how to structure queries, manage connections, transform results, and handle failures. This Skill provides proven architectural patterns that reduce query errors, ensure data consistency, and guide output formatting for downstream systems.