By hustledanie
One-command bootstrap for Claude Code + n8n MCP + n8n skills. Run /n8n-init in any folder to scaffold a ready-to-build n8n project in under 90 seconds.
Use this agent to design and build a new n8n workflow end-to-end via n8n-mcp. Orchestrates the discover → schema → validate → create → activate loop. Invoke when the user says things like "build me a workflow that...", "create an n8n automation for...", or "I want to automate X in n8n".
Use this agent to iterate on, activate, deactivate, or inspect executions of an existing n8n workflow. Invoke when the user says "update this workflow", "activate my workflow", "deactivate X", or "why did this run fail".
Use this agent to validate an existing n8n workflow (either by ID in the user's n8n instance or a local JSON file) and interpret the results. Invoke when the user says "validate this workflow", "check my workflow for errors", or after a workflow fails and needs diagnosis.
Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, or choosing between Code node modes.
Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.
Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.
Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, or using any n8n-mcp tool. Provides tool selection guidance, parameter formats, and common patterns.
Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning common configuration patterns by node type.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Zero-to-workflow n8n scaffolding for Claude Code. One-time global install, then /n8n-init in any folder bootstraps a ready-to-build n8n project in under 90 seconds.
n8n-mcp-tools-expert, n8n-workflow-patterns, n8n-node-configuration, n8n-validation-expert, n8n-expression-syntax, n8n-code-javascript, n8n-code-pythonn8n-workflow-builder, n8n-workflow-validator, n8n-workflow-deployer/n8n-init slash command — prompts for project description + n8n credentials, writes CLAUDE.md and .mcp.json, enters plan mode/plugin marketplace add HustleDanie/n8n-claude-kit
/plugin install n8n-claude-kit
No credential prompts at install time. The plugin registers subagents, the slash command, and the bundled skills.
mkdir my-workflow && cd my-workflow
claude
Then in Claude Code:
/n8n-init
It will prompt you for:
And it writes:
CLAUDE.md — build-loop manual with your project description injected.mcp.json — n8n-mcp server configured with your credentials.claude/settings.json — default permissions for n8n-mcp tools.gitignore — ensures .mcp.json stays out of gitThen it enters plan mode. Describe the workflow you want, fine-tune the plan, approve, build.
Target: active workflow in n8n within 3 minutes of cd.
Many users run multiple n8n instances (personal cloud, client self-hosted, staging, prod). Per-project credentials mean:
cding into a different folderIf you want to reuse credentials across projects, copy .mcp.json between folders — but you'll need to do it deliberately.
| Subagent | When it runs |
|---|---|
n8n-workflow-builder | "build me a workflow that..." — orchestrates discover → validate → create → activate |
n8n-workflow-validator | "validate this workflow" / "why does this fail" — runs validation profiles, interprets errors |
n8n-workflow-deployer | "update this workflow" / "activate X" / "why did this run fail" — handles partial updates, activation, execution diagnosis |
When new n8n skills or subagent improvements ship:
/plugin update n8n-claude-kit
The VERSION.md changelog calls out new skills and behavior changes per release.
Bundled skills coexist with skills you install into ~/.claude/skills/. If you need a skill that isn't in the plugin yet, install it locally — the plugin won't conflict. Then open a PR here so everyone gets it in the next release.
/mcp doesn't show n8n-mcp after /n8n-init
Restart Claude Code. MCP server registration from a newly-written .mcp.json sometimes requires a reload.
"Node not found" when building
You're probably using the wrong nodeType prefix. Search/validate tools use nodes-base.slack; workflow tools use n8n-nodes-base.slack. The n8n-mcp-tools-expert skill documents this in detail.
API key rejected
Verify the key at <your-n8n-url>/settings/api. Keys tied to a specific user account; make sure the account has workflow permissions.
/n8n-init refuses to overwrite existing files
Expected — it asks for confirmation to protect existing work. Say yes if you really want to overwrite.
MIT.
PRs welcome for new subagents, bundled skills, or slash commands. See VERSION.md for the release process.
npx claudepluginhub hustledanie/n8n-claude-kit --plugin n8n-claude-kitv9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.