Scaffolding and packaging custom community node files for n8n.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add mOHAD44DSFASF/flowforge-n8n --skill n8n-custom-node-builder --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of N8n Custom Node Builder?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mohad44dsfasf-n8n-custom-node-builder)More formats (shields.io, HTML) on the badges page.
---
name: n8n-custom-node-builder
description: Scaffolding and packaging custom community node files for n8n.
---
# n8n Custom Node Builder Skill
This skill outlines guidelines for packaging custom n8n integration nodes.
## When to Use
Use when users want to generate TypeScript integrations, credentials types, or package assets matching n8n nodes templates.
## Workflow Steps
1. Define authentication mechanics (API Key vs OAuth2) and operations.
2. Run `flowforge node-new <name> --auth <auth> --resource <resource> --operation <list>`.
3. Fill in the code templates. Ensure class properties are lint-compliant.
## Constraints
* Ensure all community naming structures begin with `n8n-nodes-`.
* Maintain clean typings and imports from `n8n-workflow`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!