From n8n-skills
Use when building or troubleshooting n8n workflows. Covers node discovery, configuration details, connection compatibility, and workflow patterns. Keywords: n8n, workflow, automation, node, trigger, webhook, http request, database, ai agent.
npx claudepluginhub haunchen/n8n-skills-pack --plugin n8n-skillsThis skill uses the workspace's default tool permissions.
This skill helps with:
resources/INDEX.mdresources/community/README.mdresources/community/apify-n8n-nodes-apify.mdresources/community/devlikeapro-n8n-nodes-chatwoot.mdresources/community/devlikeapro-n8n-nodes-waha.mdresources/community/elevenlabs-n8n-nodes-elevenlabs.mdresources/community/n8n-nodes-autype.mdresources/community/n8n-nodes-bitrix.mdresources/community/n8n-nodes-chatwoot.mdresources/community/n8n-nodes-cloudinary.mdresources/community/n8n-nodes-cronlytic.mdresources/community/n8n-nodes-efibank.mdresources/community/n8n-nodes-evolution-api.mdresources/community/n8n-nodes-globals.mdresources/community/n8n-nodes-htmlcsstopdf.mdresources/community/n8n-nodes-instagram-integrations.mdresources/community/n8n-nodes-instagram-token.mdresources/community/n8n-nodes-kommo.mdresources/community/n8n-nodes-mcp.mdresources/community/n8n-nodes-mtai-zalo-test-trial.mdVerifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
This skill helps with:
This skill includes:
Use this skill when:
Do NOT use when:
Use this flowchart to find the right resource:
digraph navigation {
rankdir=TB;
node [shape=diamond];
start [label="What do you need?" shape=ellipse];
q1 [label="Know the\nnode name?"];
q2 [label="Know the\nfunctionality?"];
q3 [label="Need\nexamples?"];
node [shape=box];
a1 [label="Glob: resources/**/*{name}*.md"];
a2 [label="Grep: search keywords\nin resources/"];
a3 [label="Read: resources/templates/"];
a4 [label="Read: INDEX.md\nby category"];
start -> q1;
q1 -> a1 [label="yes"];
q1 -> q2 [label="no"];
q2 -> a2 [label="yes"];
q2 -> q3 [label="no"];
q3 -> a3 [label="yes"];
q3 -> a4 [label="no"];
}
| Mistake | Solution |
|---|---|
| Reading entire merged files (thousands of lines) | Use INDEX.md to find line numbers, then use offset/limit for precise reading |
| Confusing Trigger and Action nodes | Triggers can only be placed at workflow start, Actions can be anywhere |
| Ignoring node compatibility | Check compatibility-matrix.md to verify node connections |
| Using wrong node naming format | File format is nodes-base.{nodeType}.md, nodeType is usually camelCase |
See Usage Guide for more details.
This skill pack project is licensed under the MIT License. See: https://github.com/haunchen/n8n-skills/blob/main/LICENSE
This is an unofficial educational project and is not affiliated with n8n GmbH.
This skill content is generated based on the following resources:
For detailed attribution information, please refer to the ATTRIBUTIONS.md file in the project.
n8n is an open-source workflow automation platform developed and maintained by n8n GmbH.
When using n8n software, you must comply with n8n's license terms. See: https://github.com/n8n-io/n8n/blob/master/LICENSE.md