πŸͺ

n8n-io/skills

πŸͺMarketplace

n8n-io/skills

Add this Marketplace

Add marketplace in Claude Code:
/plugin marketplace add n8n-io/skills
1Plugins
0
Last UpdatedJul 16, 2026

More from this repository10

🎯
n8n-debugging🎯Skill

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

🎯
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-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-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-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.

🎯
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.

🎯
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-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-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-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.