What problem does it solve?
This Skill streamlines the entire process of creating, building, deploying, and installing custom n8n nodes, addressing common pitfalls and ensuring successful integration.
Core Features & Use Cases
- Node Creation: Provides a structured template and guidance for setting up new n8n node packages.
- Build & Deployment: Details the essential build steps and deployment strategies, including CI/CD with GitHub Actions.
- Installation Best Practices: Emphasizes the critical
npm install step, explaining why simple file copying fails.
- Troubleshooting: Offers solutions for common issues like nodes not appearing, API errors, and permission problems.
- Use Case: You need to develop a new custom node for an internal API. This Skill guides you through creating the package structure, writing the TypeScript code, building it, deploying it to your server, and ensuring n8n recognizes it.
Quick Start
Use the n8n-node-creator skill to create a new n8n node package named 'my-new-node'.