
π―Skills7
Provides proven architectural patterns for building n8n workflows including webhook processing, HTTP API integration, database operations, AI agent workflows, and scheduled tasks.
Expert guide skill for using n8n-mcp MCP tools to build workflows, covering node discovery, configuration validation, workflow management, and a library of 2,700+ templates
Operation-aware node configuration guidance for n8n covering property dependencies, required field determination, progressive disclosure detail levels, and common configuration patterns by node type.
Executes custom JavaScript code within n8n workflows, enabling complex data transformations, calculations, and dynamic logic across workflow nodes
Expert guide for interpreting and fixing n8n validation errors, covering error severity levels (errors, warnings, suggestions), false positives, operator structure issues, and the iterative validation loop process.
Skill for validating and writing correct n8n expression syntax, covering double curly brace format, $json/$node variables, webhook data access, and common error fixes
Skill for writing Python code in n8n Code nodes, covering _input/_json/_node syntax, standard library usage, and Python-specific limitations compared to JavaScript nodes