data/skills/using-n8n-mcp-skills/README.md
The always-on router for the n8n-mcp-skills pack. Loaded into every session by the
plugin's SessionStart hook, it tells Claude which skill owns the task at hand,
gives working knowledge of every n8n-mcp tool from turn one, and states the
cross-cutting rules.
execute_workflow toolThis skill is loaded automatically at session start (via the SessionStart hook) when
the pack is installed as a Claude Code / Codex plugin. It also activates by description
whenever the user mentions n8n, workflows, nodes, or automation — which makes it work as
a plain skill on Claude.ai too, where hooks are not available.
Example queries:
The router itself — loaded every session.
This skill has no reference files — it is intentionally a thin router. Depth lives in the skills it points to.
This skill points to every other skill in the pack. It does not duplicate their content;
it routes to them. The skills it most often hands off to first are
n8n-mcp-tools-expert (tool usage), n8n-workflow-patterns (architecture), and
n8n-node-configuration (node setup).
The plugin's hooks/session-start.sh reads this SKILL.md and injects it as
additionalContext at the start of every session, re-firing on resume/clear/compact so
the protocol survives compaction. If the file is missing or hooks aren't available, the
session proceeds normally and the skill still activates by its description.
Version: 1.0.0 Compatibility: n8n-mcp MCP server; hooks require the Claude Code / Codex plugin install.
Part of the n8n-skills project.
Remember: this is a router. It names the skill that owns your task — then get out of the way and let that skill do the work.