mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
feat: Add Claude Skills documentation and setup guide (#344)
* feat: Add Claude Skills documentation and setup guide - Added skills section to README.md with video thumbnail - Added detailed skills installation guide to Claude Code setup - Included new skills.png image for video preview - Referenced n8n-skills repository for all 7 complementary skills Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en * feat: Add YouTube video link to skills documentation - Updated placeholder with actual YouTube video URL - Video demonstrates skills setup and usage Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en
This commit is contained in:
committed by
GitHub
parent
538618b1bc
commit
dbdc88d629
@@ -501,6 +501,14 @@ Complete guide for integrating n8n-MCP with Windsurf using project rules.
|
|||||||
### [Codex](./docs/CODEX_SETUP.md)
|
### [Codex](./docs/CODEX_SETUP.md)
|
||||||
Complete guide for integrating n8n-MCP with Codex.
|
Complete guide for integrating n8n-MCP with Codex.
|
||||||
|
|
||||||
|
## 🎓 Add Claude Skills (Optional)
|
||||||
|
|
||||||
|
Supercharge your n8n workflow building with specialized skills that teach AI how to build production-ready workflows!
|
||||||
|
|
||||||
|
[](https://www.youtube.com/watch?v=e6VvRqmUY2Y)
|
||||||
|
|
||||||
|
Learn more: [n8n-skills repository](https://github.com/czlonkowski/n8n-skills)
|
||||||
|
|
||||||
## 🤖 Claude Project Setup
|
## 🤖 Claude Project Setup
|
||||||
|
|
||||||
For the best results when using n8n-MCP with Claude Projects, use these enhanced system instructions:
|
For the best results when using n8n-MCP with Claude Projects, use these enhanced system instructions:
|
||||||
|
|||||||
@@ -80,6 +80,53 @@ Remove the server:
|
|||||||
claude mcp remove n8n-mcp
|
claude mcp remove n8n-mcp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 🎓 Add Claude Skills (Optional)
|
||||||
|
|
||||||
|
Supercharge your n8n workflow building with specialized Claude Code skills! The [n8n-skills](https://github.com/czlonkowski/n8n-skills) repository provides 7 complementary skills that teach AI assistants how to build production-ready n8n workflows.
|
||||||
|
|
||||||
|
### What You Get
|
||||||
|
|
||||||
|
- ✅ **n8n Expression Syntax** - Correct {{}} patterns and common mistakes
|
||||||
|
- ✅ **n8n MCP Tools Expert** - How to use n8n-mcp tools effectively
|
||||||
|
- ✅ **n8n Workflow Patterns** - 5 proven architectural patterns
|
||||||
|
- ✅ **n8n Validation Expert** - Interpret and fix validation errors
|
||||||
|
- ✅ **n8n Node Configuration** - Operation-aware setup guidance
|
||||||
|
- ✅ **n8n Code JavaScript** - Write effective JavaScript in Code nodes
|
||||||
|
- ✅ **n8n Code Python** - Python patterns with limitation awareness
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
|
||||||
|
**Method 1: Plugin Installation** (Recommended)
|
||||||
|
```bash
|
||||||
|
/plugin install czlonkowski/n8n-skills
|
||||||
|
```
|
||||||
|
|
||||||
|
**Method 2: Via Marketplace**
|
||||||
|
```bash
|
||||||
|
# Add as marketplace, then browse and install
|
||||||
|
/plugin marketplace add czlonkowski/n8n-skills
|
||||||
|
|
||||||
|
# Then browse available plugins
|
||||||
|
/plugin install
|
||||||
|
# Select "n8n-mcp-skills" from the list
|
||||||
|
```
|
||||||
|
|
||||||
|
**Method 3: Manual Installation**
|
||||||
|
```bash
|
||||||
|
# 1. Clone the repository
|
||||||
|
git clone https://github.com/czlonkowski/n8n-skills.git
|
||||||
|
|
||||||
|
# 2. Copy skills to your Claude Code skills directory
|
||||||
|
cp -r n8n-skills/skills/* ~/.claude/skills/
|
||||||
|
|
||||||
|
# 3. Reload Claude Code
|
||||||
|
# Skills will activate automatically
|
||||||
|
```
|
||||||
|
|
||||||
|
For complete installation instructions, configuration options, and usage examples, see the [n8n-skills README](https://github.com/czlonkowski/n8n-skills#-installation).
|
||||||
|
|
||||||
|
Skills work seamlessly with n8n-mcp to provide expert guidance throughout the workflow building process!
|
||||||
|
|
||||||
## Project Instructions
|
## Project Instructions
|
||||||
|
|
||||||
For optimal results, create a `CLAUDE.md` file in your project root with the instructions from the [main README's Claude Project Setup section](../README.md#-claude-project-setup).
|
For optimal results, create a `CLAUDE.md` file in your project root with the instructions from the [main README's Claude Project Setup section](../README.md#-claude-project-setup).
|
||||||
|
|||||||
BIN
docs/img/skills.png
Normal file
BIN
docs/img/skills.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 430 KiB |
Reference in New Issue
Block a user