This repository is a custom skill designed specifically for AI Agents (like Codex, Antigravity, Cursor, Windsurf, ChatGPT, and Claude). It is built to strictly adhere to the AgentSkills Open Format specification.
By giving your AI agent this skill, it learns exactly how to build, debug, and design n8n workflows perfectly.
n8n has over 500+ built-in nodes. When you ask an AI to build a workflow, it usually guesses how the nodes work, which leads to broken code and frustration.
n8n-skill fixes this by giving the AI the actual instruction manual for every single n8n node. Instead of guessing, the AI reads the exact node requirements directly from this repository and builds the workflow exactly as you intended.
I've made it effortless to make your AI an n8n expert.
Before giving the skill to your AI, you need to save it to your computer:
- Scroll to the top of this GitHub page and click the green "<> Code" button.
- Click "Download ZIP".
- Find the ZIP file in your
Downloadsfolder and double-click it to unzip it. You should now have a folder calledn8n-skill-main.
Open the n8n-skill-main folder you just unzipped. Inside, you will see a file named .cursorrules. Drag and drop that file directly into whatever project folder you are working in. That's it. The IDE will now automatically read the n8n knowledge base whenever you ask it to build something.
You can configure your Claude Desktop app to use the mcp-manifest.json file inside the downloaded folder so it can natively read the n8n manual directly from your computer. If you unzipped the folder into your Downloads directory, your config path to the knowledge base will look like this: /Users/your-username/Downloads/n8n-skill-main/knowledge
For autonomous coding agents like Codex, you provide them a text prompt that points them exactly to where you unzipped the folder:
"I want you to use the local
n8n-skill-mainfolder in my Downloads directory as your main knowledge base. Read theSKILL.mdfile inside it to understand how to navigate the documentation, then read the node rules inreferences/node-catalog/nodes/before you write any code."
SKILL.md: The official instruction manual teaching AI agents how to use this skill./references/: The actual instruction manuals for how all the nodes work./concepts/: Basic n8n rules./patterns/: Common, reusable workflow designs./node-catalog/: The catalog of every single n8n node.
/assets/: Supporting files, likeworkflow-needs.jsonmapping./docs/: The source code for the landing page.
MIT License. See LICENSE for details.