NC

n8n Skill for Claude Code

An official skill from n8n that teaches Claude Code how to drive n8n's MCP server, so an agent can build, test, and fix entire n8n workflows from a single plain-English prompt.

Automation / Developer Toolsautomationdeveloper-tools
Or just install the prompt above — no subscription needed

About this skill


name: n8n-skill-claude-code description: Use when An official skill from n8n that teaches Claude Code how to drive n8n's MCP server, so an agent can build, test, and fix entire n8n workflows from a single plain-English prompt.

n8n Skill for Claude Code

n8n now ships its own Skills package that pairs with its MCP server, giving Claude Code the specific knowledge it needs to construct valid n8n workflow JSON, wire up nodes correctly, and debug broken workflows — all from natural language instructions rather than manual node-by-node building in the n8n editor.

What you get

  • The official n8n-io/skills repo, installable directly into Claude Code.

Customize your output

  • Which n8n workflow types/nodes the skill should focus on
  • error-handling conventions.

Example output

A working n8n workflow built, tested, and fixed end-to-end from one prompt.

Best for

Automation builders and developers who use n8n and want Claude Code to manage workflows directly.


Source: n8n (via Leonardo Grigorio) · https://www.youtube.com/watch?v=WzZyRsYZeDQ Category: Automation / Developer Tools · Priority: Standard

SKILL.md preview

---
name: n8n-skill-claude-code
description: Use when An official skill from n8n that teaches Claude Code how to drive n8n's MCP server, so an agent can build, test, and fix entire n8n workflows from a single plain-English prompt.
---

# n8n Skill for Claude Code

n8n now ships its own Skills package that pairs with its MCP server, giving Claude Code the specific knowledge it needs to construct valid n8n workflow JSON, wire up nodes correctly, and debug broken workflows — all from natural language instructions rather than manual node-by-node building in the n8n editor.

## What you get

- The official n8n-io/skills repo, installable directly into Claude Code.

## Customize your output

- **Which n8n workflow types/nodes the skill should focus on**
- **error-handling con...