Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"./skills/using-n8n-mcp-skills"
],
"description": "Complete bundle: 14 expert skills for building flawless n8n workflows with the n8n-mcp MCP server — and deploying the self-hosted n8n that runs them (expression syntax, MCP tools usage, workflow patterns, validation, node configuration, JavaScript code, Python code, the AI-agent Custom Code Tool, production error handling, binary/file handling, reusable sub-workflows, AI agents, multi-instance targeting, and end-to-end self-hosted deployment), plus an always-on router skill and a hooks enforcement layer that surfaces the right skill at the moment of decision.",
"version": "1.21.0",
"version": "1.22.0",
"author": {
"name": "Romuald Członkowski",
"url": "https://www.aiadvisors.pl/en"
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-mcp-skills",
"version": "1.21.0",
"version": "1.22.0",
"description": "Expert skills for building n8n workflows with n8n-mcp, with a hooks enforcement layer",
"author": {
"name": "Romuald Członkowski",
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -e

DIST_DIR="dist"
VERSION="1.21.0"
VERSION="1.22.0"

echo "🔨 Building n8n-skills distribution packages..."

Expand Down
66 changes: 33 additions & 33 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ This folder contains distribution packages for different Claude platforms.

Upload each skill separately via Settings > Capabilities > Skills (bottom of page):

- `n8n-expression-syntax-v1.21.0.zip` - n8n expression syntax and common patterns
- `n8n-mcp-tools-expert-v1.21.0.zip` - Expert guide for using n8n-mcp tools (recommended to install first)
- `n8n-workflow-patterns-v1.21.0.zip` - Proven workflow architectural patterns
- `n8n-validation-expert-v1.21.0.zip` - Validation error interpretation and fixing
- `n8n-node-configuration-v1.21.0.zip` - Operation-aware node configuration
- `n8n-code-javascript-v1.21.0.zip` - JavaScript in n8n Code nodes
- `n8n-code-python-v1.21.0.zip` - Python in n8n Code nodes
- `n8n-code-tool-v1.21.0.zip` - Code for the AI-agent Custom Code Tool
- `n8n-error-handling-v1.21.0.zip` - Production error handling (per-node error outputs, retries, Error Trigger)
- `n8n-binary-and-data-v1.21.0.zip` - Binary and file data handling
- `n8n-subworkflows-v1.21.0.zip` - Reusable, composable sub-workflows
- `n8n-agents-v1.21.0.zip` - AI agent design (Agent vs chain vs classifier, tools, memory)
- `n8n-multi-instance-v1.21.0.zip` - Targeting the right n8n instance on multi-instance accounts (switch/verify, credential safety)
- `n8n-self-hosting-v1.21.0.zip` - Deploy self-hosted n8n to a VM (Docker Compose + Caddy auto-TLS, single or queue mode, Day-2)
- `using-n8n-mcp-skills-v1.21.0.zip` - Always-on router skill (best in the Claude Code bundle, where the SessionStart hook loads it automatically)
- `n8n-expression-syntax-v1.21.1.zip` - n8n expression syntax and common patterns
- `n8n-mcp-tools-expert-v1.21.1.zip` - Expert guide for using n8n-mcp tools (recommended to install first)
- `n8n-workflow-patterns-v1.21.1.zip` - Proven workflow architectural patterns
- `n8n-validation-expert-v1.21.1.zip` - Validation error interpretation and fixing
- `n8n-node-configuration-v1.21.1.zip` - Operation-aware node configuration
- `n8n-code-javascript-v1.21.1.zip` - JavaScript in n8n Code nodes
- `n8n-code-python-v1.21.1.zip` - Python in n8n Code nodes
- `n8n-code-tool-v1.21.1.zip` - Code for the AI-agent Custom Code Tool
- `n8n-error-handling-v1.21.1.zip` - Production error handling (per-node error outputs, retries, Error Trigger)
- `n8n-binary-and-data-v1.21.1.zip` - Binary and file data handling
- `n8n-subworkflows-v1.21.1.zip` - Reusable, composable sub-workflows
- `n8n-agents-v1.21.1.zip` - AI agent design (Agent vs chain vs classifier, tools, memory)
- `n8n-multi-instance-v1.21.1.zip` - Targeting the right n8n instance on multi-instance accounts (switch/verify, credential safety)
- `n8n-self-hosting-v1.21.1.zip` - Deploy self-hosted n8n to a VM (Docker Compose + Caddy auto-TLS, single or queue mode, Day-2)
- `using-n8n-mcp-skills-v1.21.1.zip` - Always-on router skill (best in the Claude Code bundle, where the SessionStart hook loads it automatically)

**Installation:**
1. Go to Settings > Capabilities > Skills (bottom of page)
Expand All @@ -32,7 +32,7 @@ Upload each skill separately via Settings > Capabilities > Skills (bottom of pag

### Complete Bundle (Claude Code only)

- **`n8n-mcp-skills-v1.21.0.zip`** - All 14 skills + the always-on router and the hooks enforcement layer, in one package
- **`n8n-mcp-skills-v1.21.1.zip`** - All 14 skills + the always-on router and the hooks enforcement layer, in one package

> **This bundle is NOT compatible with Claude.ai or Claude Desktop.** It uses a nested `skills/` directory structure required by Claude Code plugins, and ships hooks that only run under the Claude Code / Codex plugin install. For Claude.ai/Desktop, use the individual skill zips above.

Expand All @@ -42,7 +42,7 @@ Upload each skill separately via Settings > Capabilities > Skills (bottom of pag
/plugin install czlonkowski/n8n-skills

# Or install from local file
/plugin install /path/to/n8n-mcp-skills-v1.21.0.zip
/plugin install /path/to/n8n-mcp-skills-v1.21.1.zip
```

## Which Package Should I Use?
Expand All @@ -59,22 +59,22 @@ Upload each skill separately via Settings > Capabilities > Skills (bottom of pag

```
dist/
├── n8n-agents-v1.21.0.zip
├── n8n-binary-and-data-v1.21.0.zip
├── n8n-code-javascript-v1.21.0.zip
├── n8n-code-python-v1.21.0.zip
├── n8n-code-tool-v1.21.0.zip
├── n8n-error-handling-v1.21.0.zip
├── n8n-expression-syntax-v1.21.0.zip
├── n8n-mcp-skills-v1.21.0.zip Claude Code only (bundle)
├── n8n-mcp-tools-expert-v1.21.0.zip
├── n8n-multi-instance-v1.21.0.zip
├── n8n-node-configuration-v1.21.0.zip
├── n8n-self-hosting-v1.21.0.zip
├── n8n-subworkflows-v1.21.0.zip
├── n8n-validation-expert-v1.21.0.zip
├── n8n-workflow-patterns-v1.21.0.zip
├── using-n8n-mcp-skills-v1.21.0.zip
├── n8n-agents-v1.21.1.zip
├── n8n-binary-and-data-v1.21.1.zip
├── n8n-code-javascript-v1.21.1.zip
├── n8n-code-python-v1.21.1.zip
├── n8n-code-tool-v1.21.1.zip
├── n8n-error-handling-v1.21.1.zip
├── n8n-expression-syntax-v1.21.1.zip
├── n8n-mcp-skills-v1.21.1.zip Claude Code only (bundle)
├── n8n-mcp-tools-expert-v1.21.1.zip
├── n8n-multi-instance-v1.21.1.zip
├── n8n-node-configuration-v1.21.1.zip
├── n8n-self-hosting-v1.21.1.zip
├── n8n-subworkflows-v1.21.1.zip
├── n8n-validation-expert-v1.21.1.zip
├── n8n-workflow-patterns-v1.21.1.zip
├── using-n8n-mcp-skills-v1.21.1.zip
└── README.md (this file)
```

Expand Down
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file removed dist/n8n-mcp-tools-expert-v1.21.0.zip
Binary file not shown.
Binary file added dist/n8n-mcp-tools-expert-v1.22.0.zip
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file removed dist/n8n-validation-expert-v1.21.0.zip
Binary file not shown.
Binary file added dist/n8n-validation-expert-v1.22.0.zip
Binary file not shown.
Binary file removed dist/using-n8n-mcp-skills-v1.21.0.zip
Binary file not shown.
Binary file added dist/using-n8n-mcp-skills-v1.22.0.zip
Binary file not shown.
Loading