Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

N8n Skills Pro

БесплатноНе проверен

Comprehensive, actively maintained n8n skills for AI assistants. 10 specialized skills, community fixes, and weekly updates synced with n8n releases.

GitHubEmbed

Описание

Comprehensive, actively maintained n8n skills for AI assistants. 10 specialized skills, community fixes, and weekly updates synced with n8n releases.

README

The most comprehensive, actively maintained n8n skills for AI assistants.

License: MIT n8n Claude Code Updates GitHub Workflow Status Last Commit Repo Size Issues Stars


Why n8n-skills-pro?

Existing n8n skills projects have great content but suffer from:

  • Infrequent updates - n8n releases almost daily, skills fall behind
  • Outdated information - "Python has no external libraries" is no longer true
  • Scattered knowledge - Best practices spread across multiple repos
  • Missing community fixes - Workarounds discovered but not documented

n8n-skills-pro solves this by consolidating the best skills, adding community fixes, and maintaining monthly updates synced with n8n releases.


Features

9 Specialized Skills

# Skill Purpose
01 workflow-architect Strategic planning, n8n vs Python decisions
02 workflow-patterns 5+ proven architectural patterns
03 node-configuration 545+ nodes, operation-aware setup
04 mcp-tools-expert Master n8n-mcp MCP server tools
05 code-javascript JS patterns, $helpers, DateTime
06 code-python Python WITH external libraries
07 expression-syntax Expression debugging mastery
08 validation-expert Error interpretation & fixes
09 community-nodes Community packages, security, custom nodes

Community Fixes

Real-world solutions not found in official docs:

  • Python External Libraries - Use pandas, numpy, requests in Code nodes
  • Self-hosted Tips - AWS, Docker-specific guides

Automated Updates

  • Monthly sync with n8n npm releases
  • Automated changelog generation
  • Breaking change detection
  • New node documentation

Quick Start

Installation

# Clone the repository
git clone https://github.com/Chol369/n8n-skills-pro.git

# Copy skills to Claude Code
cp -r n8n-skills-pro/.claude ~/.claude/

Verify Installation

Ask Claude Code:

"What n8n workflow pattern should I use for a Stripe webhook?"

If Claude responds with detailed webhook processing patterns, the skills are loaded.


Directory Structure

n8n-skills-pro/
├── .claude/
│   └── skills/
│       ├── 01-workflow-architect/
│       ├── 02-workflow-patterns/
│       ├── 03-node-configuration/
│       ├── 04-mcp-tools-expert/
│       ├── 05-code-javascript/
│       ├── 06-code-python/
│       ├── 07-expression-syntax/
│       ├── 08-validation-expert/
│       └── 09-community-nodes/
├── templates/           # Production-ready workflow JSONs
├── changelog/           # n8n version tracking
├── community-fixes/     # Workarounds & solutions
├── scripts/            # Automation scripts
└── docs/               # Additional documentation

Unique Content

Python External Libraries

Unlike other skills that say "Python has no external libraries", we document the working solution:

# Enable in docker-compose.yml
n8n-runner:
  image: n8nio/runners:latest
  environment:
    - N8N_RUNNERS_EXTERNAL_ALLOW=*

Now use pandas, numpy, requests:

import pandas as pd
import requests

data = requests.get('https://api.example.com/data').json()
df = pd.DataFrame(data)
df['processed'] = df['value'] * 2

return [{'json': row} for row in df.to_dict('records')]

See community-fixes/python-external-libs for complete setup.


Comparison with Other Projects

Feature czlonkowski haunchen promptadvisers n8n-skills-pro
Skills Count 7 1 8 9
Update Frequency Sporadic Sporadic Sporadic Monthly
Python External Libs No No No Yes
Community Fixes No No No Yes
Security Guidance No No No Yes
Automated Updates No No No Yes
Self-hosted Guides Limited Limited Limited Comprehensive

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Ways to Contribute

  • Report a fix - Share workarounds you've discovered
  • Add templates - Production workflow examples
  • Update docs - Keep skills current with n8n releases
  • Improve skills - Enhance existing skill content

Acknowledgments

This project consolidates and builds upon:


License

MIT License - See LICENSE


Author

Atak Chol (@Chol369)

Building AI + n8n automation solutions for businesses.


Star History

If this project helps you, please star it!


Maintained with monthly updates synced to n8n releases

from github.com/Chol369/n8n-skills-pro

Установка N8n Skills Pro

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Chol369/n8n-skills-pro

FAQ

N8n Skills Pro MCP бесплатный?

Да, N8n Skills Pro MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для N8n Skills Pro?

Нет, N8n Skills Pro работает без API-ключей и переменных окружения.

N8n Skills Pro — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить N8n Skills Pro в Claude Desktop, Claude Code или Cursor?

Открой N8n Skills Pro на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare N8n Skills Pro with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development