/n8n-custom-node-builder
Scaffolding and packaging custom community node files for n8n.
$ npx -y skills add mOHAD44DSFASF/flowforge-n8n --skill n8n-custom-node-builder --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/n8n-custom-node-builder
Context preview
The summary Claude sees to decide when to auto-load this skill.
Scaffolding and packaging custom community node files for n8n.
SKILL.md
n8n-custom-node-builder.SKILL.mdname: 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`.
FlowForge n8n is a local-first assurance layer for n8n workflow JSON: deterministic validation against bundled node metadata, static security/reliability/cost analysis, regression testing, snapshots, self-healing, semantic review, offline CI, and MCP tools.
Repo: mOHAD44DSFASF/flowforge-n8n

