diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..04a8949 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,33 @@ +{ + "name": "n8n-mcp-skills", + "description": "Expert skills for building n8n workflows", + "owner": { + "name": "Romuald Członkowski", + "url": "https://www.aiadvisors.pl/en" + }, + "plugins": [ + { + "name": "n8n-mcp-skills", + "source": ".", + "description": "Complete bundle: 5 expert skills for building flawless n8n workflows using n8n-mcp MCP server. Includes skills for expression syntax, MCP tools usage, workflow patterns, validation, and node configuration.", + "version": "1.0.0", + "author": { + "name": "Romuald Członkowski", + "url": "https://www.aiadvisors.pl/en" + }, + "category": "automation", + "keywords": [ + "n8n", + "workflow", + "mcp", + "automation", + "validation", + "expressions", + "skills" + ], + "homepage": "https://github.com/czlonkowski/n8n-skills", + "repository": "https://github.com/czlonkowski/n8n-skills", + "license": "MIT" + } + ] +} diff --git a/plugin.json b/.claude-plugin/plugin.json similarity index 53% rename from plugin.json rename to .claude-plugin/plugin.json index 85765eb..154d574 100644 --- a/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,18 +2,11 @@ "name": "n8n-mcp-skills", "version": "1.0.0", "description": "Expert skills for building n8n workflows with n8n-mcp", - "author": "Romuald Członkowski (https://www.aiadvisors.pl/en)", - "license": "MIT", - "skills": [ - "skills/n8n-expression-syntax", - "skills/n8n-mcp-tools-expert", - "skills/n8n-workflow-patterns", - "skills/n8n-validation-expert", - "skills/n8n-node-configuration" - ], - "requires": { - "mcp_servers": ["n8n-mcp"] + "author": { + "name": "Romuald Członkowski", + "url": "https://www.aiadvisors.pl/en" }, + "license": "MIT", "keywords": [ "n8n", "workflow", @@ -25,5 +18,6 @@ "repository": { "type": "git", "url": "https://github.com/czlonkowski/n8n-skills" - } + }, + "homepage": "https://github.com/czlonkowski/n8n-skills" } diff --git a/README.md b/README.md index b8ae256..69f35a4 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,23 @@ Operation-aware node configuration guidance. ### Claude Code +**Method 1: Plugin Installation** (Recommended) +```bash +# Install directly as a Claude Code plugin +/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 this repository git clone https://github.com/czlonkowski/n8n-skills.git diff --git a/dist/n8n-mcp-skills-claude-code-v1.0.0.zip b/dist/n8n-mcp-skills-claude-code-v1.0.0.zip index 5d19eaf..218d2ea 100644 Binary files a/dist/n8n-mcp-skills-claude-code-v1.0.0.zip and b/dist/n8n-mcp-skills-claude-code-v1.0.0.zip differ