Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:50:41 +08:00
commit df81ee8059
9 changed files with 168373 additions and 0 deletions

15
skills/n8n/plugin.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "n8n",
"description": "A skill for working with n8n",
"version": "1.0.0",
"author": {
"name": "Tim Green",
"email": "rawveg@gmail.com"
},
"homepage": "https://github.com/rawveg/claude-skills-marketplace",
"repository": "https://github.com/rawveg/claude-skills-marketplace",
"license": "MIT",
"keywords": ["n8n", "n8n skill", "n8n skills", "Claude Skills", "Claude Skills Marketplace"],
"category": "productivity",
"strict": false
}