๐ŸŽฏ

n8n-data-tables

๐ŸŽฏSkill

from n8n-io/skills

VibeIndex|
What it does
|

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.

๐Ÿ“ฆ

Same repository

n8n-io/skills(15 items)

n8n-data-tables

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add n8n-io/skills --skill n8n-data-tables
skills.sh Installโš  Installs to .agents/skills/
npx skills add n8n-io/skills --skill n8n-data-tables
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/n8n-data-tables/SKILL.md

SKILL.md

302Installs
-
AddedMay 15, 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-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-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-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-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.

๐ŸŽฏ
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.