N8n Init banner
HustleDanie HustleDanie

N8n Init

Development community

Description

--- description: Scaffold the current folder for an n8n project — writes CLAUDE.md, .mcp.json (with your n8n credentials), .claude/settings.json, and .gitignore, then enters plan mode. --- # /n8n-init — bootstrap an n8n project in the current folder Scaffold the current working directory for n8n work. Target: ≤ 90 seconds from invoke to plan mode. Execute the steps below **in order**. Do not skip. Do not batch prompts — ask one question, wait for the answer, then proceed. --- ## Step 1 — As

Installation

Installs to ~/.claude/skills/hustledanie-n8n-claude-kit-n8n-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hustledanie-n8n-claude-kit-n8n-init && curl -fsSL https://raw.githubusercontent.com/HustleDanie/n8n-claude-kit/HEAD/commands/n8n-init.md -o ~/.claude/skills/hustledanie-n8n-claude-kit-n8n-init/SKILL.md

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

Full documentation available on GitHub

View Source Repository