squads/n8n-automation/skills/n8n-orchestration/SKILL.md
n8n workflow automation principles, patterns, and validation. Expression syntax, node configuration, MCP tools usage, code node patterns.
npx skillsauth add JoelBonito/gestion-chs n8n-orchestrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill unifies all essential knowledge required to build, validate, and manage n8n workflows robustly.
| File | Sub-topic | When to Read |
|------|-----------|--------------|
| expression-syntax.md | {{ }}, $json, $node, $now, webhooks | Writing expressions, data binding issues |
| mcp-tools.md | n8n-mcp Server Tools | Finding node templates, validation, structure rules |
| workflow-patterns.md | 5 architectural patterns | Designing flow topologies (Webhook, AI, Cron) |
| validation.md | Investigation, auto-fix, falses | Debugging a failing node or execution |
| node-configuration.md | Property configs, AI connections | Using complex nodes or nested parameters |
| code-nodes.md | JS rules, Python core libraries | Writing anything inside "Code" node |
api-patternsmcp-builderdeployment-procedures$json contains body directly from a Webhook! Use $json.body.[{ json: {...} }].testing
# Example Skill > Template skill for specialist squads. Replace with your domain-specific knowledge. ## Overview This skill provides domain-specific knowledge and patterns for the squad. ## When to Use - When the squad needs domain expertise - When applying domain-specific patterns - When reviewing domain-related outputs ## Key Principles 1. **Principle 1:** Description of the first principle 2. **Principle 2:** Description of the second principle 3. **Principle 3:** Description of the th
development
Web application testing principles. E2E, Playwright, deep audit strategies.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
testing
Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.