Agent skills for building custom n8n community nodes and creating n8n workflows programmatically
npx claudepluginhub geckse/n8n-skillsAgent skills for building custom n8n community nodes — scaffolding, implementation, testing, and publishing using official best practices.
Agent skills for building, testing, and managing n8n workflows programmatically using the @n8n/workflow-sdk. Covers workflow creation, JSON import/export, validation, code generation, and the full SDK API.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Agent Skills for building custom n8n community nodes and creating n8n workflows programmatically.
| Plugin | Description |
|---|---|
| n8n-node-builder | Scaffolds, implements, tests, and publishes custom n8n nodes using official best practices. Covers declarative and programmatic styles, all credential/auth patterns, trigger nodes, 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. |
Add this marketplace and install the plugins:
/plugin marketplace add geckse/n8n-skills
/plugin install n8n-node-builder@n8n-skills
/plugin install n8n-workflow-sdk@n8n-skills
Once installed, Claude will automatically activate 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.
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.
Skills follow the Agent Skills open specification and are packaged as a Claude Code plugin.