
N8n Node Builder
- 12 repo stars
- Updated June 12, 2026
- geckse/n8n-skills
Scaffold, implement, test, and publish custom n8n community nodes using official best practices, including credential/auth and trigger patterns.
About
n8n-node-developer scaffolds, implements, tests, and publishes custom n8n community nodes following official best practices, covering declarative and programmatic styles, every credential/auth pattern, and trigger nodes. Developers use it to extend n8n with new integrations to third-party services. It is focused on building reusable integration nodes.
- Custom n8n node scaffolding
- Declarative and programmatic styles
- Credential/auth patterns
- Trigger nodes
N8n Node Builder by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add geckse/n8n-skills/plugin install n8n-node-builder@n8n-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 12 |
|---|---|
| Last updated | June 12, 2026 |
| Repository | geckse/n8n-skills ↗ |
What it does
Scaffold, implement, test, and publish custom n8n community nodes using official best practices, including credential/auth and trigger patterns.
README.md
n8n-dev-skills
Agent Skills for developers working with n8n — building custom community nodes and authoring workflows as code.
These skills give your coding agent the official n8n toolchain knowledge it otherwise lacks: how to scaffold and validate a custom node against the current linter and verification rules, and how to construct workflows programmatically with the @n8n/workflow-sdk. Each is grounded in the latest n8n source and docs, not the model's training cutoff.
Plugins
| Plugin | Description |
|---|---|
| n8n-node-builder | Scaffolds, implements, validates, and publishes custom n8n nodes using official best practices. Covers declarative, programmatic, and AI sub-node styles, all credential/auth patterns, trigger nodes, a gate-based self-validation protocol (lint, build, cloud-support, runtime, verification scan), and verification requirements. |
| n8n-workflow-sdk | Builds, tests, validates, and manages n8n workflows programmatically using the @n8n/workflow-sdk. Covers workflow creation, JSON import/export, validation, code generation, AI agent workflows, and the full SDK API. |
Install via Claude Code Plugin Marketplace
Add this marketplace and install the plugins:
/plugin marketplace add geckse/n8n-dev-skills
/plugin install n8n-node-builder@n8n-dev-skills
/plugin install n8n-workflow-sdk@n8n-dev-skills
Once installed, Claude automatically activates the appropriate skill — n8n-node-builder when you ask about building custom n8n nodes, and n8n-workflow-sdk when you ask about creating or managing n8n workflows with code.
Manual Usage
Copy or symlink a skill directory from plugins/<plugin-name>/skills/ into your agent's skills folder. The agent will discover it automatically via the SKILL.md frontmatter.
Format
Skills follow the Agent Skills open specification and are packaged as a Claude Code plugin.