Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:41 +08:00
commit e9a9312d90
15 changed files with 1064 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "make-scenario-builder",
"description": "Create Make.com (Integromat) scenarios with AI assistance - visual automation design",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Hub",
"url": "https://github.com/jeremylongshore/claude-code-plugins"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}