18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"name": "n8n-workflow-designer",
|
|
"description": "Design complex n8n workflows with AI assistance - loops, branching, error handling",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Plugin Hub",
|
|
"url": "https://github.com/jeremylongshore/claude-code-plugins"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |