Claude Skill
czlonkowski/n8n-skills
A Claude Skill repository providing tools for Claude Code to build and automate flawless n8n workflows. Streamline your workflow automation with AI assistance.
Overview
Repository
Install this Skill
git clone https://github.com/czlonkowski/n8n-skills.gitRegistry
Summary
A Claude Skill designed to assist in building flawless n8n workflows. This repository provides a skillset for Claude Code to interact with and automate the n8n workflow automation platform.
Claude Skill 构建无瑕疵 n8n 工作流的技能集
Key features
- Skillset for Claude Code integration
- Focus on building flawless n8n workflows
- Automation of n8n platform tasks
- Shell-based implementation
Use cases
- Automating n8n workflow creation
- Integrating AI assistance with n8n
- Streamlining workflow automation tasks
- Enhancing n8n development with Claude
README excerpt
# n8n-skills **Expert Claude Code skills for building flawless n8n workflows using the n8n-mcp MCP server** [](https://github.com/czlonkowski/n8n-skills) [](LICENSE) [](https://github.com/czlonkowski/n8n-mcp) ## Watch the Introduction Video [](https://youtu.be/e6VvRqmUY2Y?si=6Igply3cadjO6Xx0) --- ## 🎯 What is this? This repository contains **7 complementary Claude Code skills** that teach AI assistants how to build production-ready n8n workflows using the [n8n-mcp](https://github.com/czlonkowski/n8n-mcp) MCP server. ### Why These Skills Exist Building n8n workflows programmatically can be challenging. Common issues include: - Using MCP tools incorrectly or inefficiently - Getting stuck in validation error loops - Not knowing which workflow patterns to use - Misconfiguring nodes and their dependencies These skills solve these problems by teaching Claude: - ✅ Correct n8n expression syntax ({{}} patterns) - ✅ How to use n8n-mcp tools effectively - ✅ Proven workflow patterns from real-world usage - ✅ Validation error interpretation and fixing - ✅ Operation-aware node configuration --- ## 📚 The 7 Skills ### 1. **n8n Expression Syntax** Teaches correct n8n expression syntax and common patterns. **Activates when**: Writing expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors. **Key Features**: - Core variables ($json, $node, $now, $env) - **Critical gotcha**: Webhook data is under `$json.body` - Common mistakes catalog with fixes - When NOT to use expression