Files
n8n-skills/.claude-plugin/marketplace.json
czlonkowski 055c35079b fix: Correct marketplace.json source path format
Change source from "." to "./" to comply with Claude Code marketplace
schema validation requirement.

Error: plugins.0.source: Invalid input: must start with "./"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en
2025-10-20 13:20:07 +02:00

34 lines
989 B
JSON

{
"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"
}
]
}