Sandbox
@masteranime/n8n-claude-skills

Claude Skills for n8n workflow building

This repo packages production Claude Skills for building, debugging, and shipping n8n workflows. The skills cover workflow design, LLM chains, enrichment waterfalls, MySQL checkpointing, and systematic debugging, so Claude can produce real n8n setups instead of rough demos.

32 stars7 forksShellUpdated 4mo ago
Who it's for

Builders who use Claude Code or other skills-compatible agents to create n8n automations.

What it delivers

You can get production-shaped n8n workflows with correct nodes, branches, expressions, and retry logic.

What it does

Workflow architecture

Designs n8n workflows from a goal, choosing nodes, branching, and error paths.

LLM chain patterns

Handles multi-step LLM workflows such as extraction, categorization, and scoring.

Enrichment waterfalls

Builds cost-aware fallback chains across tools like SerpAPI, Hunter, Apollo, and LLMs.

MySQL checkpointing

Adds batch processing, duplicate prevention, resumable pipelines, and dynamic table creation.

Workflow debugging

Helps debug expression syntax, pinned data, sub-workflows, and execution logs.

How to get it

  1. 1Run
    # Clone and install to your user skills directory
    git clone https://github.com/masteranime/n8n-claude-skills.git
    cd n8n-claude-skills
    ./install.sh

README

n8n-claude-skills

Production-grade Claude Skills for building, debugging, and shipping n8n workflows — distilled from 100+ production workflows by an n8n Verified Creator.

Give Claude Code the instincts of a senior n8n engineer. No more hallucinated node types, broken expressions, or toy demos.

# 60-second install
npx n8n-claude-skills install

Then in Claude Code:

"Build me an n8n workflow that ingests leads from a webhook, enriches them via SerpAPI → Apollo waterfall, scores spam with a composite check, and writes qualified leads to Google Sheets."

Claude now builds a real, production-shaped workflow — correct node types, proper expressions, checkpoint tables, error branches, and retry logic. Not a Figma mockup of a workflow. A workflow.


What's in the box

SkillWhat it doesWhen it fires
workflow-architectDesigns n8n workflows from requirements. Picks the right nodes, structures branches, and wires error paths."build a workflow that…", "design an automation for…"
chain-llm-patternThe Groq/OpenAI chain_llm pattern for multi-step LLM reasoning (entity extraction → categorization → scoring)."extract structured data with LLMs", "multi-step prompt chain"
enrichment-waterfallMulti-vendor enrichment waterfalls (SerpAPI → Hunter → Apollo → LLM fallback) with cost-aware fallbacks."lead enrichment", "data waterfall", "Clay alternative"
mysql-checkpointingProduction MySQL patterns: batch processing, duplicate prevention, resumable pipelines, dynamic table creation."idempotent pipeline", "checkpoint table", "batch processing"
debug-workflowSystematic n8n debugging: expression syntax, pinned data, sub-workflow isolation, execution log reading."why is my workflow failing", "debug this n8n error"

More shipping weekly. PRs welcome.


Why this exists

LLMs confidently hallucinate n8n. They invent node types (Googlesheets instead of Google Sheets), mix up expression syntax ({{$json["x"]}} vs ={{ $json.x }}), forget about sub-workflows, and ship demos that collapse the moment you plug in real data.

This pack teaches Claude the patterns that actually survive production — the ones we use in:

  • Real estate financial reporting (Google Sheets → Claude API → PDF → Gmail)
  • Multi-language call transcript pipelines (EN/ES/PT, Groq chain_llm)
  • Composite spam scoring with Twilio retry logic
  • 47-node batch processing with duplicate prevention
  • WhatsApp commerce agents with Stripe + Meta Cloud API

You get the instincts, not the code.


Install

Claude Code (recommended)

# Clone and install to your user skills directory
git clone https://github.com/masteranime/n8n-claude-skills.git
cd n8n-claude-skills
./install.sh

Claude Code picks up the skills automatically.

Manual (any Skills-compatible agent)

Copy any folder inside skills/ into your agent's skills directory. Each folder is a self-contained skill with a SKILL.md and optional reference files.

Works with: Claude Code, Cursor, Codex, Gemini CLI, Opencode, and anything following the Agent Skills spec.


Quick demo

Prompt:

Build an n8n workflow that receives Stripe checkout.session.completed webhooks, looks up the customer in our MySQL orders table, sends a WhatsApp confirmation via Meta Cloud API, and retries via Twilio SMS if WhatsApp fails.

Without this pack: Claude writes pseudocode, invents Whatsapp Node, forgets the retry branch, skips the idempotency check.

With this pack: Claude produces a 14-node workflow JSON you can paste into n8n — with webhook signature verification, a MySQL processed_webhooks checkpoint, proper Meta Cloud API messages endpoint, an IF branch on WhatsApp failure feeding into Twilio with exponential backoff, and an error trigger sub-workflow.

Full example: examples/stripe-whatsapp-fallback.json


Who built this

Muhammad Shaheer — n8n Verified Creator (100+ workflows), Claude Code daily user, 4+ years shipping production AI automation.

These skills are extracted from real client work — real estate finance pipelines, multi-language NLP, voice lead automation, lead enrichment waterfalls. If a pattern is in here, it shipped to a paying customer first.


Contributing

Have a battle-tested n8n pattern? Open a PR. See CONTRIBUTING.md for the skill format and review criteria.

Good additions:

  • Domain skills (e-commerce flows, real estate, healthcare)
  • Integration skills (specific SaaS tools)
  • Debug recipes for common footguns

License

MIT. Use it, fork it, ship it. Credit appreciated but not required.


⭐ Star the repo if this saved you an hour of debugging n8n expressions.

Files in the repo

Repository payload7 top-level entries
  • examples
  • skills
  • CONTRIBUTING.md
  • install.sh
  • LICENSE
  • README.md
  • stripe-whatsapp-twilio-fallback.json

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k