
N8n Workflow Sdk
- 12 repo stars
- Updated June 12, 2026
- geckse/n8n-skills
Build, test, validate, and manage n8n workflows programmatically with the @n8n/workflow-sdk, including AI agent workflows and JSON import/export.
About
n8n-workflow-sdk builds, tests, validates, and manages n8n automation workflows programmatically through the @n8n/workflow-sdk, covering JSON import/export, code generation, and AI agent workflows. Developers use it to author and maintain n8n integrations as code rather than only in the visual editor. It is an integrations and automation toolkit.
- @n8n/workflow-sdk
- Workflow creation and validation
- JSON import/export
- AI agent workflows
N8n Workflow Sdk by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add geckse/n8n-skills/plugin install n8n-workflow-sdk@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
Build, test, validate, and manage n8n workflows programmatically with the @n8n/workflow-sdk, including AI agent workflows and JSON import/export.
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.