Build production-ready n8n workflows with n8n-skills
Give Claude Code a routed skill pack for designing, validating, debugging, and deploying n8n workflows through n8n-mcp.
npx skills add agentskillexchange/skills --skill build-production-ready-n8n-workflows-with-n8n-skills
Use n8n-skills when an agent needs to build or debug production n8n workflows with structured guidance instead of guessing node schemas, expression syntax, validation profiles, Code node contracts, AI-agent node wiring, binary handling, sub-workflows, error handling, or self-hosted deployment steps. The operator invokes the skill pack inside Claude Code while using n8n-mcp to search nodes, inspect templates, validate workflow JSON, and correct configuration errors before deployment. Invoke it instead of using n8n normally when the user wants an AI coding agent to create, repair, or review n8n automations programmatically across multiple n8n workflow-building tasks. The scope boundary is the repeatable Claude Code skill-and-hook workflow around n8n-mcp; it is not a general n8n product card, not the n8n-mcp server itself, and not a generic automation-platform listing.
What this skill actually does
Inputs and prerequisites: Claude Code, n8n-mcp MCP server, configured .mcp.json with n8n-mcp, n8n or self-hosted n8n access for workflow deployment.
Setup notes: Install the n8n-mcp MCP server and configure it in .mcp.json, then install the Claude Code plugin with /plugin install czlonkowski/n8n-skills. Alternatively add the marketplace with /plugin marketplace add czlonkowski/n8n-skills and install n8n-mcp-skills, or clone the repo and copy skills/* into ~/.claude/skills/ before reloading Claude Code.
Source and verification boundary: use https://www.n8n-skills.com as the canonical reference before running the workflow; keep commands, API calls, CLI usage, and generated outputs reviewable against that upstream source.
Framework fit: publish this as a Claude Code workflow only when the operator can invoke the documented toolchain directly, rather than treating the upstream project as a generic product listing.