What problem does it solve?
When building or debugging n8n workflows through the n8n-mcp MCP server, it is hard to know which specialist skill owns a task, which MCP tool to call, and which rules prevent workflows from silently breaking in production. This router skill answers those questions from turn one.
Core Features & Use Cases
- Task Routing: A red-flags table and skill index map every n8n task (expressions, Code nodes, validation, agents, credentials, sub-workflows) to the specialist skill that owns it.
- Tool Reference: A compact working reference for every n8n-mcp tool, including the SHORT vs LONG node-type form trap and the absence of an execute_workflow tool.
- Production Rules: Three non-negotiables — invoke the matching skill before any n8n action, validate and verify connections before activating, and keep secrets in the credential system.
- Use Case: A user asks to build a webhook workflow; the router directs the assistant to n8n-workflow-patterns for architecture, n8n-node-configuration for node setup, and n8n-validation-expert before activation.
Quick Start
Ask the assistant to build or fix any n8n workflow and it will consult this router first to pick the right specialist skill.