# n8n Skills ## Docs - [Contributing](https://mintlify.wiki/czlonkowski/n8n-skills/development/contributing.md): Guidelines for contributing new skills and improvements to the n8n-skills project. - [Testing](https://mintlify.wiki/czlonkowski/n8n-skills/development/testing.md): How evaluations work in n8n-skills and how to write, run, and iterate on test scenarios. - [Cross-Skill Composition](https://mintlify.wiki/czlonkowski/n8n-skills/guides/cross-skill-composition.md): Understand how n8n-skills work together automatically to guide you through complete workflow builds from pattern selection to validation. - [Troubleshooting](https://mintlify.wiki/czlonkowski/n8n-skills/guides/troubleshooting.md): Solutions for common problems with skill activation, MCP tools, n8n API access, validation errors, and expressions. - [Usage Guide](https://mintlify.wiki/czlonkowski/n8n-skills/guides/usage.md): Learn how to use n8n-skills effectively, from skill activation to cross-skill composition and best practices. - [Workflow Patterns](https://mintlify.wiki/czlonkowski/n8n-skills/guides/workflow-patterns-overview.md): Five proven architectural patterns for building n8n workflows, with real examples, node structures, and a pattern selection guide. - [Installation](https://mintlify.wiki/czlonkowski/n8n-skills/installation.md): Complete installation instructions for n8n-skills across all platforms — Claude Code plugin, manual setup, Claude.ai, and the Claude API/SDK. - [Introduction](https://mintlify.wiki/czlonkowski/n8n-skills/introduction.md): n8n-skills is a collection of 7 Claude Code skills that teach AI assistants how to build production-ready n8n workflows using the n8n-mcp MCP server. - [Quickstart](https://mintlify.wiki/czlonkowski/n8n-skills/quickstart.md): Get n8n-skills running in 4 steps — from zero to building production-ready n8n workflows with Claude. - [JavaScript Code Nodes](https://mintlify.wiki/czlonkowski/n8n-skills/skills/code-javascript.md): Write JavaScript in n8n Code nodes: data access patterns, return format, built-in helpers, and production-tested patterns. - [Python Code Nodes](https://mintlify.wiki/czlonkowski/n8n-skills/skills/code-python.md): Write Python in n8n Code nodes: data access patterns, standard library usage, limitations, and when to use JavaScript instead. - [n8n Expression Syntax](https://mintlify.wiki/czlonkowski/n8n-skills/skills/expression-syntax.md): Complete guide to writing correct n8n expressions: `{{}}` syntax, core variables, webhook data structure, common mistakes, and advanced patterns. - [MCP Tools Expert](https://mintlify.wiki/czlonkowski/n8n-skills/skills/mcp-tools-expert.md): Master guide for using n8n-mcp MCP server tools: node discovery, validation, workflow management, templates, and deployment. HIGHEST PRIORITY skill. - [Node Configuration](https://mintlify.wiki/czlonkowski/n8n-skills/skills/node-configuration.md): Operation-aware node configuration guidance: property dependencies, displayOptions rules, get_node detail levels, and common configuration patterns. - [Skills Overview](https://mintlify.wiki/czlonkowski/n8n-skills/skills/overview.md): How the 7 n8n-skills work together as an integrated system for building flawless n8n workflows. - [Validation Expert](https://mintlify.wiki/czlonkowski/n8n-skills/skills/validation-expert.md): Interpret and fix n8n validation errors. Covers validation loop, profiles, error catalog, auto-sanitization, and false positives. - [Workflow Patterns](https://mintlify.wiki/czlonkowski/n8n-skills/skills/workflow-patterns.md): 5 proven n8n workflow architectural patterns: webhook processing, HTTP API integration, database operations, AI agents, and scheduled tasks. ## OpenAPI Specs - [openapi](https://mintlify.wiki/czlonkowski/n8n-skills/api-reference/openapi.json)