n8n Skills for Claude Code

Active
GitHub Shell MIT

Description

A skillset for Claude Code to build flawless n8n workflows, letting AI assistants directly generate usable n8n automation workflows.

Key Features

  • Claude Code integration - directly attach as skill package to Claude Code
  • Full n8n node coverage - built-in schema and usage examples for hundreds of n8n nodes
  • Workflow generation - input business requirements, auto-generate complete n8n JSON workflows
  • Error diagnosis - auto-analyze n8n workflow errors and provide fix suggestions
  • Best practices - built-in n8n workflow design best practices and anti-pattern warnings
  • Continuously updated - follows n8n version upgrades, node schemas auto-sync

Use Cases

💡 Business operations staff describe requirements in natural language via Claude Code, AI auto-generates n8n workflows.
💡 n8n developers use this skill package to accelerate node combination design, avoiding tedious documentation lookup.
💡 AI Agent teaching scenarios as demonstration tool, letting students experience combination of LLM and low-code platforms.

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (6.2k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

Quick Start

```bash
# Clone in Claude Code project directory
cd ~/.claude/skills/
git clone https://github.com/czlonkowski/n8n-skills.git

# Restart Claude Code
claude

# Invoke in conversation
> Use n8n-skills to build a Gmail to Slack workflow
```

Related Projects

Claude Code Workflow

2.1k · TypeScript
Normal B

JSON-driven multi-agent cadence-team development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution.

claude-codeworkflowmulti-agent +1
  • · JSON-driven multi-agent framework with skill-based workflows from lite-plan to brainstorm modes
  • · Multi-CLI orchestration supporting Gemini, Codex, Qwen, OpenCode, and Claude with semantic invocation
  • · Team Architecture v2 with role-based agents and inner loop execution patterns

AI-DLC Workflows

4.3k · TypeScript
Active A

AWS Labs workflow steering rules for AI-Driven Life Cycle development, guiding AI coding agents through adaptive software-delivery processes.

coding-agentworkflowaws +1
  • · Three-phase adaptive workflow (Plan → Implement → Validate) for AI-driven development
  • · Multi-platform support: Kiro, Amazon Q, Cursor, Cline, Claude Code, GitHub Copilot
  • · Steering rules that guide AI coding agents through structured software delivery

Helmor

1.3k · TypeScript
Active B

Helmor is a local-first multi-agent coding workbench that runs Claude Code, Codex, and other agents in parallel across isolated git worktrees.

workflowmulti-agentcoding-agent +2
  • · Isolated git workspaces - every task gets its own worktree and branch so main stays clean
  • · Multi-agent runtime - Claude Code, OpenAI Codex, Cursor, OpenCode run side by side
  • · Mid-flight steering - watch live output, inject follow-ups, queue prompts, mention files with @

Spec Kit

133.1k · Python
Active A+

GitHub's official open-source Spec-Driven Development toolkit that flips traditional software development — specifications become executable artifacts that directly generate working implementations, integrating with Copilot, Claude Code, Cursor, and other AI coding agents.

spec-drivencopilotworkflow +3
  • · Spec-Driven Development — specifications become executable artifacts that directly generate implementations
  • · Specify CLI — initialize projects and establish principles with a single command
  • · Multi-agent integrations — supports GitHub Copilot, Claude Code, Cursor, and other AI coding agents