diff --git a/dist/README.md b/dist/README.md index cd9b413..035bbdf 100644 --- a/dist/README.md +++ b/dist/README.md @@ -4,6 +4,28 @@ This folder contains distribution packages for different Claude platforms. ## 📦 Available Packages +### Complete Bundle (Recommended) + +- **`n8n-mcp-skills-v1.0.0.zip`** (168 KB) - All 7 skills in one package + +**Includes:** +- Skill #1: n8n Expression Syntax +- Skill #2: n8n MCP Tools Expert +- Skill #3: n8n Workflow Patterns +- Skill #4: n8n Validation Expert +- Skill #5: n8n Node Configuration +- Skill #6: n8n Code JavaScript +- Skill #7: n8n Code Python + +**Installation:** +```bash +# Claude Code plugin installation +/plugin install czlonkowski/n8n-skills + +# Or install from local file +/plugin install /path/to/n8n-mcp-skills-v1.0.0.zip +``` + ### For Claude.ai Users (Individual Skills) Upload each skill separately via Settings → Features → Skills: @@ -20,11 +42,11 @@ Upload each skill separately via Settings → Features → Skills: 3. Select one of the skill zip files above 4. Repeat for each skill you want to install -**Note:** Each skill can be installed independently. Install all 5 for the complete experience! +**Note:** JavaScript and Python Code skills are only available in the complete bundle. -### For Claude Code Users (Bundle) +### Legacy Packages -- `n8n-mcp-skills-claude-code-v1.0.0.zip` - Complete bundle with all 5 skills +- `n8n-mcp-skills-claude-code-v1.0.0.zip` - Old bundle name (use n8n-mcp-skills-v1.0.0.zip instead) **Installation:** @@ -50,9 +72,9 @@ claude-code install n8n-mcp-skills-claude-code-v1.0.0.zip | Platform | Package | Skills | |----------|---------|--------| -| **Claude.ai** | Individual zips | Upload each skill separately (5 uploads) | -| **Claude Code** | Bundle zip | Install all 5 skills at once | -| **Claude API** | Bundle zip | Extract and use skills/ folder | +| **Claude.ai** | Individual zips (5) + Bundle (2) | Upload separately or use bundle | +| **Claude Code** | Complete bundle | Install all 7 skills at once | +| **Claude API** | Complete bundle | Extract and use skills/ folder | ## 📋 What's Included in Each Package @@ -68,15 +90,19 @@ README.md # Skill metadata and statistics ### Bundle Package (Claude Code) ``` -plugin.json # Claude Code plugin metadata -README.md # Project overview and documentation -LICENSE # MIT License -skills/ # All 5 skills in subfolders +.claude-plugin/ + ├── plugin.json # Claude Code plugin metadata + └── marketplace.json # Marketplace listing metadata +README.md # Project overview and documentation +LICENSE # MIT License +skills/ # All 7 skills in subfolders ├── n8n-expression-syntax/ ├── n8n-mcp-tools-expert/ ├── n8n-workflow-patterns/ ├── n8n-validation-expert/ - └── n8n-node-configuration/ + ├── n8n-node-configuration/ + ├── n8n-code-javascript/ + └── n8n-code-python/ ``` ## ✅ Verification @@ -92,6 +118,12 @@ After installation, test skills by asking: "Build a webhook workflow" → Should activate: n8n Workflow Patterns + +"How do I access webhook data in a Code node?" +→ Should activate: n8n Code JavaScript + +"Can I use pandas in Python Code node?" +→ Should activate: n8n Code Python ``` ## 🔧 Requirements diff --git a/dist/n8n-mcp-skills-v1.0.0.zip b/dist/n8n-mcp-skills-v1.0.0.zip new file mode 100644 index 0000000..acdd63c Binary files /dev/null and b/dist/n8n-mcp-skills-v1.0.0.zip differ