N8n Handoff banner
10x-Anit 10x-Anit

N8n Handoff

Development community

Description

--- description: "View and manage inter-department handoff tickets" argument-hint: "[list|pick|complete|fail] [handoff-id]" --- CONTEXT: Manage N8N Factory handoff queue between departments. REQUIRES: .n8n-track/handoffs/ STEPS: 1. IF no args OR `list` → SCAN .n8n-track/handoffs/*.json OUTPUT table: Status | From | To | Task 2. IF `pick <id>` → set status=in_progress, set picked_at, show full ticket 3. IF `complete <id>` → set status=done, set done_at, create next handoff if hands_off_to de

Installation

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

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

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

Full documentation available on GitHub

View Source Repository