n8n-io

n8n-io/skills

15 resources in this repository

GitHub
🎯15

🎯Skills15

🎯n8n-debugging🎯Skill

Debugging guide for n8n workflows that identifies common failure causes: parameter misconfiguration, stale assumptions, path misconnections, and upstream data stripping.

n8n-debugging
🎯n8n-data-tables🎯Skill

Provides guidance for working with n8n's built-in Data Tables, covering schema design, CRUD operations, deduplication, idempotency tracking, and relational data patterns for persistent workflow state.

n8n-data-tables
🎯n8n-workflow-lifecycle🎯Skill

Guides the complete n8n workflow lifecycle through six stages: Plan, Build, Validate, Test, Publish, and Handoff, enforcing visual layout conventions, sticky notes, descriptions, and production readiness checks.

n8n-workflow-lifecycle
🎯n8n-expressions🎯Skill

An official n8n skill that teaches AI agents how to write n8n expressions correctly, covering $json, $node, and {{}} syntax patterns, paired with n8n's MCP server for building and editing workflows right the first time.

n8n-expressions
🎯n8n-subworkflows🎯Skill

Guides AI agents on designing reusable sub-workflows in n8n, covering multi-step builds, modular workflow composition, and best practices for workflow reuse through the n8n MCP server.

n8n-subworkflows
🎯n8n-error-handling🎯Skill

An official n8n skill that guides AI agents on implementing error handling in n8n workflows, covering error triggers, try/catch patterns, retry logic, and graceful failure management.

n8n-error-handling
🎯using-n8n-skills🎯Skill

Meta-skill that routes AI agents to the correct n8n capability skill for any workflow task. Covers 15 capability areas including sub-workflows, expressions, loops, AI agents, error handling, credentials, and debugging, with 50+ reference docs and worked examples.

using-n8n-skills
🎯n8n-code-nodes🎯Skill

Part of the official n8n skills collection that guides AI agents in using Code nodes for custom logic within n8n workflows. Covers when to use Code nodes versus built-in nodes, with best practices for writing inline JavaScript/TypeScript in workflow automation.

n8n-code-nodes
🎯n8n-credentials-and-security🎯Skill

Guides AI coding agents through n8n credential management, authentication setup, API key handling, and security best practices when building workflows with the n8n MCP server.

n8n-credentials-and-security
🎯n8n-loops🎯Skill

An official n8n skill that guides AI agents on implementing loops, batching, and paginated API calls in n8n workflows, ensuring correct iteration patterns and data handling.

n8n-loops
🎯n8n-binary-and-data🎯Skill

Guides handling files, images, attachments, and binary data in n8n workflows, covering the $binary/$json split, agent tool file boundary limitations, storage pre-staging patterns, and display contexts.

n8n-binary-and-data
🎯n8n-agents🎯Skill

Skill

n8n-agents
🎯n8n-node-configuration🎯Skill

Skill

n8n-node-configuration
🎯n8n-extending-mcp🎯Skill

Skill

n8n-extending-mcp
🎯n8n-connections🎯Skill

Part of the official n8n skills collection that teaches AI agents how to wire IF/Switch/Merge nodes and handle multi-input/output connections in n8n workflows. Ensures agents correctly route data between branches when building conditional and parallel logic.

n8n-connections