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.

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