When to use this skill:
- When creating new n8n node files (*.node.ts)
- When defining INodeTypeDescription (displayName, name, icon, group, version)
- When setting up resource and operation parameters with noDataExpression: true
- When using displayOptions to conditionally show fields
- When adding action fields to operations for future compatibility
- When building trigger nodes (polling or webhook-based)
- When organizing complex nodes with actions/ folders by resource
- When defining userOperations and userFields arrays
- When configuring the "n8n" section in package.json (nodes, credentials paths)
- When setting subtitle templates for dynamic node labels
- When specifying inputs, outputs, and credential requirements
- When deciding between declarative style (REST APIs) and programmatic style (triggers, GraphQL)
Nodes Node Structure
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle nodes node structure.
Instructions
For details, refer to the information provided in this file: nodes node structure
Scan to join WeChat group