Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:56:59 +08:00
commit 2eb240934e
5 changed files with 833 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "specweave-n8n",
"description": "n8n workflow automation integration with Kafka - Event-driven workflows, Kafka triggers, producers, consumers, and workflow patterns for no-code/low-code event processing",
"version": "0.24.0",
"author": {
"name": "SpecWeave Team",
"url": "https://spec-weave.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}