n8n-node-configuration
π―Skillfrom czlonkowski/n8n-skills
Operation-aware node configuration guidance for n8n covering property dependencies, required field determination, progressive disclosure detail levels, and common configuration patterns by node type.
Overview
N8N Node Configuration is a Claude Code skill that provides operation-aware node configuration guidance for n8n workflow automation. It helps AI assistants understand property dependencies, determine required fields based on operations, and choose appropriate detail levels when configuring n8n workflow nodes.
Key Features
- Operation-Aware Configuration - Understands that required fields change based on the selected operation, preventing misconfiguration when setting up nodes like Slack or HTTP Request
- Property Dependency Management - Handles dynamic field visibility where fields appear or disappear based on other field values, such as body options appearing only for POST methods
- Progressive Discovery - Offers three detail levels: standard (95% of cases), search properties (finding specific fields), and full schema, optimizing for token efficiency
- Configuration Workflow - Provides a structured 8-step process from identifying node type and operation through validation and deployment
- Performance Optimized - Designed for efficiency with standard detail covering 95% of use cases in 1-2K tokens, with an average of 56 seconds between configuration edits
Who is this for?
This skill is designed for developers and automation engineers building n8n workflows who want AI-assisted node configuration that understands the nuances of operation-dependent fields and property dependencies. It is ideal for teams working with complex n8n nodes where field requirements change based on selected operations and configurations.
Same repository
czlonkowski/n8n-skills(9 items)
Installation
npx vibeindex add czlonkowski/n8n-skills --skill n8n-node-configurationnpx skills add czlonkowski/n8n-skills --skill n8n-node-configuration~/.claude/skills/n8n-node-configuration/SKILL.mdSKILL.md
More from this repository8
Seven complementary Claude Code skills for building production-ready n8n workflows using the n8n-mcp MCP server, covering expression syntax, workflow patterns, and validation error handling.
Expert skills for building n8n workflows
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
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