diff --git a/dist/README.md b/dist/README.md index 178694c..1847361 100644 --- a/dist/README.md +++ b/dist/README.md @@ -6,7 +6,7 @@ This folder contains distribution packages for different Claude platforms. ### Complete Bundle (Recommended) -- **`n8n-mcp-skills-v1.1.0.zip`** (172 KB) - All 7 skills in one package +- **`n8n-mcp-skills-v1.2.0.zip`** (174 KB) - All 7 skills in one package **Includes:** - Skill #1: n8n Expression Syntax @@ -23,18 +23,18 @@ This folder contains distribution packages for different Claude platforms. /plugin install czlonkowski/n8n-skills # Or install from local file -/plugin install /path/to/n8n-mcp-skills-v1.1.0.zip +/plugin install /path/to/n8n-mcp-skills-v1.2.0.zip ``` ### For Claude.ai Users (Individual Skills) Upload each skill separately via Settings → Capabilities → Skills (bottom of page): -- `n8n-expression-syntax-v1.1.0.zip` - n8n expression syntax and common patterns -- `n8n-mcp-tools-expert-v1.1.0.zip` - Expert guide for using n8n-mcp tools (recommended to install first) -- `n8n-workflow-patterns-v1.1.0.zip` - 5 proven workflow architectural patterns -- `n8n-validation-expert-v1.1.0.zip` - Validation error interpretation and fixing -- `n8n-node-configuration-v1.1.0.zip` - Operation-aware node configuration +- `n8n-expression-syntax-v1.2.0.zip` - n8n expression syntax and common patterns +- `n8n-mcp-tools-expert-v1.2.0.zip` - Expert guide for using n8n-mcp tools (recommended to install first) +- `n8n-workflow-patterns-v1.2.0.zip` - 5 proven workflow architectural patterns +- `n8n-validation-expert-v1.2.0.zip` - Validation error interpretation and fixing +- `n8n-node-configuration-v1.2.0.zip` - Operation-aware node configuration **Installation:** 1. Go to Settings → Capabilities → Skills (bottom of page) @@ -49,7 +49,7 @@ Upload each skill separately via Settings → Capabilities → Skills (bottom of | Platform | Package | What You Get | |----------|---------|--------------| | **Claude.ai** | Individual zips | 5 core skills (upload separately) | -| **Claude Code** | Complete bundle (n8n-mcp-skills-v1.1.0.zip) | All 7 skills at once | +| **Claude Code** | Complete bundle (n8n-mcp-skills-v1.2.0.zip) | All 7 skills at once | | **Claude API** | Complete bundle | All 7 skills (extract skills/ folder) | **Note:** Code skills (#6 JavaScript, #7 Python) are only in the complete bundle. @@ -60,12 +60,12 @@ Upload each skill separately via Settings → Capabilities → Skills (bottom of ``` dist/ -├── n8n-mcp-skills-v1.1.0.zip (168 KB) ★ RECOMMENDED -├── n8n-expression-syntax-v1.1.0.zip (11 KB) -├── n8n-mcp-tools-expert-v1.1.0.zip (15 KB) -├── n8n-workflow-patterns-v1.1.0.zip (35 KB) -├── n8n-validation-expert-v1.1.0.zip (18 KB) -├── n8n-node-configuration-v1.1.0.zip (17 KB) +├── n8n-mcp-skills-v1.2.0.zip (174 KB) ★ RECOMMENDED +├── n8n-expression-syntax-v1.2.0.zip (11 KB) +├── n8n-mcp-tools-expert-v1.2.0.zip (19 KB) +├── n8n-workflow-patterns-v1.2.0.zip (37 KB) +├── n8n-validation-expert-v1.2.0.zip (19 KB) +├── n8n-node-configuration-v1.2.0.zip (18 KB) └── README.md (this file) ``` diff --git a/dist/n8n-expression-syntax-v1.1.0.zip b/dist/n8n-expression-syntax-v1.2.0.zip similarity index 100% rename from dist/n8n-expression-syntax-v1.1.0.zip rename to dist/n8n-expression-syntax-v1.2.0.zip diff --git a/dist/n8n-mcp-skills-v1.1.0.zip b/dist/n8n-mcp-skills-v1.2.0.zip similarity index 60% rename from dist/n8n-mcp-skills-v1.1.0.zip rename to dist/n8n-mcp-skills-v1.2.0.zip index a12426b..1859fc5 100644 Binary files a/dist/n8n-mcp-skills-v1.1.0.zip and b/dist/n8n-mcp-skills-v1.2.0.zip differ diff --git a/dist/n8n-mcp-tools-expert-v1.1.0.zip b/dist/n8n-mcp-tools-expert-v1.1.0.zip deleted file mode 100644 index 08c69f5..0000000 Binary files a/dist/n8n-mcp-tools-expert-v1.1.0.zip and /dev/null differ diff --git a/dist/n8n-mcp-tools-expert-v1.2.0.zip b/dist/n8n-mcp-tools-expert-v1.2.0.zip new file mode 100644 index 0000000..c6d90ae Binary files /dev/null and b/dist/n8n-mcp-tools-expert-v1.2.0.zip differ diff --git a/dist/n8n-node-configuration-v1.1.0.zip b/dist/n8n-node-configuration-v1.2.0.zip similarity index 68% rename from dist/n8n-node-configuration-v1.1.0.zip rename to dist/n8n-node-configuration-v1.2.0.zip index 8756508..1b105b6 100644 Binary files a/dist/n8n-node-configuration-v1.1.0.zip and b/dist/n8n-node-configuration-v1.2.0.zip differ diff --git a/dist/n8n-validation-expert-v1.1.0.zip b/dist/n8n-validation-expert-v1.1.0.zip deleted file mode 100644 index 8cef4ed..0000000 Binary files a/dist/n8n-validation-expert-v1.1.0.zip and /dev/null differ diff --git a/dist/n8n-validation-expert-v1.2.0.zip b/dist/n8n-validation-expert-v1.2.0.zip new file mode 100644 index 0000000..989b07c Binary files /dev/null and b/dist/n8n-validation-expert-v1.2.0.zip differ diff --git a/dist/n8n-workflow-patterns-v1.1.0.zip b/dist/n8n-workflow-patterns-v1.2.0.zip similarity index 71% rename from dist/n8n-workflow-patterns-v1.1.0.zip rename to dist/n8n-workflow-patterns-v1.2.0.zip index 7c9ca7d..29d7b38 100644 Binary files a/dist/n8n-workflow-patterns-v1.1.0.zip and b/dist/n8n-workflow-patterns-v1.2.0.zip differ