mirror of
https://github.com/czlonkowski/n8n-skills.git
synced 2026-03-16 23:43:08 +00:00
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
34 lines
989 B
JSON
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"
|
|
}
|
|
]
|
|
}
|