What problem does it solve?
It prevents common workflow-building failures when using n8n MCP tools by teaching the correct tool sequence, parameter conventions, and validation practices so your generated or edited workflows work on the first go.
Core Features & Use Cases
- Tool selection & sequencing: Guides when to use node discovery, node retrieval, validation, template search/deploy, and workflow management tools.
- nodeType format correctness: Explains and enforces the critical difference between search/validate prefixes (nodes-base.) and workflow prefixes (n8n-nodes-base.), including conversion.
- Validation profiles & loops: Shows how to validate with minimal vs runtime vs ai-friendly vs strict profiles, and how to iterate validate → fix → validate.
- Smart parameters for connections: Covers semantic branch/case connection parameters (branch, case) for IF/Switch multi-output nodes to avoid fragile sourceIndex wiring.
- Auto-sanitization & recovery: Explains what gets automatically fixed on workflow updates and when to use remediation operations/tools like cleanStaleConnections or autofix workflows.
- Template + workflow operations: Covers creating, partially updating, validating, activating, and deploying templates efficiently.
Quick Start
Ask the skill to "Find the correct n8n Slack node with search_nodes, fetch its operations with get_node using standard detail, validate a channel/create configuration with profile runtime, then show the correct nodeType format to use for building and wiring it into a workflow."