N8n Expression Syntax
Description
**Expert Claude Code skills for building flawless n8n workflows using the n8n-mcp MCP server**
Installation
claude install-skill https://github.com/czlonkowski/n8n-skills README
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:
- undefined
These skills solve these problems by teaching Claude:
- undefined
📚 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**:
- undefined
2. **n8n MCP Tools Expert** (HIGHEST PRIORITY)
Expert guide for using n8n-mcp MCP tools effectively.
**Activates when**: Searching for nodes, validating configurations, accessing templates, managing workflows.
**Key Features**:
- undefined
...
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official Related Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Contributing to nanobot
Thank you for being here. nanobot is built with a simple belief: good tools should feel calm, clear, and humane. We care deeply about useful features, but we also believe in achieving more with less:
Key exports from each phase
for summary in .planning/phases/*/*-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\|Exports\|Provides" "$summary" 2>/dev/null done