N8n Diff banner
10x-Anit 10x-Anit

N8n Diff

Productivity community

Description

--- description: "Show node-level changes between two workflow snapshots" argument-hint: "<workflow-id> [old-hash] [new-hash]" --- CONTEXT: .n8n-track/ snapshots, diffs, commits REQUIRES: initialized .n8n-track/, at least one commit for workflow STEPS: 1. VERIFY initialized, parse workflow-id 2. IF no hashes → compare last two commits from commits.jsonl 3. IF one commit only → show full snapshot as initial state 4. CHECK diffs/<id>/<old>..<new>.json for cached diff 5. IF no cache → load both s

Installation

Installs to ~/.claude/commands/10x-anit-10x-n8n-skill-n8n-diff.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/10x-Anit/10x-n8n-skill/HEAD/.claude/commands/n8n-diff.md -o ~/.claude/commands/10x-anit-10x-n8n-skill-n8n-diff.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository