Documentation Index
Fetch the complete documentation index at: https://mintlify.com/czlonkowski/n8n-skills/llms.txt
Use this file to discover all available pages before exploring further.
FOR CLAUDE CODE · CLAUDE.AI · CLAUDE API
Build Flawless n8n Workflows
7 expert Claude Code skills that teach AI assistants how to create production-ready n8n workflows using the n8n-mcp MCP server.
525+ Nodes Supported
Full coverage of n8n’s node library with expert guidance on configuration and dependencies
2,653+ Templates
Real-world workflow templates used as grounding for patterns and examples
Automatic Activation
Skills activate automatically when your query matches their domain — no manual invocation needed
The 7 Skills
Expression Syntax
Master n8n’s
{{}} expression syntax, core variables, and the critical webhook .body gotchaMCP Tools Expert
Use n8n-mcp tools correctly — right tool, right format, right validation profile
Workflow Patterns
5 proven architectural patterns: webhook, HTTP API, database, AI agent, and scheduled
Validation Expert
Interpret validation errors, handle false positives, and use auto-fix effectively
Node Configuration
Operation-aware configuration with property dependency chains and AI connection types
Code: JavaScript
Write effective JavaScript in Code nodes with correct data access patterns and return formats
Code: Python
Use Python in Code nodes with full awareness of library limitations and workarounds
Skills Overview
See how all 7 skills complement each other and when each one activates
How It Works
Install n8n-mcp MCP server
Set up the n8n-mcp server which provides access to 800+ nodes, validation, templates, and workflow management tools.
Skills Work Together
When you ask Claude to “Build and validate a webhook to Slack workflow”, multiple skills activate and collaborate automatically:1. Workflow Patterns
Identifies the webhook processing pattern and provides the node structure
2. MCP Tools Expert
Searches for webhook and Slack nodes using
search_nodes, gets configuration with get_node3. Expression Syntax
Maps webhook data correctly:
{{$json.body.name}} not {{$json.name}}4. Validation Expert
Validates the complete workflow and interprets any errors
Skills compose seamlessly — the more specific your request, the more skills collaborate to give you a complete, validated, production-ready result.
Quick Links
Installation Guide
Detailed installation for Claude Code, Claude.ai, and the Claude API/SDK
Usage Guide
Example queries, activation triggers, and best practices
Workflow Patterns
Deep dive into the 5 proven n8n workflow architectural patterns
Troubleshooting
Fix common issues: skills not activating, MCP tools unavailable, API errors